diff options
| author | Gerd Hoffmann <kraxel@redhat.com> | 2009-10-06 21:17:52 +0200 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-06 14:46:10 -0500 |
| commit | cdaed7c79335e04ab87a811454ea810e83375568 (patch) | |
| tree | 7952c2f843fc8811e7ceeeff7a63d395d3e48021 | |
| parent | 0f457d91c41047f0f22c2e6965fbd154c5cd07d9 (diff) | |
| download | focaccia-qemu-cdaed7c79335e04ab87a811454ea810e83375568.tar.gz focaccia-qemu-cdaed7c79335e04ab87a811454ea810e83375568.zip | |
qdev: move comment
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>
| -rw-r--r-- | hw/qdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |