Re: [PATCH v3 4/6] plugin: define QEMU_PLUGIN_API_IMPLEMENTATION first

2020-10-05 Thread Yonggang Luo
Hi, I split this out just for easier review, so the lines changed in api.c and core.c equales to the number of function exported, anyway On Mon, Oct 5, 2020 at 6:44 PM Alex Bennée wrote: > > > Yonggang Luo writes: > > > This is used to distinguish from the qemu and plugin in > > header qemu-plug

Re: [PATCH v3 4/6] plugin: define QEMU_PLUGIN_API_IMPLEMENTATION first

2020-10-05 Thread Alex Bennée
Yonggang Luo writes: > This is used to distinguish from the qemu and plugin in > header qemu-plugin.h > > Signed-off-by: Yonggang Luo > --- > plugins/api.c | 1 + > plugins/core.c | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/plugins/api.c b/plugins/api.c > index bbdc5a4eb4..f16

[PATCH v3 4/6] plugin: define QEMU_PLUGIN_API_IMPLEMENTATION first

2020-10-01 Thread Yonggang Luo
This is used to distinguish from the qemu and plugin in header qemu-plugin.h Signed-off-by: Yonggang Luo --- plugins/api.c | 1 + plugins/core.c | 1 + 2 files changed, 2 insertions(+) diff --git a/plugins/api.c b/plugins/api.c index bbdc5a4eb4..f16922ca8b 100644 --- a/plugins/api.c +++ b/plug