summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* More PCI mapping/remapping for Gallileo.ths2007-06-101-32/+312
* Unbreak PCI config register, noticed by Stefan Weil.ths2007-06-071-1/+1
* Initialize more GT64xxx registers on reset.ths2007-06-071-11/+113
* Fix some Malta PCI config bits.ths2007-06-071-9/+13
* PCI device saving for GT64xxx.ths2007-06-071-0/+21
* Implement some more Gallileo registers.ths2007-06-071-17/+336
* Fix PCI irq mapping on Malta.ths2007-06-071-2/+2
* Gallileo fixes, by Stefan Weil.ths2007-04-151-4/+22
* Unify IRQ handling.pbrook2007-04-071-3/+3
* A VGA card for the Malta board.ths2007-03-181-0/+1
* Fix GT-64xxx PCI mapping, by Aurelien Jarno.ths2007-03-061-5/+11
* Fix GT64120 mapping with REDBOOT, by Aurelien Jarno.ths2007-01-311-3/+6
* Reworking MIPS interrupt handling, by Aurelien Jarno.ths2007-01-241-2/+3
* Big endian support for Gallileo, by Aurelien Jarno.ths2007-01-171-5/+67
* Gallileo GT64xxx support, by Aurelien Jarno.ths2007-01-151-0/+582