On Mar 12 17:28, Alex Bennée wrote: > Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
Reviewed-by: Aaron Lindsay <aa...@os.amperecomputing.com> > --- > include/qemu/qemu-plugin.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/include/qemu/qemu-plugin.h b/include/qemu/qemu-plugin.h > index c98866a637..5ac6fe5f02 100644 > --- a/include/qemu/qemu-plugin.h > +++ b/include/qemu/qemu-plugin.h > @@ -32,6 +32,9 @@ > #define QEMU_PLUGIN_LOCAL __attribute__((visibility("hidden"))) > #endif > > +/** > + * typedef qemu_plugin_id_t - Unique plugin ID > + */ > typedef uint64_t qemu_plugin_id_t; > > /* > -- > 2.20.1 >