index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
gt64xxx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+2
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-10
/
+12
*
sysbus: apic: ioapic: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-2
/
+14
*
pci: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-8
/
+15
*
gt64xxx.c: remove reference to non-existing ISD_handle field
Antony Pavlov
2011-10-05
1
-2
/
+3
*
gt64xxx.c: fix length modifier in DPRINTF format string
Antony Pavlov
2011-10-05
1
-4
/
+4
*
gt64xxx: fix crash in gt64120_pci_mapping()
Avi Kivity
2011-08-24
1
-1
/
+5
*
gt64xxx.c: convert to memory API
Avi Kivity
2011-08-22
1
-21
/
+15
*
pci: pass I/O address space to new PCI bus
Avi Kivity
2011-08-08
1
-1
/
+3
*
pci: pass address space to pci bus when created
Avi Kivity
2011-07-29
1
-1
/
+3
*
hw/gt64xxx.c: convert to PCIDeviceInfo to initialize ids
Isaku Yamahata
2011-06-12
1
-4
/
+4
*
gt64xxx: remove savevm support
Juan Quintela
2011-03-06
1
-21
/
+0
*
gt64xxx: set isa_mem_base during registration
Aurelien Jarno
2011-01-20
1
-0
/
+5
*
gt64xxx: qdev conversion
Aurelien Jarno
2011-01-20
1
-48
/
+67
*
isa_mmio: Always use little endian
Alexander Graf
2010-12-11
1
-5
/
+1
*
Add endianness as io mem parameter
Alexander Graf
2010-12-11
1
-1
/
+2
*
pci: use PCI_DEVFN() where appropriate.
Isaku Yamahata
2010-07-11
1
-1
/
+1
*
savevm: Add DeviceState param
Alex Williamson
2010-07-06
1
-1
/
+2
*
Fix hw/gt64xxx.c compilation with DEBUG defined
Riccardo Magliocchetti
2010-05-28
1
-1
/
+1
*
Compile isa_mmio only once
Blue Swirl
2010-03-21
1
-1
/
+5
*
Do not use dprintf
malc
2010-02-07
1
-18
/
+18
*
gt64xxx: remove gt64120_{read, write}_config().
Isaku Yamahata
2009-12-23
1
-12
/
+1
*
pci_host.h: move functions in pci_host.h into .c file.
Isaku Yamahata
2009-11-09
1
-10
/
+1
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-11
/
+11
*
Get rid of _t suffix
malc
2009-10-01
1
-11
/
+11
*
We want the argument pass to set_irq to be opaque
Juan Quintela
2009-09-04
1
-1
/
+2
*
Make CPURead/WriteFunc structure 'const'
Blue Swirl
2009-08-25
1
-2
/
+2
*
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
2009-06-16
1
-1
/
+1
*
Add common BusState
Paul Brook
2009-05-23
1
-1
/
+2
*
Add and use remaining #defines for PCI device IDs (Stuart Brady)
aliguori
2009-03-13
1
-1
/
+1
*
Add and use #defines for PCI device classes
blueswir1
2009-02-01
1
-2
/
+1
*
Define PCI vendor and device IDs in pci.h (Stuart Brady)
aliguori
2009-01-26
1
-4
/
+2
*
Fix undeclared symbol warnings from sparse
blueswir1
2008-10-26
1
-1
/
+0
*
GT64XXX: fix endianness issues:
aurel32
2008-03-10
1
-5
/
+14
*
Add statics and missing #includes for prototypes.
pbrook
2007-11-18
1
-1
/
+1
*
Break up vl.h.
pbrook
2007-11-17
1
-1
/
+4
*
removed warning
bellard
2007-11-11
1
-0
/
+5
*
Check the Galilleo config register instead of hardcoding the endianness.
ths
2007-10-20
1
-22
/
+8
*
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-17
1
-2
/
+2
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-7
/
+7
*
Remove superfluous gt64xxx_pci_mapping calls.
ths
2007-07-11
1
-7
/
+3
*
Impement Galilleo ISD register.
ths
2007-07-11
1
-11
/
+63
*
Revert the Gallileo PCI mapping patch, it conflicts with the supposedly
ths
2007-06-12
1
-312
/
+32
*
More PCI mapping/remapping for Gallileo.
ths
2007-06-10
1
-32
/
+312
*
Unbreak PCI config register, noticed by Stefan Weil.
ths
2007-06-07
1
-1
/
+1
*
Initialize more GT64xxx registers on reset.
ths
2007-06-07
1
-11
/
+113
*
Fix some Malta PCI config bits.
ths
2007-06-07
1
-9
/
+13
*
PCI device saving for GT64xxx.
ths
2007-06-07
1
-0
/
+21
*
Implement some more Gallileo registers.
ths
2007-06-07
1
-17
/
+336
*
Fix PCI irq mapping on Malta.
ths
2007-06-07
1
-2
/
+2
[next]