Re: [Qemu-devel] [PATCH v3 07/50] plugin: add user-facing API

2019-06-19 Thread Alex Bennée
Pranith Kumar writes: > On Fri, Jun 14, 2019 at 10:24 AM Alex Bennée wrote: >> >> From: "Emilio G. Cota" >> >> Add the API first to ease review. >> >> Signed-off-by: Emilio G. Cota >> Signed-off-by: Alex Bennée >> >> --- >> v3 >> - merge in changes to plugin install/reset/uninstall >>

Re: [Qemu-devel] [PATCH v3 07/50] plugin: add user-facing API

2019-06-18 Thread Pranith Kumar
On Fri, Jun 14, 2019 at 10:24 AM Alex Bennée wrote: > > From: "Emilio G. Cota" > > Add the API first to ease review. > > Signed-off-by: Emilio G. Cota > Signed-off-by: Alex Bennée > > --- > v3 > - merge in changes to plugin install/reset/uninstall > - split api file > --- >

[Qemu-devel] [PATCH v3 07/50] plugin: add user-facing API

2019-06-14 Thread Alex Bennée
From: "Emilio G. Cota" Add the API first to ease review. Signed-off-by: Emilio G. Cota Signed-off-by: Alex Bennée --- v3 - merge in changes to plugin install/reset/uninstall - split api file --- include/qemu/qemu-plugin.h | 339 + 1 file changed, 339