mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-05 19:47:08 +00:00
![Gerd Hoffmann](/assets/img/avatar_default.png)
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:
5 lines
114 B
C
5 lines
114 B
C
extern QemuOptsList qemu_drive_opts;
|
|
extern QemuOptsList qemu_device_opts;
|
|
|
|
int qemu_set_option(const char *str);
|