qdev: move comment
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 6 Oct 2009 19:17:52 +0000 (21:17 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 6 Oct 2009 19:46:10 +0000 (14:46 -0500)
Move comment back next to main_system_bus to avoid confusion.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/qdev.c

index b2d11cebba64341faa0fdbaabf98f2a01981a5bc..253e255647a797dbfbc225451ba2055fdc04c1e4 100644 (file)
--- 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;