aboutsummaryrefslogtreecommitdiffstats
path: root/hw/apb_pci.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-11Revert "Fix the PCI header type of APB"Blue Swirl1-1/+1
2009-07-09use constant IOPORTS_MASK instead of 0xffff.Isaku Yamahata1-6/+6
2009-07-05Fix the PCI header type of APBBlue Swirl1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-4/+4
2009-05-23Add common BusStatePaul Brook1-1/+2
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata1-1/+1
2009-02-01Add and use #defines for PCI device classesblueswir11-2/+1
2009-01-27Add Simba device IDblueswir11-2/+4
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-4/+2
2009-01-10Add EBUS bridgeblueswir11-6/+5
2009-01-09Fix APBblueswir11-11/+25
2008-12-13Remove unnecessary trailing newlinesblueswir11-2/+0
2008-05-12Wrap long linesblueswir11-5/+10
2007-11-17Break up vl.h.pbrook1-1/+2
2007-10-06 More detabificationblueswir11-8/+8
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-2/+2
2007-05-30Replace target_ulong with target_phys_addr_tblueswir11-2/+2
2007-04-07Unify IRQ handling.pbrook1-3/+3
2006-12-22Sparc64 build fix (Igor Kovalenko).pbrook1-2/+2
2006-09-24Implement sun4u PCI IRQ routing.pbrook1-9/+28