aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ppc4xx_pci.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-04pci_host: convert conf index and data ports to memory APIAvi Kivity1-4/+6
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori1-6/+4
2011-08-24pci_host: convert conf index and data ports to memory APIAvi Kivity1-4/+6
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-08-08pci: pass I/O address space to new PCI busAvi Kivity1-0/+1
2011-07-29pci: pass address space to pci bus when createdAvi Kivity1-1/+4
2011-04-22vmstate: port ppc4xx_pciJuan Quintela1-41/+39
2010-12-11ppc4xx_pci: Declare as little endianAlexander Graf1-15/+2
2010-12-11Add endianness as io mem parameterAlexander Graf1-2/+4
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+2
2010-03-21Compile pci_host only onceBlue Swirl1-1/+1
2009-12-01pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata1-1/+1
2009-11-09pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata1-17/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-9/+9
2009-10-01Get rid of _t suffixmalc1-9/+9
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-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
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-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-1/+1
2009-03-13Add and use remaining #defines for PCI device IDs (Stuart Brady)aliguori1-1/+1
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-02-01Add and use #defines for PCI device classesblueswir11-2/+1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-6/+6
2008-12-07target-ppc: kill a few warningsaurel321-0/+2
2008-12-05hw/ppc4xx_pci.c: kill two warningsaurel321-2/+2
2008-12-02IBM PowerPC 4xx 32-bit PCI controller emulationaurel321-0/+419