diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2012-09-08 16:01:20 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2012-10-06 18:48:37 +0200 |
commit | 36b7f27d2195a09dbfb7f08b2323d807c1ad90b0 (patch) | |
tree | 882d27001e3b635ad5e4e2b4606258f4d212ac38 /hw/qdev.h | |
parent | 6405c86412719a0ccd1a09b81baf0b78e8a4ae6b (diff) |
vl.c: convert *vga_enabled functions to QOM
And get rid of qdev_exists().
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw/qdev.h')
-rw-r--r-- | hw/qdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -153,7 +153,6 @@ typedef struct GlobalProperty { DeviceState *qdev_create(BusState *bus, const char *name); DeviceState *qdev_try_create(BusState *bus, const char *name); -bool qdev_exists(const char *name); int qdev_device_help(QemuOpts *opts); DeviceState *qdev_device_add(QemuOpts *opts); int qdev_init(DeviceState *dev) QEMU_WARN_UNUSED_RESULT; |