aboutsummaryrefslogtreecommitdiffstats
path: root/hw/gt64xxx.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-10/+12
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-2/+14
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-8/+15
2011-10-05gt64xxx.c: remove reference to non-existing ISD_handle fieldAntony Pavlov1-2/+3
2011-10-05gt64xxx.c: fix length modifier in DPRINTF format stringAntony Pavlov1-4/+4
2011-08-24gt64xxx: fix crash in gt64120_pci_mapping()Avi Kivity1-1/+5
2011-08-22gt64xxx.c: convert to memory APIAvi Kivity1-21/+15
2011-08-08pci: pass I/O address space to new PCI busAvi Kivity1-1/+3
2011-07-29pci: pass address space to pci bus when createdAvi Kivity1-1/+3
2011-06-12hw/gt64xxx.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-4/+4
2011-03-06gt64xxx: remove savevm supportJuan Quintela1-21/+0
2011-01-20gt64xxx: set isa_mem_base during registrationAurelien Jarno1-0/+5
2011-01-20gt64xxx: qdev conversionAurelien Jarno1-48/+67
2010-12-11isa_mmio: Always use little endianAlexander Graf1-5/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-07-11pci: use PCI_DEVFN() where appropriate.Isaku Yamahata1-1/+1
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+2
2010-05-28Fix hw/gt64xxx.c compilation with DEBUG definedRiccardo Magliocchetti1-1/+1
2010-03-21Compile isa_mmio only onceBlue Swirl1-1/+5
2010-02-07Do not use dprintfmalc1-18/+18
2009-12-23gt64xxx: remove gt64120_{read, write}_config().Isaku Yamahata1-12/+1
2009-11-09pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata1-10/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-11/+11
2009-10-01Get rid of _t suffixmalc1-11/+11
2009-09-04We want the argument pass to set_irq to be opaqueJuan Quintela1-1/+2
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-03-13Add and use remaining #defines for PCI device IDs (Stuart Brady)aliguori1-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-10-26Fix undeclared symbol warnings from sparseblueswir11-1/+0
2008-03-10GT64XXX: fix endianness issues:aurel321-5/+14
2007-11-18Add statics and missing #includes for prototypes.pbrook1-1/+1
2007-11-17Break up vl.h.pbrook1-1/+4
2007-11-11removed warningbellard1-0/+5
2007-10-20Check the Galilleo config register instead of hardcoding the endianness.ths1-22/+8
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-2/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-7/+7
2007-07-11Remove superfluous gt64xxx_pci_mapping calls.ths1-7/+3
2007-07-11Impement Galilleo ISD register.ths1-11/+63
2007-06-12Revert the Gallileo PCI mapping patch, it conflicts with the supposedlyths1-312/+32
2007-06-10More PCI mapping/remapping for Gallileo.ths1-32/+312
2007-06-07Unbreak PCI config register, noticed by Stefan Weil.ths1-1/+1
2007-06-07Initialize more GT64xxx registers on reset.ths1-11/+113
2007-06-07Fix some Malta PCI config bits.ths1-9/+13
2007-06-07PCI device saving for GT64xxx.ths1-0/+21
2007-06-07Implement some more Gallileo registers.ths1-17/+336
2007-06-07Fix PCI irq mapping on Malta.ths1-2/+2