aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ppce500_pci.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-12/+16
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-5/+12
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-7/+14
2011-12-19ppce500_pci: remove sysbus_init_mmio_cb2 usageBenoît Canet1-21/+6
2011-11-24ppce500_pci: convert to memory APIAvi Kivity1-20/+14
2011-10-30ppc/e500_pci: Fix an array overflow issueLiu Yu-B132011-16/+22
2011-10-30ppc/e500_pci: Fix code styleLiu Yu-B132011-20/+56
2011-09-04pci_host: convert conf index and data ports to memory APIAvi Kivity1-11/+10
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori1-10/+11
2011-08-24pci_host: convert conf index and data ports to memory APIAvi Kivity1-11/+10
2011-08-22ppce500_pci: convert to sysbus_init_mmio_cb2()Avi Kivity1-1/+11
2011-08-08pci: pass I/O address space to new PCI busAvi Kivity1-3/+4
2011-07-29pci: pass address space to pci bus when createdAvi Kivity1-1/+5
2011-06-15ppce500: move device/vendor/class id to qdevMichael S. Tsirkin1-10/+3
2011-05-12PPC: Qdev'ify e500 pciAlexander Graf1-60/+76
2011-04-22vmstate: port ppce500_pciJuan Quintela1-47/+40
2011-04-09mpc85xx_pci_map_irq: change "unknow" to "unknown"Scott Wood1-1/+1
2010-12-11pci-host: Delegate bswap to mmio layerAlexander Graf1-2/+4
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-09-08Revert "PPC: Qdev'ify e500 pci"Anthony Liguori1-73/+33
2010-09-08Revert "PPC: Make e500 pci byte swap config data"Anthony Liguori1-1/+1
2010-09-05PPC: Make e500 pci byte swap config dataAlexander Graf1-1/+1
2010-09-05PPC: Qdev'ify e500 pciAlexander Graf1-33/+73
2010-07-11pci: use PCI_DEVFN() where appropriate.Isaku Yamahata1-1/+2
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+2
2010-03-30Compile most PPC devices only onceBlue Swirl1-2/+0
2010-03-21Compile pci_host only onceBlue Swirl1-2/+2
2009-12-01pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata1-2/+2
2009-11-09pci_host: consolidate pci config address access.Isaku Yamahata1-33/+1
2009-11-09pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata1-16/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-6/+6
2009-10-01Get rid of _t suffixmalc1-6/+6
2009-09-04We want the argument pass to set_irq to be opaqueJuan Quintela1-1/+3
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-6/+6
2009-07-20Fix build with DEBUG_PCI in pci_host.h enabledBlue Swirl1-5/+8
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-3/+3
2009-05-23Add common BusStatePaul Brook1-1/+2
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-2/+2
2009-03-13Add and use remaining #defines for PCI device IDs (Stuart Brady)aliguori1-2/+2
2009-03-02kvm/powerpc: Add freescale pci controller's supportaurel321-0/+365