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)
commit005a06312d651afd0cb0dced78f3ee2e34bf2b40
tree6674bf3d6f3cc0d788012da7dc1850cfa3392984
parent07d1e46199de2db71e6fbed3ab539a2521fcc1f4
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