aboutsummaryrefslogtreecommitdiffstats
path: root/hw/prep_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-11/+15
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-6/+13
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-15/+18
2012-01-20prep: qdev'ify Raven host bridge (SysBus)Andreas Färber1-25/+42
2012-01-20prep_pci: Update I/O to MemoryRegion opsAndreas Färber1-38/+8
2012-01-20prep_pci: Simplify I/O endiannessAndreas Färber1-5/+1
2012-01-20prep: qdev'ify Raven host bridge (PCIDevice)Andreas Färber1-9/+46
2011-11-24prep_pci: convert to memory APIAvi Kivity1-15/+8
2011-09-25ppc_prep: fix pci config space initializationAvi Kivity1-1/+1
2011-09-04pci_host: convert conf index and data ports to memory APIAvi Kivity1-3/+9
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori1-9/+3
2011-08-24pci_host: convert conf index and data ports to memory APIAvi Kivity1-3/+9
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-08pci: pass I/O address space to new PCI busAvi Kivity1-2/+6
2011-07-29pci: pass address space to pci bus when createdAvi Kivity1-2/+3
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata1-1/+0
2010-03-29Compile prep_pci only onceBlue Swirl1-8/+0
2009-12-01pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata1-1/+1
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-14/+1
2009-11-09pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata1-8/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-8/+8
2009-10-01Get rid of _t suffixmalc1-8/+8
2009-09-04We want the argument pass to set_irq to be opaqueJuan Quintela1-1/+3
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-23Add common BusStatePaul Brook1-1/+2
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata1-1/+1
2009-02-01Add and use #defines for PCI device classesblueswir11-2/+1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-4/+2
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
2007-11-17Break up vl.h.pbrook1-1/+3
2007-10-29Fix PreP PCI IRQ mapping.j_mayer1-2/+1
2007-10-14Fix memory corruption reported by Julian Sewardj_mayer1-1/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-4/+4
2007-04-07Unify IRQ handling.pbrook1-4/+4
2006-09-24Implement sun4u PCI IRQ routing.pbrook1-9/+3
2006-09-24PCI shared IRQ fix (original patch by andrzej zaborowski).pbrook1-5/+15
2006-05-13Rearrange PCI host emulation code.pbrook1-0/+167