]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
switch -drive to QemuOpts.
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 22 Jul 2009 14:43:04 +0000 (16:43 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 27 Jul 2009 19:08:23 +0000 (14:08 -0500)
commit9dfd7c7a00dd700de36ca58005a7cb3934a62efb
tree6674bf3d6f3cc0d788012da7dc1850cfa3392984
parente27c88fe9eb26648e4fb282cb3761c41f06ff18a
switch -drive to QemuOpts.

Demo QemuOpts in action ;)

Implementing a alternative way to specify the filename should be
just a few lines of code now once we decided how the cmd line syntax
should look like.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/device-hotplug.c
sysemu.h
vl.c