]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
QemuOpts: add -set option
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 31 Jul 2009 10:25:36 +0000 (12:25 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 10 Aug 2009 18:05:26 +0000 (13:05 -0500)
commitd058fe03e53699b5a85db1ea36edcf59273775a8
treea3c098a7931ff36df0e564709b06ccc255f456ce
parent7282a0331f11edd021efa3687dc2ec7fd557ace9
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-config.c
qemu-config.h
qemu-options.hx
vl.c