aboutsummaryrefslogtreecommitdiff
path: root/hw/apb_pci.c
AgeCommit message (Expand)Author
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-05-12sun4u: implement interrupt clearing registersArtyom Tarasenko
2012-05-12sun4u: initialize OBIO interrupt mappingsArtyom Tarasenko
2012-03-17sparc64: implement PCI and ISA irqsBlue Swirl
2012-03-17apb: use normal PCI device header for PBM deviceBlue Swirl
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27qdev: change ambiguous qdev namesAnthony Liguori
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity
2011-09-04apb_pci: convert PCI space to memory APIBlue Swirl
2011-08-22apb_pci: convert to memory APIAvi Kivity
2011-08-08pci: pass I/O address space to new PCI busAvi Kivity
2011-07-29pci: pass address space to pci bus when createdAvi Kivity
2011-06-12apb_pci: convert to PCIDeviceInfo to initialize idsIsaku Yamahata
2010-12-11Make simple io mem handler endian awareAlexander Graf
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-09-07pci_bridge: introduce pci bridge library.Isaku Yamahata
2010-07-22pci/bridge: split out pci bridge code into pci_bridge.c from pci.cIsaku Yamahata
2010-07-11pci: set PCI multi-function bit appropriately.Isaku Yamahata
2010-07-11pci_bridge: make pci bridge aware of pci multi function bit.Isaku Yamahata
2010-07-11pci: remove PCIDeviceInfo::header_typeIsaku Yamahata
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster
2010-05-26sparc64: clean up pci bridge mapIgor V. Kovalenko
2010-05-12apb: don't use any static stateBlue Swirl
2010-03-21Fix Sparc64 buildBlue Swirl
2010-02-22apc_pci: simplify using rwhandlerMichael S. Tsirkin
2010-02-22apb_pci: minor cleanupMichael S. Tsirkin
2010-02-14sparc64: use PCI accessors for APB/PBMBlue Swirl
2010-01-30sparc64: implement basic IOMMU/interrupt handlingBlue Swirl
2010-01-29Sparc64: byte swap IO port accessBlue Swirl
2010-01-26PCI: fix bridge configurationBlue Swirl
2010-01-22Sparc64: fix PCI probe problemsBlue Swirl
2010-01-12Sparc64: Fix PCI config accessor orderBlue Swirl
2010-01-11Sparc64: enable real access to PCI configuration spaceBlue Swirl
2010-01-10Sparc64: increase APB register rangeBlue Swirl
2009-12-27Sparc64: move APB PCI memory base to correct locationBlue Swirl
2009-12-02pci: move apb specific stuff to apb_pci.cMichael S. Tsirkin
2009-12-01pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin
2009-11-09pci_host: consolidate pci config address access.Isaku Yamahata
2009-11-09pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata
2009-11-09pci: use PCI_SLOT() and PCI_FUNC().Isaku Yamahata
2009-10-13Add some chipset doc linksBlue Swirl
2009-10-07New qdev_init_nofail()Markus Armbruster
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-20ioports: remove unused env parameter and compile only onceBlue Swirl