Re: [PATCH] block/blkio: fix module_block.py parsing

2023-07-04 Thread Stefan Hajnoczi
On Mon, 3 Jul 2023 at 12:55, Stefano Garzarella wrote: > > On Mon, Jul 03, 2023 at 12:35:24PM +0200, Stefan Hajnoczi wrote: > >When QEMU is built with --enable-modules, the module_block.py script > >parses block/*.c to find block drivers that are built as modules. The > >script generates a table o

Re: [PATCH] block/blkio: fix module_block.py parsing

2023-07-03 Thread Stefano Garzarella
On Mon, Jul 03, 2023 at 12:35:24PM +0200, Stefan Hajnoczi wrote: When QEMU is built with --enable-modules, the module_block.py script parses block/*.c to find block drivers that are built as modules. The script generates a table of block drivers called block_driver_modules[]. This table is used f

[PATCH] block/blkio: fix module_block.py parsing

2023-07-03 Thread Stefan Hajnoczi
When QEMU is built with --enable-modules, the module_block.py script parses block/*.c to find block drivers that are built as modules. The script generates a table of block drivers called block_driver_modules[]. This table is used for block driver module loading. The blkio.c driver uses macros to