summaryrefslogtreecommitdiffstats
path: root/hw/piix_pci.c
Commit message (Expand)AuthorAgeFilesLines
* piix: tag as not hotpluggable.Gerd Hoffmann2011-01-101-0/+2
* Introduce fw_name field to DeviceInfo structure.Gleb Natapov2010-12-111-0/+1
* Introduce range.hBlue Swirl2010-09-181-0/+1
* pci: set PCI multi-function bit appropriately.Isaku Yamahata2010-07-111-2/+0
* pci: set multifunction property for normal device.Isaku Yamahata2010-07-111-1/+1
* pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata2010-07-111-1/+0
* Fix overflow in i440fx_init()Avi Kivity2010-05-281-1/+1
* pc, i440fx: Make smm enable/disable function i440fx independent.Isaku Yamahata2010-05-151-1/+4
* hw: better i440 emulationBernhard M. Wiedemann2010-05-031-1/+6
* 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
OpenPOWER on IntegriCloud