mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
0f457d91c4
commit
cdaed7c793
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue