aboutsummaryrefslogtreecommitdiff
path: root/hw/ppce500_pci.c
AgeCommit message (Expand)Author
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-26pci: Allow PCI bus creation interfaces to specify the type of busAlex Williamson
2013-03-01hw: include hw header files with full pathsPaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-17Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEADPaolo Bonzini
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin
2012-12-14PPC: e500: pci: Export slot2irq calculationAlexander Graf
2012-12-14PPC: E500: PCI: Make IRQ calculation more genericAlexander Graf
2012-12-14PPC: E500: PCI: Make first slot qdev settableAlexander Graf
2012-12-14PPC: e500: Declare pci bridge as bridgeAlexander Graf
2012-12-14Adding BAR0 for e500 PCI controllerBharat Bhushan
2012-10-29PPC: e500: Map PIO space into core memory regionAlexander Graf
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-08-22pci: Tidy up PCI host bridgesAndreas Färber
2012-08-22pci: Derive PCI host bridges from TYPE_PCI_HOST_BRIDGEAndreas Färber
2012-08-22ppce500_pci: QOM'ify e500 PCI host bridgeAndreas Färber
2012-08-22pci: Make host bridge TypeInfos constAndreas Färber
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori
2011-12-19ppce500_pci: remove sysbus_init_mmio_cb2 usageBenoît Canet
2011-11-24ppce500_pci: convert to memory APIAvi Kivity
2011-10-30ppc/e500_pci: Fix an array overflow issueLiu Yu-B13201
2011-10-30ppc/e500_pci: Fix code styleLiu Yu-B13201
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-08-22ppce500_pci: convert to sysbus_init_mmio_cb2()Avi Kivity
2011-08-08pci: pass I/O address space to new PCI busAvi Kivity
2011-07-29pci: pass address space to pci bus when createdAvi Kivity
2011-06-15ppce500: move device/vendor/class id to qdevMichael S. Tsirkin
2011-05-12PPC: Qdev'ify e500 pciAlexander Graf
2011-04-22vmstate: port ppce500_pciJuan Quintela
2011-04-09mpc85xx_pci_map_irq: change "unknow" to "unknown"Scott Wood
2010-12-11pci-host: Delegate bswap to mmio layerAlexander Graf
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-09-08Revert "PPC: Qdev'ify e500 pci"Anthony Liguori
2010-09-08Revert "PPC: Make e500 pci byte swap config data"Anthony Liguori
2010-09-05PPC: Make e500 pci byte swap config dataAlexander Graf
2010-09-05PPC: Qdev'ify e500 pciAlexander Graf
2010-07-11pci: use PCI_DEVFN() where appropriate.Isaku Yamahata
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-03-30Compile most PPC devices only onceBlue Swirl
2010-03-21Compile pci_host only onceBlue Swirl
2009-12-01pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata
2009-11-09pci_host: consolidate pci config address access.Isaku Yamahata
2009-11-09pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata