Searched hist:d058fe03e53699b5a85db1ea36edcf59273775a8 (Results 1 – 4 of 4) sorted by relevance
/qemu/include/qemu/ |
H A D | config-file.h | d058fe03e53699b5a85db1ea36edcf59273775a8 Fri Jul 31 10:25:36 UTC 2009 Gerd Hoffmann <kraxel@redhat.com> 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:
|
/qemu/util/ |
H A D | qemu-config.c | d058fe03e53699b5a85db1ea36edcf59273775a8 Fri Jul 31 10:25:36 UTC 2009 Gerd Hoffmann <kraxel@redhat.com> 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:
|
/qemu/ |
H A D | qemu-options.hx | d058fe03e53699b5a85db1ea36edcf59273775a8 Fri Jul 31 10:25:36 UTC 2009 Gerd Hoffmann <kraxel@redhat.com> 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:
|
/qemu/system/ |
H A D | vl.c | d058fe03e53699b5a85db1ea36edcf59273775a8 Fri Jul 31 10:25:36 UTC 2009 Gerd Hoffmann <kraxel@redhat.com> 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:
|