Re: [Qemu-devel] [PATCH v2] cleanup block driver option handling in vl.c

2010-04-07 Thread Kevin Wolf
Am 06.04.2010 19:12, schrieb Christoph Hellwig: Assign directly to the bdrv_flags variable instead of using magic numbers before translating to the BDRV_O_* options. Signed-off-by: Christoph Hellwig h...@lst.de Looks good now. Acked-by: Kevin Wolf kw...@redhat.com

[Qemu-devel] [PATCH v2] cleanup block driver option handling in vl.c

2010-04-06 Thread Christoph Hellwig
Assign directly to the bdrv_flags variable instead of using magic numbers before translating to the BDRV_O_* options. Signed-off-by: Christoph Hellwig h...@lst.de Index: qemu/vl.c === --- qemu.orig/vl.c 2010-04-06