aboutsummaryrefslogtreecommitdiff
path: root/hw/apb_pci.c
AgeCommit message (Expand)Author
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
2009-09-13Sparc64: make system bus parent of PCI busBlue Swirl
2009-09-04We want the argument pass to set_irq to be opaqueJuan Quintela
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-07-21Sparc64: convert APB to qdevBlue Swirl
2009-07-11Revert "Fix the PCI header type of APB"Blue Swirl
2009-07-09use constant IOPORTS_MASK instead of 0xffff.Isaku Yamahata
2009-07-05Fix the PCI header type of APBBlue Swirl
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-23Add common BusStatePaul Brook
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata
2009-02-01Add and use #defines for PCI device classesblueswir1