qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] drive: allow rerror, werror and readonly for if


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH] drive: allow rerror, werror and readonly for if=none
Date: Wed, 26 May 2010 11:53:22 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-2.fc12 Thunderbird/3.0.4

Am 26.05.2010 10:44, schrieb Gerd Hoffmann:
> When creating guest disks the qdev way using ...
> 
>   -drive if=none,id=$name,args
>   -device $driver,drive=$name
> 
> it is not possible to specify rerror, werror and readonly arguments
> for drive as drive_init allows/blocks them based on the interface (if=)
> specified and none isn't white-listed there.
> 
> Signed-off-by: Gerd Hoffmann <address@hidden>

Thanks, applied to the block branch.

Kevin



reply via email to

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