summaryrefslogtreecommitdiffstats
path: root/hw/prep_pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* prep_pci: QOM'ify Raven PCI host bridgeAndreas Färber2012-08-221-5/+12
* pci: Make host bridge TypeInfos constAndreas Färber2012-08-221-2/+2
* prep: Move int-ack register from PReP to Raven PCI emulationHervé Poussineau2012-04-301-0/+17
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-11/+15
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-6/+13
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-15/+18
* prep: qdev'ify Raven host bridge (SysBus)Andreas Färber2012-01-201-25/+42
* prep_pci: Update I/O to MemoryRegion opsAndreas Färber2012-01-201-38/+8
* prep_pci: Simplify I/O endiannessAndreas Färber2012-01-201-5/+1
* prep: qdev'ify Raven host bridge (PCIDevice)Andreas Färber2012-01-201-9/+46
* prep_pci: convert to memory APIAvi Kivity2011-11-241-15/+8
* ppc_prep: fix pci config space initializationAvi Kivity2011-09-251-1/+1
* pci_host: convert conf index and data ports to memory APIAvi Kivity2011-09-041-3/+9
* Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori2011-08-251-9/+3
* pci_host: convert conf index and data ports to memory APIAvi Kivity2011-08-241-3/+9
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* pci: pass I/O address space to new PCI busAvi Kivity2011-08-081-2/+6
* pci: pass address space to pci bus when createdAvi Kivity2011-07-291-2/+3
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata2010-07-111-1/+0
* Compile prep_pci only onceBlue Swirl2010-03-291-8/+0
* pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata2009-12-011-1/+1
* pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin2009-12-011-0/+1
* pci_host: consolidate pci config address access.Isaku Yamahata2009-11-091-14/+1
* pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata2009-11-091-8/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-8/+8
* Get rid of _t suffixmalc2009-10-011-8/+8
* 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-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Add common BusStatePaul Brook2009-05-231-1/+2
* use PCI_HEADER_TYPE.Isaku Yamahata2009-05-031-1/+1
* 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-4/+2
* Remove unnecessary trailing newlinesblueswir12008-12-131-1/+0
* Break up vl.h.pbrook2007-11-171-1/+3
* Fix PreP PCI IRQ mapping.j_mayer2007-10-291-2/+1
* Fix memory corruption reported by Julian Sewardj_mayer2007-10-141-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-4/+4
* Unify IRQ handling.pbrook2007-04-071-4/+4
* Implement sun4u PCI IRQ routing.pbrook2006-09-241-9/+3
* PCI shared IRQ fix (original patch by andrzej zaborowski).pbrook2006-09-241-5/+15
* Rearrange PCI host emulation code.pbrook2006-05-131-0/+167
OpenPOWER on IntegriCloud