qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] qdev: move comment


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH] qdev: move comment
Date: Tue, 6 Oct 2009 21:17:52 +0200

Move comment back next to main_system_bus to avoid confusion.

Signed-off-by: Gerd Hoffmann <address@hidden>
---
 hw/qdev.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/qdev.c b/hw/qdev.c
index 96cf411..cc8071e 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;
-- 
1.6.2.5





reply via email to

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