summaryrefslogtreecommitdiffstats
path: root/hw/apb_pci.c
Commit message (Expand)AuthorAgeFilesLines
* sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber2013-01-211-1/+1
* Make all static TypeInfos constAndreas Färber2013-01-101-3/+3
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* pci: rename pci_internals.h pci_bus.hMichael S. Tsirkin2012-12-171-1/+1
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-4/+4
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-12/+12
* sun4u: implement interrupt clearing registersArtyom Tarasenko2012-05-121-0/+12
* sun4u: initialize OBIO interrupt mappingsArtyom Tarasenko2012-05-121-0/+6
* sparc64: implement PCI and ISA irqsBlue Swirl2012-03-171-13/+35
* apb: use normal PCI device header for PBM deviceBlue Swirl2012-03-171-1/+0
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-18/+23
* qdev: change ambiguous qdev namesAnthony Liguori2012-01-271-2/+2
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-5/+12
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-20/+34
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-3/+3
* apb_pci: convert PCI space to memory APIBlue Swirl2011-09-041-5/+8
* apb_pci: convert to memory APIAvi Kivity2011-08-221-47/+37
* 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-0/+2
* apb_pci: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-7/+6
* Make simple io mem handler endian awareAlexander Graf2010-12-111-1/+2
* Add endianness as io mem parameterAlexander Graf2010-12-111-2/+4
* pci_bridge: introduce pci bridge library.Isaku Yamahata2010-09-071-13/+42
* pci/bridge: split out pci bridge code into pci_bridge.c from pci.cIsaku Yamahata2010-07-221-0/+1
* pci: set PCI multi-function bit appropriately.Isaku Yamahata2010-07-111-3/+0
* pci_bridge: make pci bridge aware of pci multi function bit.Isaku Yamahata2010-07-111-2/+2
* pci: remove PCIDeviceInfo::header_typeIsaku Yamahata2010-07-111-1/+1
* pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata2010-07-111-2/+0
* blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-041-0/+1
* sparc64: clean up pci bridge mapIgor V. Kovalenko2010-05-261-23/+26
* apb: don't use any static stateBlue Swirl2010-05-121-4/+3
* Fix Sparc64 buildBlue Swirl2010-03-211-1/+1
* apc_pci: simplify using rwhandlerMichael S. Tsirkin2010-02-221-61/+13
* apb_pci: minor cleanupMichael S. Tsirkin2010-02-221-4/+2
* sparc64: use PCI accessors for APB/PBMBlue Swirl2010-02-141-11/+15
* sparc64: implement basic IOMMU/interrupt handlingBlue Swirl2010-01-301-22/+142
* Sparc64: byte swap IO port accessBlue Swirl2010-01-291-4/+4
* PCI: fix bridge configurationBlue Swirl2010-01-261-0/+1
* Sparc64: fix PCI probe problemsBlue Swirl2010-01-221-12/+7
* Sparc64: Fix PCI config accessor orderBlue Swirl2010-01-121-4/+4
* Sparc64: enable real access to PCI configuration spaceBlue Swirl2010-01-111-3/+85
* Sparc64: increase APB register rangeBlue Swirl2010-01-101-2/+2
* Sparc64: move APB PCI memory base to correct locationBlue Swirl2009-12-271-0/+2
* pci: move apb specific stuff to apb_pci.cMichael S. Tsirkin2009-12-021-0/+22
* pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata2009-12-011-2/+2
* 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-42/+1
* pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata2009-11-091-17/+2
OpenPOWER on IntegriCloud