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 Looks good now. Acked-by: Kevin Wolf

[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 Index: qemu/vl.c === --- qemu.orig/vl.c 2010-04-06 19:05:52.403004388 +0200