Re: [Qemu-devel] [PATCH 06/19] Convert drive options to use enumeration data type

2010-06-26 Thread Markus Armbruster
Daniel P. Berrange berra...@redhat.com writes: This converts the drive options if, trans, media, cache, aio, rerror and werror to use the QEMU_OPT_ENUM datatype. This standardizes the string parsing and error reporting $ qemu -drive file=foo,werror=stop3 qemu: -drive

Re: [Qemu-devel] [PATCH 06/19] Convert drive options to use enumeration data type

2010-06-09 Thread Luiz Capitulino
On Mon, 7 Jun 2010 15:42:19 +0100 Daniel P. Berrange berra...@redhat.com wrote: This converts the drive options if, trans, media, cache, aio, rerror and werror to use the QEMU_OPT_ENUM datatype. This standardizes the string parsing and error reporting $ qemu -drive file=foo,werror=stop3