aboutsummaryrefslogtreecommitdiffstats
path: root/hw/prep_pci.c
AgeCommit message (Expand)AuthorFilesLines
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