summaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
Diffstat (limited to 'hw')
-rw-r--r--hw/qdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/qdev.c b/hw/qdev.c
index b2d11ce..253e255 100644
--- a/hw/qdev.c
+++ b/hw/qdev.c
@@ -30,9 +30,9 @@
#include "sysemu.h"
#include "monitor.h"
-/* This is a nasty hack to allow passing a NULL bus to qdev_create. */
static int qdev_hotplug = 0;
+/* This is a nasty hack to allow passing a NULL bus to qdev_create. */
static BusState *main_system_bus;
static DeviceInfo *device_info_list;
OpenPOWER on IntegriCloud