summaryrefslogtreecommitdiffstats
path: root/hw/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Make PCI class description tables constblueswir12008-10-021-2/+2
* E1000 NIC emulation (Nir Peleg, patch from Dor Laor).balrog2008-02-031-1/+3
* Save/load PCI-device, PCI-bus and PIIX3 irq-related state (patches by Uri Lub...balrog2007-12-091-2/+49
* Add statics and missing #includes for prototypes.pbrook2007-11-181-3/+3
* Break up vl.h.pbrook2007-11-171-1/+4
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-5/+5
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-21/+21
* New option -net nic,model=? (Mark Glines)blueswir12007-05-271-0/+4
* Know about more PCI device classes.ths2007-04-141-0/+27
* Unify IRQ handling.pbrook2007-04-071-3/+6
* Eepro100 emulation, by Stefan Weil.ths2007-04-021-0/+6
* Fix typo in PCI bridge code.ths2007-03-061-1/+1
* Devfn number for network PCI cards, by Aurelien Jarno.ths2007-01-101-4/+4
* Fix PCI config space overflow, by Herbert Xu.ths2006-12-101-8/+16
* PCI IRC routing fix.pbrook2006-09-281-3/+4
* Implement sun4u PCI IRQ routing.pbrook2006-09-241-11/+92
* PCI shared IRQ fix (original patch by andrzej zaborowski).pbrook2006-09-241-2/+14
* PCI save/restore changesbellard2006-08-171-7/+8
* Add SCSI controller class.pbrook2006-08-101-0/+1
* pcnet nic support (Antony T Curtis)bellard2006-07-041-0/+2
* Use lookup table for PCI class descriptions.pbrook2006-05-211-12/+24
* Rearrange PCI host emulation code.pbrook2006-05-131-1394/+28
* Initialize PCI BAR config data.pbrook2006-04-181-0/+7
* do not test reserved config bitsbellard2006-04-021-5/+0
* Allow selection of emulated network card.pbrook2006-02-051-0/+14
* cpu_single_env usage fixbellard2005-11-211-6/+6
* sparc64 fixes (Blue Swirl)bellard2005-07-231-0/+247
* correct PCI ID for PREP PCI host bridge - added Grackle PCI host bridgebellard2005-06-051-61/+104
* handle the case where several PCI irqs share the same PIC irqbellard2005-05-131-15/+30
* PREP machines have two IO mappings.bellard2005-04-231-0/+10
* PCI irq in sync with new Bochs BIOSbellard2005-04-061-1/+1
* monitor fixes (Johannes Schindelin)bellard2004-10-091-11/+11
* ne2000 savevm support (Johannes Schindelin)bellard2004-10-031-0/+20
* configure BMDMAbellard2004-06-251-1/+1
* added PCI bus - added IRQ support for PowerPC bridges - suppressed PREP PCI b...bellard2004-06-211-215/+210
* UniNorth PCI bridge supportbellard2004-06-211-48/+407
* IDE1 init fixbellard2004-06-091-0/+1
* init VGA with default configbellard2004-06-051-0/+3
* host bridge config fixbellard2004-06-051-3/+2
* fixed PCI config default write permissionsbellard2004-06-031-14/+48
* support for opaque data on memory I/Os - PCI ROM memory supportbellard2004-06-031-45/+76
* PowerPC prep/chrp/pmac supportbellard2004-05-261-0/+300
* pci empty device read fix - piix3 ide initbellard2004-05-231-8/+27
* pci memory mapping fixbellard2004-05-221-4/+5
* PCI interrupt support - PCI BIOS interrupt remapping - more accurate memory m...bellard2004-05-201-74/+469
* PCI supportbellard2004-05-181-0/+367
OpenPOWER on IntegriCloud