Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-01 | pci: move typedef, PCIHostState, PCIExpressHost to qemu-common.h. | Isaku Yamahata | |
This patch moves two typedefs, PCIHostState and PCIExpressHost to qemu-common.h for consistency as PCIBus and PCIDevice are typedefed in qemu-common.h. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> | |||
2009-11-09 | pci: pcie host and mmcfg support. | Isaku Yamahata | |
This patch adds common routines for pcie host bridge and pcie mmcfg. This will be used by q35 based chipset emulation. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> |