Re: [Qemu-devel] [PATCH 2/2] Add dynamic generation of module_block.h

2015-08-27 Thread Marc Marí
On Thu, 27 Aug 2015 10:23:32 +0100 "Daniel P. Berrange" wrote: > On Mon, Aug 17, 2015 at 10:09:35AM +0200, Marc Marí wrote: > > To simplify the addition of new block modules, add a script that > > generates include/qemu/module_block.h automatically from the > > modules' source code. > > > > This

Re: [Qemu-devel] [PATCH 2/2] Add dynamic generation of module_block.h

2015-08-27 Thread Daniel P. Berrange
On Mon, Aug 17, 2015 at 10:09:35AM +0200, Marc Marí wrote: > To simplify the addition of new block modules, add a script that generates > include/qemu/module_block.h automatically from the modules' source code. > > This script assumes that the QEMU coding style rules are followed. > > Signed-off-

[Qemu-devel] [PATCH 2/2] Add dynamic generation of module_block.h

2015-08-17 Thread Marc Marí
To simplify the addition of new block modules, add a script that generates include/qemu/module_block.h automatically from the modules' source code. This script assumes that the QEMU coding style rules are followed. Signed-off-by: Marc Marí --- .gitignore | 1 + Makefile