summaryrefslogtreecommitdiffstats
path: root/hw/piix_pci.c
Commit message (Expand)AuthorAgeFilesLines
* pci: pass I/O address space to new PCI busAvi Kivity2011-08-081-5/+9
* pci: pass address space to pci bus when createdAvi Kivity2011-07-291-4/+9
* hw/piix_pci.c: Fix PIIX3-xen to initialize idsAnthony PERARD2011-07-171-0/+3
* Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori2011-06-221-12/+7
|\
| * Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin2011-06-151-4/+47
| |\
| * | hw/piix_pci.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-12/+7
* | | xen: fix interrupt routingStefano Stabellini2011-06-191-32/+34
| |/ |/|
* | piix_pci: fix piix3_set_irq_pic()TeLeMan2011-05-221-1/+1
* | piix_pci: Introduces Xen specific call for irq.Anthony PERARD2011-05-081-3/+46
|/
* piix_pci: load path clean upIsaku Yamahata2011-04-011-8/+4
* piix_pci: optimize set irq pathIsaku Yamahata2011-04-011-17/+84
* piix_pci: eliminate PIIX3State::pci_irq_levelsIsaku Yamahata2011-04-011-11/+27
* 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
OpenPOWER on IntegriCloud