vmstate: rename run_after_load() -> post_load()
[qemu] / hw / piix_pci.c
2009-09-11 Juan Quintelavmstate: rename run_after_load() -> post_load()
2009-09-04 Juan Quintelapiix3: use new vmstate infrastructure
2009-09-04 Juan Quintelai440fx: use new vmstate infrastructure
2009-09-04 Juan QuintelaUpdate SaveVM versions
2009-09-04 Juan Quintelapci_irq_levels[] belong to PIIX3State
2009-09-04 Juan QuintelaSave irq_state into PCII440FXState
2009-09-04 Juan QuintelaWe can add piix3_dev now to PIIX3IrqState
2009-09-04 Juan QuintelaFold piix3_init() intto i440fx_init
2009-09-04 Juan QuintelaIntroduce PIIX3IrqState for piix3 irq's state
2009-09-04 Juan QuintelaCreate PIIX3State instead of using PCIDevice for PIIX3
2009-09-04 Juan QuintelaWe want the argument pass to set_irq to be opaque
2009-09-04 Juan QuintelaMove smm_enabled and isa_memory_mappings to PCII440FXState
2009-09-04 Juan QuintelaUse PCII440FXState instead of generic PCIDevice
2009-09-04 Juan QuintelaSplit piix4 support from piix_pci.c
2009-09-04 Juan Quintelapiix4 don't use pci_irq_levels at all
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-10 Gerd Hoffmannqdev/isa: make the piix isa bridge register an isa...
2009-07-27 Gerd Hoffmannqdev/pci: hook up i440fx.
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-17 Blue SwirlCall piix4_reset() on system reset.
2009-06-17 Gleb NatapovCall piix3_reset() on system reset.
2009-05-22 Paul BrookAdd common BusState
2009-05-03 Isaku Yamahatause PCI_HEADER_TYPE.
2009-03-16 blueswir1Delete some unused macros detected with -Wp,-Wunused...
2009-02-01 blueswir1Add and use #defines for PCI device classes
2009-01-26 aliguoriDefine PCI vendor and device IDs in pci.h (Stuart Brady)
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-04-27 aurel32Use correct types to enable > 2G support, based on...
2008-04-22 aurel32Revert "Use correct types to enable > 2G support" ...
2008-04-22 aurel32Use correct types to enable > 2G support, based on...
2008-03-28 aurel32Add missing initial values for PIIX3 function 0 (PIRQRC)
2008-03-18 aurel32SCI fixes
2007-12-09 balrogSave/load PCI-device, PCI-bus and PIIX3 irq-related...
2007-12-09 thsRemove leftover support for 82371FB (Step A1), by Carlo...
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-10-20 thsEnable ACPI interrupts, by Igor Lvovsky.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-04-07 pbrookUnify IRQ handling.
2007-01-24 thsAdd support for 82371FB (Step A1) and Improved support...
2007-01-15 thsPIIX4 support, by Aurelien Jarno.
2007-01-10 thsDevfn number for the PIIX3 southbridge, by Aurelien...
2006-09-24 bellardimplement i440 instead of i450 ISA memory mappings...
2006-09-24 bellardmoved PCI init to BIOS - added ISA memory mapping regis...
2006-09-24 pbrookImplement sun4u PCI IRQ routing.
2006-09-24 pbrookPCI shared IRQ fix (original patch by andrzej zaborowski).
2006-08-17 bellardPCI save/restore changes
2006-05-13 pbrookRearrange PCI host emulation code.