aboutsummaryrefslogtreecommitdiff
path: root/hw/piix_pci.c
AgeCommit message (Expand)Author
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
2009-09-04Create PIIX3State instead of using PCIDevice for PIIX3Juan Quintela
2009-09-04We want the argument pass to set_irq to be opaqueJuan Quintela
2009-09-04Move smm_enabled and isa_memory_mappings to PCII440FXStateJuan Quintela
2009-09-04Use PCII440FXState instead of generic PCIDeviceJuan Quintela
2009-09-04Split piix4 support from piix_pci.cJuan Quintela
2009-09-04piix4 don't use pci_irq_levels at allJuan Quintela
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-10qdev/isa: make the piix isa bridge register an isa bus.Gerd Hoffmann
2009-07-27qdev/pci: hook up i440fx.Gerd Hoffmann
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-17Call piix4_reset() on system reset.Blue Swirl
2009-06-17Call piix3_reset() on system reset.Gleb Natapov
2009-05-23Add common BusStatePaul Brook
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir1
2009-02-01Add and use #defines for PCI device classesblueswir1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel32
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel32
2008-03-28Add missing initial values for PIIX3 function 0 (PIRQRC)aurel32
2008-03-18SCI fixesaurel32
2007-12-09Save/load PCI-device, PCI-bus and PIIX3 irq-related state (patches by Uri Lub...balrog
2007-12-09Remove leftover support for 82371FB (Step A1), by Carlo Marcelo Arenasths
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-10-20Enable ACPI interrupts, by Igor Lvovsky.ths