summaryrefslogtreecommitdiffstats
path: root/hw/sh_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Make all static TypeInfos constAndreas Färber2013-01-101-2/+2
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-2/+2
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-10/+12
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-3/+15
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-6/+13
* sh_pci: remove sysbus_init_mmio_cb2 usageBenoît Canet2011-12-191-25/+4
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-2/+2
* sh_pci: Fix sh_pci memory alias confusionAvi Kivity2011-08-281-1/+1
* sh_pci: convert to memory APIAvi Kivity2011-08-221-21/+42
* pci: pass I/O address space to new PCI busAvi Kivity2011-08-081-1/+3
* pci: pass address space to pci bus when createdAvi Kivity2011-07-291-1/+3
* hw/sh_pci.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-2/+2
* sh_pci: qdev conversionAurelien Jarno2011-01-201-33/+72
* isa_mmio: Always use little endianAlexander Graf2010-12-111-2/+2
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* sh_pci: fix memory and I/O accessAurelien Jarno2010-04-131-96/+15
* pci: move pci_data_{read, write}() declaration from pci.h to pci_host.hIsaku Yamahata2009-12-011-0/+1
* pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin2009-12-011-0/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-17/+17
* Get rid of _t suffixmalc2009-10-011-17/+17
* ioports: remove unused env parameter and compile only onceBlue Swirl2009-09-201-6/+6
* We want the argument pass to set_irq to be opaqueJuan Quintela2009-09-041-2/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-3/+3
* Add common BusStatePaul Brook2009-05-231-1/+2
* Add and use remaining #defines for PCI device IDs (Stuart Brady)aliguori2009-03-131-1/+1
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-4/+2
* sh4: sh_pci. Register resouces both at A7 and P4.aurel322009-01-241-10/+7
* Remove unnecessary trailing newlinesblueswir12008-12-131-1/+0
* SH: Don't subtract bases from access addresses in PCIC.balrog2008-12-071-5/+3
* SH: On-chip PCI controller support (Takashi YOSHII).balrog2008-12-071-0/+207
OpenPOWER on IntegriCloud