qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT cdaed7c] qdev: move comment


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT cdaed7c] qdev: move comment
Date: Tue, 06 Oct 2009 20:05:48 -0000

From: Gerd Hoffmann <address@hidden>

Move comment back next to main_system_bus to avoid confusion.

Signed-off-by: Gerd Hoffmann <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]