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

2010-05-26 Thread Kevin Wolf
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 inter

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

2010-05-26 Thread 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. S