aboutsummaryrefslogtreecommitdiffstats
path: root/hw/dec_pci.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-18/+22
2012-01-27qdev: change ambiguous qdev namesAnthony Liguori1-1/+1
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-4/+15
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-21/+36
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-2/+2
2011-09-04pci_host: convert conf index and data ports to memory APIAvi Kivity1-7/+6
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori1-6/+7
2011-08-24pci_host: convert conf index and data ports to memory APIAvi Kivity1-7/+6
2011-06-12dec_pci: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-19/+7
2010-12-11pci-host: Delegate bswap to mmio layerAlexander Graf1-2/+4
2010-09-07pci_bridge: introduce pci bridge library.Isaku Yamahata1-9/+36
2010-07-22pci/bridge: split out pci bridge code into pci_bridge.c from pci.cIsaku Yamahata1-0/+1
2010-07-11pci_bridge: make pci bridge aware of pci multi function bit.Isaku Yamahata1-1/+1
2010-07-11pci: remove PCIDeviceInfo::header_typeIsaku Yamahata1-1/+1
2010-03-21Compile pci_host only onceBlue Swirl1-2/+2
2010-02-14dec: use PCI accessorsBlue Swirl1-2/+1
2010-02-07dec: actually implement PCI bridgingBlue Swirl1-0/+20
2010-02-05Refactor DEC 21154 PCI bridgeBlue Swirl1-0/+84