Re: [Qemu-devel] [PATCH] cleanup block driver option handling in vl.c
Am 05.04.2010 16: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 > > Index: qemu/vl.c > ==
[Qemu-devel] [PATCH] cleanup block driver option handling in vl.c
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-05 11:05:39.042010326 +0200