]> git.proxmox.com Git - qemu.git/commit - qemu-options.hx
qdev: add -device command line option.
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 15 Jul 2009 11:59:26 +0000 (13:59 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 27 Jul 2009 13:39:29 +0000 (08:39 -0500)
commitbd3c948db739a6c9c5e42ec838ef1220beea8e4e
tree87f710249e970c7d683e473d3aed646524d27031
parent8ffb1bcf56a4b62d80c8dbefa715cd16394255e0
qdev: add -device command line option.

The -device switch is the users frontend to the qdev_device_add function
added by the previous patch.

Also adds a linked list where command line options can be saved.
Use it for the new -device and for the -usbdevice and -bt switches.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-options.hx
vl.c