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