From f31d07d175b25ecca89f5d55dfdf2b55540e5e44 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 31 Jul 2009 12:25:37 +0200 Subject: 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 Signed-off-by: Anthony Liguori Message-Id: --- qemu-config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qemu-config.h') diff --git a/qemu-config.h b/qemu-config.h index 7faec9bdd8..08629deb99 100644 --- a/qemu-config.h +++ b/qemu-config.h @@ -1,3 +1,4 @@ extern QemuOptsList qemu_drive_opts; +extern QemuOptsList qemu_device_opts; int qemu_set_option(const char *str); -- cgit v1.2.1