aboutsummaryrefslogtreecommitdiff
path: root/hw/piix_pci.c
AgeCommit message (Expand)Author
2011-09-25isa: Pass i/o address space to isa_bus_newRichard Henderson
2011-09-04piix_pci: wrap memory update in a transactionAvi Kivity
2011-09-04pci_host: convert conf index and data ports to memory APIAvi Kivity
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori
2011-08-25piix_pci: wrap memory update in a transactionAvi Kivity
2011-08-24pci_host: convert conf index and data ports to memory APIAvi Kivity
2011-08-22440fx: fix PAM, PCI holesAvi Kivity
2011-08-08pci: pass I/O address space to new PCI busAvi Kivity
2011-07-29pci: pass address space to pci bus when createdAvi Kivity
2011-07-17hw/piix_pci.c: Fix PIIX3-xen to initialize idsAnthony PERARD
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori
2011-06-19xen: fix interrupt routingStefano Stabellini
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin
2011-06-12hw/piix_pci.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata
2011-05-22piix_pci: fix piix3_set_irq_pic()TeLeMan
2011-05-08piix_pci: Introduces Xen specific call for irq.Anthony PERARD
2011-04-01piix_pci: load path clean upIsaku Yamahata
2011-04-01piix_pci: optimize set irq pathIsaku Yamahata
2011-04-01piix_pci: eliminate PIIX3State::pci_irq_levelsIsaku Yamahata
2011-01-10piix: tag as not hotpluggable.Gerd Hoffmann
2010-12-11Introduce fw_name field to DeviceInfo structure.Gleb Natapov
2010-09-18Introduce range.hBlue Swirl
2010-07-11pci: set PCI multi-function bit appropriately.Isaku Yamahata
2010-07-11pci: set multifunction property for normal device.Isaku Yamahata
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata
2010-05-28Fix overflow in i440fx_init()Avi Kivity
2010-05-15pc, i440fx: Make smm enable/disable function i440fx independent.Isaku Yamahata
2010-05-03hw: better i440 emulationBernhard M. Wiedemann
2009-12-23piix_pci: add link to i440fx data sheet.Isaku Yamahata
2009-12-23piix_pci: use range helper functionIsaku Yamahata
2009-12-23piix_pci: define symbolic value for PAM0, PAM6 and SMRAM.Isaku Yamahata
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela
2009-12-01pci: shorten pci_host_{conf, data}_register_xxx function a bit.Isaku Yamahata
2009-11-09pci_host: consolidate pci config address access.Isaku Yamahata
2009-11-09pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa
2009-10-07New qdev_init_nofail()Markus Armbruster
2009-10-05piix_pci: kill PIIX3IrqStateGerd Hoffmann
2009-10-05vmstate: add version_id argument to post_loadJuan Quintela
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-11vmstate: rename run_after_load() -> post_load()Juan Quintela
2009-09-04piix3: use new vmstate infrastructureJuan Quintela
2009-09-04i440fx: use new vmstate infrastructureJuan Quintela
2009-09-04Update SaveVM versionsJuan Quintela
2009-09-04pci_irq_levels[] belong to PIIX3StateJuan Quintela
2009-09-04Save irq_state into PCII440FXStateJuan Quintela
2009-09-04We can add piix3_dev now to PIIX3IrqStateJuan Quintela
2009-09-04Fold piix3_init() intto i440fx_initJuan Quintela
2009-09-04Introduce PIIX3IrqState for piix3 irq's stateJuan Quintela