summaryrefslogtreecommitdiffstats
path: root/hw/versatile_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-3/+3
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-15/+18
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-3/+28
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-8/+14
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-3/+3
* hw/versatile_pci: Expose multiple sysbus mmio regionsPeter Maydell2011-10-101-34/+8
* versatile_pci: convert to memory APIAvi Kivity2011-08-221-49/+43
* pci: pass I/O address space to new PCI busAvi Kivity2011-08-081-1/+1
* pci: pass address space to pci bus when createdAvi Kivity2011-07-291-0/+2
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* hw/versatile_pci.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-4/+4
* isa_mmio: Always use little endianAlexander Graf2010-12-111-5/+1
* versatile_pci: Declare as little endianAlexander Graf2010-12-111-13/+1
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* pci: use PCI_DEVFN() where appropriate.Isaku Yamahata2010-07-111-1/+1
* Compile isa_mmio only onceBlue Swirl2010-03-211-1/+5
* versatile_pci: cleanupMichael S. Tsirkin2010-02-141-9/+2
* versatile_pci: convert to symbolic namesMichael S. Tsirkin2010-02-141-7/+10
* pci: move pci_data_{read, write}() declaration from pci.h to pci_host.hIsaku Yamahata2009-12-011-0/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-8/+8
* Get rid of _t suffixmalc2009-10-011-8/+8
* We want the argument pass to set_irq to be opaqueJuan Quintela2009-09-041-1/+3
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-4/+6
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* qdev: update pci device registration.Gerd Hoffmann2009-07-091-2/+7
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Add common BusStatePaul Brook2009-05-231-2/+2
* ARM PCI host qdev conversionPaul Brook2009-05-141-32/+54
* PL190 qdev conversionPaul Brook2009-05-141-6/+9
* Add and use remaining #defines for PCI device IDs (Stuart Brady)aliguori2009-03-131-1/+1
* Add and use #defines for PCI device classesblueswir12009-02-011-2/+1
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-4/+2
* Remove unnecessary trailing newlinesblueswir12008-12-131-1/+0
* Break up vl.h.pbrook2007-11-171-1/+3
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-1/+1
* Unify IRQ handling.pbrook2007-04-071-3/+3
* Implement sun4u PCI IRQ routing.pbrook2006-09-241-4/+4
* PCI shared IRQ fix (original patch by andrzej zaborowski).pbrook2006-09-241-2/+7
* Add ARM RealView Emulation Baseboard.pbrook2006-09-231-7/+25
* Rearrange PCI host emulation code.pbrook2006-05-131-0/+119
OpenPOWER on IntegriCloud