commit | d058fe03e53699b5a85db1ea36edcf59273775a8 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Fri Jul 31 12:25:36 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Aug 10 13:05:26 2009 -0500 |
tree | a3c098a7931ff36df0e564709b06ccc255f456ce | |
parent | 7282a0331f11edd021efa3687dc2ec7fd557ace9 [diff] |
QemuOpts: add -set option One use case will be file for drives (no filename quoting issues), i.e. -drive id=test,if=virtio -set drive.test.file=/vmdisk/test-virtio.img It will work for any other option (assuming handled by QemuOpts) though. Except for id= for obvious reasons ;). Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id: