From cdaed7c79335e04ab87a811454ea810e83375568 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 6 Oct 2009 21:17:52 +0200 Subject: [PATCH] qdev: move comment Move comment back next to main_system_bus to avoid confusion. Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori --- hw/qdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/qdev.c b/hw/qdev.c index b2d11cebba..253e255647 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; -- 2.11.0