summaryrefslogtreecommitdiff
path: root/hw/pci-host
AgeCommit message (Expand)AuthorFilesLines
2013-07-29pc: limit 64 bit hole to 2G by defaultIgor Mammedov2-20/+163
2013-07-29pc: replace i440fx_common_init() with i440fx_init()Igor Mammedov1-37/+13
2013-07-29pc: add I440FX QOM cast macroIgor Mammedov1-2/+6
2013-07-29pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber1-4/+3
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum4-0/+6
2013-07-25sparc64: unbreakPaolo Bonzini1-19/+28
2013-07-25sparc64: remove indirection for I/O port accessPaolo Bonzini1-52/+2
2013-07-25mips_fulong2e: do not use isa_mmioPaolo Bonzini1-15/+10
2013-07-23q35: Use QOM realize for q35 host bridgeHu Tao1-14/+15
2013-07-23q35: Use type-safe cast instead of direct access of parent devHu Tao1-21/+22
2013-07-23i440fx-pcihost: Use QOM realize for i440fx-pcihostHu Tao1-12/+17
2013-07-23i440fx: Use type-safe cast instead of direct access of parent devHu Tao1-9/+16
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2-0/+26
2013-07-07pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson2-0/+18
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini9-56/+57
2013-07-04pam: pass device to init_pam and use it to set ownerPaolo Bonzini3-11/+13
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini10-57/+57
2013-07-04pci: store PCI hole ranges in guestinfo structureMichael S. Tsirkin1-0/+8
2013-06-02dec.c - move to pci-bridgeMichael S. Tsirkin3-167/+0
2013-05-30q35: set fw_nameMichael S. Tsirkin1-0/+1
2013-05-15hw/pci-host/versatile.c: Provide property for forcing broken IRQ mappingPeter Maydell1-1/+13
2013-05-15hw/pci-host/versatile.c: Update autodetect to detect newer kernelsPeter Maydell1-7/+62
2013-05-15Revert "versatile_pci: Put the host bridge PCI device at slot 29"Peter Maydell1-2/+0
2013-04-27sparc64: use direct interrupt mapping for PCI devicesArtyom Tarasenko1-1/+1
2013-04-27sparc64: fix loosing interruptsArtyom Tarasenko1-18/+96
2013-04-27sparc64: allow 64 IRQ linesArtyom Tarasenko1-1/+1
2013-04-19hw/versatile_pci: Drop unnecessary vpb_pci_config_addr()Peter Maydell1-7/+2
2013-04-19versatile_pci: Expose PCI memory space to systemPeter Maydell1-1/+71
2013-04-19versatile_pci: Implement the PCI controller's control registersPeter Maydell1-5/+122
2013-04-19versatile_pci: Implement the correct PCI IRQ mappingPeter Maydell1-6/+99
2013-04-19versatile_pci: Put the host bridge PCI device at slot 29Peter Maydell1-0/+2
2013-04-19versatile_pci: Use separate PCI I/O space rather than system I/O spacePeter Maydell1-4/+13
2013-04-19versatile_pci: Change to subclassing TYPE_PCI_HOST_BRIDGEPeter Maydell1-11/+30
2013-04-19versatile_pci: Update to realize and instance init functionsPeter Maydell1-25/+25
2013-04-19versatile_pci: Expose PCI I/O region on Versatile PBPeter Maydell1-5/+3
2013-04-19versatile_pci: Fix hardcoded tabsPeter Maydell1-1/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini2-1/+11
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini12-0/+4097