commit | dc33bb341122623105573d47fa6d71a0ba5ff15c | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Wed May 26 10:44:44 2010 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri May 28 13:14:25 2010 +0200 |
tree | 74b3c14938141987fb36f9a4fb4db6a2708580fd | |
parent | b50cbabc1bc12e6b0082089c70015c1b97db86a1 [diff] |
drive: allow rerror, werror and readonly for if=none 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 <kraxel@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>