summaryrefslogtreecommitdiffstats
path: root/hw/gt64xxx.c
Commit message (Expand)AuthorAgeFilesLines
* 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-10/+10
* pci: Tidy up PCI host bridgesAndreas Färber2012-08-221-10/+16
* pci: Derive PCI host bridges from TYPE_PCI_HOST_BRIDGEAndreas Färber2012-08-221-2/+2
* gt64xxx: QOM'ify GT64120 PCI host bridgeAndreas Färber2012-08-221-15/+20
* pci: Make host bridge TypeInfos constAndreas Färber2012-08-221-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-2/+14
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-8/+15
* gt64xxx.c: remove reference to non-existing ISD_handle fieldAntony Pavlov2011-10-051-2/+3
* gt64xxx.c: fix length modifier in DPRINTF format stringAntony Pavlov2011-10-051-4/+4
* gt64xxx: fix crash in gt64120_pci_mapping()Avi Kivity2011-08-241-1/+5
* gt64xxx.c: convert to memory APIAvi Kivity2011-08-221-21/+15
* 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/gt64xxx.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-4/+4
* gt64xxx: remove savevm supportJuan Quintela2011-03-061-21/+0
* gt64xxx: set isa_mem_base during registrationAurelien Jarno2011-01-201-0/+5
* gt64xxx: qdev conversionAurelien Jarno2011-01-201-48/+67
* isa_mmio: Always use little endianAlexander Graf2010-12-111-5/+1
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* pci: use PCI_DEVFN() where appropriate.Isaku Yamahata2010-07-111-1/+1
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+2
* Fix hw/gt64xxx.c compilation with DEBUG definedRiccardo Magliocchetti2010-05-281-1/+1
* Compile isa_mmio only onceBlue Swirl2010-03-211-1/+5
* Do not use dprintfmalc2010-02-071-18/+18
* gt64xxx: remove gt64120_{read, write}_config().Isaku Yamahata2009-12-231-12/+1
* pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata2009-11-091-10/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-11/+11
* Get rid of _t suffixmalc2009-10-011-11/+11
* We want the argument pass to set_irq to be opaqueJuan Quintela2009-09-041-1/+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-1/+1
* Add common BusStatePaul Brook2009-05-231-1/+2
* 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
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-1/+0
* GT64XXX: fix endianness issues:aurel322008-03-101-5/+14
* Add statics and missing #includes for prototypes.pbrook2007-11-181-1/+1
* Break up vl.h.pbrook2007-11-171-1/+4
* removed warningbellard2007-11-111-0/+5
* Check the Galilleo config register instead of hardcoding the endianness.ths2007-10-201-22/+8
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-2/+2
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-7/+7
* Remove superfluous gt64xxx_pci_mapping calls.ths2007-07-111-7/+3
* Impement Galilleo ISD register.ths2007-07-111-11/+63
* Revert the Gallileo PCI mapping patch, it conflicts with the supposedlyths2007-06-121-312/+32
OpenPOWER on IntegriCloud