summaryrefslogtreecommitdiffstats
path: root/hw/ppc4xx_pci.c
Commit message (Expand)AuthorAgeFilesLines
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-2/+2
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-4/+4
* pci: Tidy up PCI host bridgesAndreas Färber2012-08-221-3/+5
* pci: Derive PCI host bridges from TYPE_PCI_HOST_BRIDGEAndreas Färber2012-08-221-2/+2
* ppc4xx_pci: QOM'ify ppc4xx PCI host bridgeAndreas Färber2012-08-221-5/+8
* pci: Make host bridge TypeInfos constAndreas Färber2012-08-221-2/+2
* qom: Unify type registrationAndreas Färber2012-02-151-2/+3
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-12/+16
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-5/+12
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-7/+14
* PPC: 4xx: Qdevify the 440 PCI host controllerAlexander Graf2012-01-211-60/+65
* PPC: 440: Ignore invalid PCI IRQsAlexander Graf2012-01-211-0/+4
* ppc4xx_pci: convert to memory APIAvi Kivity2011-11-241-42/+26
* pci_host: convert conf index and data ports to memory APIAvi Kivity2011-09-041-4/+6
* Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori2011-08-251-6/+4
* pci_host: convert conf index and data ports to memory APIAvi Kivity2011-08-241-4/+6
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* pci: pass I/O address space to new PCI busAvi Kivity2011-08-081-0/+1
* pci: pass address space to pci bus when createdAvi Kivity2011-07-291-1/+4
* vmstate: port ppc4xx_pciJuan Quintela2011-04-221-41/+39
* ppc4xx_pci: Declare as little endianAlexander Graf2010-12-111-15/+2
* Add endianness as io mem parameterAlexander Graf2010-12-111-2/+4
* savevm: Add DeviceState paramAlex Williamson2010-07-061-2/+2
* Compile pci_host only onceBlue Swirl2010-03-211-1/+1
* pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata2009-12-011-1/+1
* pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata2009-11-091-17/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-9/+9
* Get rid of _t suffixmalc2009-10-011-9/+9
* We want the argument pass to set_irq to be opaqueJuan Quintela2009-09-041-1/+3
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-6/+6
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-3/+3
* Add common BusStatePaul Brook2009-05-231-1/+2
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-1/+1
* Add and use remaining #defines for PCI device IDs (Stuart Brady)aliguori2009-03-131-1/+1
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Add and use #defines for PCI device classesblueswir12009-02-011-2/+1
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-6/+6
* target-ppc: kill a few warningsaurel322008-12-071-0/+2
* hw/ppc4xx_pci.c: kill two warningsaurel322008-12-051-2/+2
* IBM PowerPC 4xx 32-bit PCI controller emulationaurel322008-12-021-0/+419
OpenPOWER on IntegriCloud