aboutsummaryrefslogtreecommitdiffstats
path: root/hw/piix_pci.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-24pci_host: convert conf index and data ports to memory APIAvi Kivity1-2/+9
2011-08-22440fx: fix PAM, PCI holesAvi Kivity1-33/+81
2011-08-08pci: pass I/O address space to new PCI busAvi Kivity1-5/+9
2011-07-29pci: pass address space to pci bus when createdAvi Kivity1-4/+9
2011-07-17hw/piix_pci.c: Fix PIIX3-xen to initialize idsAnthony PERARD1-0/+3
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori1-12/+7
2011-06-19xen: fix interrupt routingStefano Stabellini1-32/+34
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin1-4/+47
2011-06-12hw/piix_pci.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-12/+7
2011-05-22piix_pci: fix piix3_set_irq_pic()TeLeMan1-1/+1
2011-05-08piix_pci: Introduces Xen specific call for irq.Anthony PERARD1-3/+46
2011-04-01piix_pci: load path clean upIsaku Yamahata1-8/+4
2011-04-01piix_pci: optimize set irq pathIsaku Yamahata1-17/+84
2011-04-01piix_pci: eliminate PIIX3State::pci_irq_levelsIsaku Yamahata1-11/+27
2011-01-10piix: tag as not hotpluggable.Gerd Hoffmann1-0/+2
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov1-0/+1
2010-09-18Introduce range.hBlue Swirl1-0/+1
2010-07-11pci: set PCI multi-function bit appropriately.Isaku Yamahata1-2/+0
2010-07-11pci: set multifunction property for normal device.Isaku Yamahata1-1/+1
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata1-1/+0
2010-05-28Fix overflow in i440fx_init()Avi Kivity1-1/+1
2010-05-15pc, i440fx: Make smm enable/disable function i440fx independent.Isaku Yamahata1-1/+4
2010-05-03hw: better i440 emulationBernhard M. Wiedemann1-1/+6
2009-12-23piix_pci: add link to i440fx data sheet.Isaku Yamahata1-0/+5
2009-12-23piix_pci: use range helper functionIsaku Yamahata1-3/+3
2009-12-23piix_pci: define symbolic value for PAM0, PAM6 and SMRAM.Isaku Yamahata1-5/+12
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela1-2/+2
2009-12-01pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata1-1/+1
2009-11-09pci_host: consolidate pci config address access.Isaku Yamahata1-14/+1
2009-11-09pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata1-9/+2
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa1-1/+0
2009-10-07New qdev_init_nofail()Markus Armbruster1-1/+1
2009-10-05piix_pci: kill PIIX3IrqStateGerd Hoffmann1-20/+17
2009-10-05vmstate: add version_id argument to post_loadJuan Quintela1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-2/+2
2009-10-01Get rid of _t suffixmalc1-2/+2
2009-09-11vmstate: rename run_after_load() -> post_load()Juan Quintela1-2/+2
2009-09-04piix3: use new vmstate infrastructureJuan Quintela1-27/+11
2009-09-04i440fx: use new vmstate infrastructureJuan Quintela1-12/+24
2009-09-04Update SaveVM versionsJuan Quintela1-15/+25
2009-09-04pci_irq_levels[] belong to PIIX3StateJuan Quintela1-7/+6
2009-09-04Save irq_state into PCII440FXStateJuan Quintela1-0/+2
2009-09-04We can add piix3_dev now to PIIX3IrqStateJuan Quintela1-6/+6
2009-09-04Fold piix3_init() intto i440fx_initJuan Quintela1-12/+6
2009-09-04Introduce PIIX3IrqState for piix3 irq's stateJuan Quintela1-3/+9
2009-09-04Create PIIX3State instead of using PCIDevice for PIIX3Juan Quintela1-9/+14
2009-09-04We want the argument pass to set_irq to be opaqueJuan Quintela1-2/+3
2009-09-04Move smm_enabled and isa_memory_mappings to PCII440FXStateJuan Quintela1-10/+10
2009-09-04Use PCII440FXState instead of generic PCIDeviceJuan Quintela1-23/+31
2009-09-04Split piix4 support from piix_pci.cJuan Quintela1-72/+0