aboutsummaryrefslogtreecommitdiffstats
path: root/hw/apb_pci.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-18/+23
2012-01-27qdev: change ambiguous qdev namesAnthony Liguori1-2/+2
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-5/+12
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-20/+34
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-3/+3
2011-09-04apb_pci: convert PCI space to memory APIBlue Swirl1-5/+8
2011-08-22apb_pci: convert to memory APIAvi Kivity1-47/+37
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-0/+2
2011-06-12apb_pci: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-7/+6
2010-12-11Make simple io mem handler endian awareAlexander Graf1-1/+2
2010-12-11Add endianness as io mem parameterAlexander Graf1-2/+4
2010-09-07pci_bridge: introduce pci bridge library.Isaku Yamahata1-13/+42
2010-07-22pci/bridge: split out pci bridge code into pci_bridge.c from pci.cIsaku Yamahata1-0/+1
2010-07-11pci: set PCI multi-function bit appropriately.Isaku Yamahata1-3/+0
2010-07-11pci_bridge: make pci bridge aware of pci multi function bit.Isaku Yamahata1-2/+2
2010-07-11pci: remove PCIDeviceInfo::header_typeIsaku Yamahata1-1/+1
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata1-2/+0
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster1-0/+1
2010-05-26sparc64: clean up pci bridge mapIgor V. Kovalenko1-23/+26
2010-05-12apb: don't use any static stateBlue Swirl1-4/+3
2010-03-21Fix Sparc64 buildBlue Swirl1-1/+1
2010-02-22apc_pci: simplify using rwhandlerMichael S. Tsirkin1-61/+13
2010-02-22apb_pci: minor cleanupMichael S. Tsirkin1-4/+2
2010-02-14sparc64: use PCI accessors for APB/PBMBlue Swirl1-11/+15
2010-01-30sparc64: implement basic IOMMU/interrupt handlingBlue Swirl1-22/+142
2010-01-29Sparc64: byte swap IO port accessBlue Swirl1-4/+4
2010-01-26PCI: fix bridge configurationBlue Swirl1-0/+1
2010-01-22Sparc64: fix PCI probe problemsBlue Swirl1-12/+7
2010-01-12Sparc64: Fix PCI config accessor orderBlue Swirl1-4/+4
2010-01-11Sparc64: enable real access to PCI configuration spaceBlue Swirl1-3/+85
2010-01-10Sparc64: increase APB register rangeBlue Swirl1-2/+2
2009-12-27Sparc64: move APB PCI memory base to correct locationBlue Swirl1-0/+2
2009-12-02pci: move apb specific stuff to apb_pci.cMichael S. Tsirkin1-0/+22
2009-12-01pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata1-2/+2
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin1-0/+1
2009-11-09pci_host: consolidate pci config address access.Isaku Yamahata1-42/+1
2009-11-09pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata1-17/+2
2009-11-09pci: use PCI_SLOT() and PCI_FUNC().Isaku Yamahata1-4/+6
2009-10-13Add some chipset doc linksBlue Swirl1-0/+9
2009-10-07New qdev_init_nofail()Markus Armbruster1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-13/+13
2009-10-01Get rid of _t suffixmalc1-13/+13
2009-09-20ioports: remove unused env parameter and compile only onceBlue Swirl1-6/+6
2009-09-13Sparc64: make system bus parent of PCI busBlue Swirl1-1/+1
2009-09-04We want the argument pass to set_irq to be opaqueJuan Quintela1-1/+3
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-2/+4
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-8/+8
2009-07-21Sparc64: convert APB to qdevBlue Swirl1-32/+71