Re: [Qemu-devel] [RFC PATCH v2 5/7] plugins: add plugin template

2018-09-07 Thread Alex Bennée
Pavel Dovgalyuk writes: > From: Pavel Dovgalyuk > > This is a template of the QEMU plugin. It includes empty functions that > plugins may implement. > I'm not sure it's worth having a null-template plugin if we can have one or two well documented example plugins. It just runs the risk of

[Qemu-devel] [RFC PATCH v2 5/7] plugins: add plugin template

2018-06-05 Thread Pavel Dovgalyuk
From: Pavel Dovgalyuk This is a template of the QEMU plugin. It includes empty functions that plugins may implement. Signed-off-by: Pavel Dovgalyuk --- plugins/template/Makefile | 19 +++ plugins/template/template.c | 19 +++ 2 files changed, 38