summaryrefslogtreecommitdiffstats
path: root/hw/piix_pci.c
Commit message (Expand)AuthorAgeFilesLines
* piix_pci: add link to i440fx data sheet.Isaku Yamahata2009-12-231-0/+5
* piix_pci: use range helper functionIsaku Yamahata2009-12-231-3/+3
* piix_pci: define symbolic value for PAM0, PAM6 and SMRAM.Isaku Yamahata2009-12-231-5/+12
* savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela2009-12-031-2/+2
* pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata2009-12-011-1/+1
* pci_host: consolidate pci config address access.Isaku Yamahata2009-11-091-14/+1
* pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata2009-11-091-9/+2
* v3: don't call reset functions on cpu initializationGlauber Costa2009-11-071-1/+0
* New qdev_init_nofail()Markus Armbruster2009-10-071-1/+1
* piix_pci: kill PIIX3IrqStateGerd Hoffmann2009-10-051-20/+17
* vmstate: add version_id argument to post_loadJuan Quintela2009-10-051-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-2/+2
* Get rid of _t suffixmalc2009-10-011-2/+2
* vmstate: rename run_after_load() -> post_load()Juan Quintela2009-09-111-2/+2
* piix3: use new vmstate infrastructureJuan Quintela2009-09-041-27/+11
* i440fx: use new vmstate infrastructureJuan Quintela2009-09-041-12/+24
* Update SaveVM versionsJuan Quintela2009-09-041-15/+25
* pci_irq_levels[] belong to PIIX3StateJuan Quintela2009-09-041-7/+6
* Save irq_state into PCII440FXStateJuan Quintela2009-09-041-0/+2
* We can add piix3_dev now to PIIX3IrqStateJuan Quintela2009-09-041-6/+6
* Fold piix3_init() intto i440fx_initJuan Quintela2009-09-041-12/+6
* Introduce PIIX3IrqState for piix3 irq's stateJuan Quintela2009-09-041-3/+9
* Create PIIX3State instead of using PCIDevice for PIIX3Juan Quintela2009-09-041-9/+14
* We want the argument pass to set_irq to be opaqueJuan Quintela2009-09-041-2/+3
* Move smm_enabled and isa_memory_mappings to PCII440FXStateJuan Quintela2009-09-041-10/+10
* Use PCII440FXState instead of generic PCIDeviceJuan Quintela2009-09-041-23/+31
* Split piix4 support from piix_pci.cJuan Quintela2009-09-041-72/+0
* piix4 don't use pci_irq_levels at allJuan Quintela2009-09-041-2/+0
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-4/+8
* qdev/isa: make the piix isa bridge register an isa bus.Gerd Hoffmann2009-08-101-0/+2
* qdev/pci: hook up i440fx.Gerd Hoffmann2009-07-271-26/+82
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-2/+2
* Call piix4_reset() on system reset.Blue Swirl2009-06-171-1/+5
* Call piix3_reset() on system reset.Gleb Natapov2009-06-171-1/+5
* Add common BusStatePaul Brook2009-05-231-1/+2
* use PCI_HEADER_TYPE.Isaku Yamahata2009-05-031-3/+6
* Delete some unused macros detected with -Wp,-Wunused-macros useblueswir12009-03-161-3/+0
* Add and use #defines for PCI device classesblueswir12009-02-011-6/+3
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-12/+6
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-1/+1
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-1/+1
* Revert "Use correct types to enable > 2G support" (r4238), it isaurel322008-04-221-1/+1
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-221-1/+1
* Add missing initial values for PIIX3 function 0 (PIRQRC)aurel322008-03-281-0/+3
* SCI fixesaurel322008-03-181-1/+0
* Save/load PCI-device, PCI-bus and PIIX3 irq-related state (patches by Uri Lub...balrog2007-12-091-5/+14
* Remove leftover support for 82371FB (Step A1), by Carlo Marcelo Arenasths2007-12-091-25/+0
* Add statics and missing #includes for prototypes.pbrook2007-11-181-1/+1
* Break up vl.h.pbrook2007-11-171-1/+4
* Enable ACPI interrupts, by Igor Lvovsky.ths2007-10-201-0/+1
OpenPOWER on IntegriCloud