qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/5] blockdev: add discard suboption to -drive


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 2/5] blockdev: add discard suboption to -drive
Date: Wed, 13 Feb 2013 11:39:44 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Feb 08, 2013 at 02:06:12PM +0100, Paolo Bonzini wrote:
> @@ -1489,6 +1496,10 @@ QemuOptsList qemu_drive_opts = {
>              .type = QEMU_OPT_STRING,
>              .help = "disk image",
>          },{
> +            .name = "discard",
> +            .type = QEMU_OPT_STRING,
> +            .help = "discard operation (ignore/off, unmap/on)",

off/on aliases will be confusing when we plan to add "anchor" in the
future, making this non-boolean.  Please support ignore/unmap only.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]