mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
QemuOpts: switch over -device.
Make -device switch use the QemuOpts framework. Everything should continue to work like it did before. New: "-set device.$id.$property=$value" works. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
This commit is contained in:
parent
d058fe03e5
commit
f31d07d175
5 changed files with 73 additions and 56 deletions
|
@ -1,3 +1,4 @@
|
|||
extern QemuOptsList qemu_drive_opts;
|
||||
extern QemuOptsList qemu_device_opts;
|
||||
|
||||
int qemu_set_option(const char *str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue