commit | c5589ee9745319944886231935680fb8d110e6cb | [log] [tgz] |
---|---|---|
author | Andreas Färber <afaerber@suse.de> | Mon Aug 20 19:07:58 2012 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Wed Aug 22 10:47:15 2012 -0500 |
tree | b2ebcb7e170b079ac5afb4215a9809e1dcb9a60b | |
parent | 94dd91d651fe821971411280f8c64a6b72e8ca64 [diff] |
bonito: QOM'ify Bonito PCI host bridge Introduce type constant. Avoid accessing DeviceState or SysBusDevice indirectly through PCIHostState field. Drop global state by passing BonitoState as opaque and adding the IRQs and a pointer to PCIBonitoState to its state. Signed-off-by: Andreas Färber <afaerber@suse.de> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>