]> git.proxmox.com Git - qemu.git/commit
qdev: Move SysBus initialization to sysbus.c
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 2 May 2012 10:06:55 +0000 (12:06 +0200)
committerAndreas Färber <afaerber@suse.de>
Mon, 18 Jun 2012 13:14:38 +0000 (15:14 +0200)
commit8185d21639ab749979445734ec671122aa96e805
tree3864a9d2837a5c43ed3e7230a671e5af4f01a005
parent09e5ab6360ce78fc0acbfe29ac100f8148397ca6
qdev: Move SysBus initialization to sysbus.c

TYPE_SYSTEM_BUS will be local to hw/sysbus.c, so move existing references
to main_system_bus and system_bus_info there.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
hw/qdev.c
hw/sysbus.c