Update SaveVM versions
[qemu] / hw /
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 Quintelalow_set_irq is not used anywhere
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-31 Blue SwirlSparc32: port sun4c interrupt controller to VMState...
2009-08-31 Blue SwirlSparc32: port timers to VMState design
2009-08-31 Blue SwirlSparc32: timer field is never NULL
2009-08-31 Blue SwirlAdd VMState support for ptimers
2009-08-31 Artyom Tarasenkoesp (sparc32) Extra scsi data.
2009-08-29 Blue SwirlFix gcc 3 warning: comparison is always true due to...
2009-08-29 Blue SwirlSparc32: port Slavio misc devices to VMState design
2009-08-29 Blue SwirlSparc32: port ECC memory controller to VMState design
2009-08-28 Blue SwirlSparc32: port IOMMU to VMState design
2009-08-28 Blue SwirlSparc32: port DMA controller to VMState design
2009-08-28 Blue SwirlSparc32: port TCX to VMState design
2009-08-28 Blue SwirlSparc32: port interrupt controller to VMState design
2009-08-28 Blue SwirlSuppress kraxelisms
2009-08-28 Blue SwirlFix Sparc64 breakage: add dummy ISA irqs
2009-08-28 Blue SwirlFix merge of 59f2a78793b6d17634f39646d604e84af51e0919
2009-08-28 malcFix sb16 breakage due to unassigned s->irq
2009-08-28 malcFix formatting
2009-08-28 Juan Quintelae1000 cleanup
2009-08-28 Juan Quintelapcnet: Add pci_pcnet_{save/load} functions, then remove...
2009-08-28 Juan Quintelapcnet: remove useless casts This are casts to the very...
2009-08-28 Juan Quintelapcnet: Change casts to DO_UPCAST() for PCIPCNetState
2009-08-28 Juan QuintelaAdd pci_cirrus_vga_{save/load} functions, then remove...
2009-08-28 Juan Quintelacirrus_vga: Change casts to DO_UPCAST() for PCICirrusVG...
2009-08-28 Juan Quintelacirrus_vga: remove pointless cast from void *
2009-08-28 Juan QuintelaAdd pci_ne2000_{save/load} functions, then remove pci_d...
2009-08-28 Juan QuintelaWe need PCINE2000State for save/load functions
2009-08-28 Juan Quintelane2000: Change casts to DO_UPCAST() for PCINE2000State
2009-08-28 Juan Quintelane2000: pci_dev has this very value with the right...
2009-08-28 Juan Quintelane2000: remove casts from void *
2009-08-28 Juan Quintelausb-ohci: Change casts to DO_UPCAST() for OHCIPCIState
2009-08-28 Juan QuintelaEverything outside of vga.c should use VGACommonState
2009-08-28 Juan Quintelavga: Rename vga_state -> vga
2009-08-28 Juan QuintelaIntroduce vga_common_reset() to be able to typcheck...
2009-08-28 Juan Quintelalsi53c895a: LSIState is a DeviceHost
2009-08-28 Juan Quintelalsi53c895a: rename PCIDevice field from pci_dev to...
2009-08-28 Juan Quintelalsi53c895a: use DO_UPCAST to cast from PCIDevice
2009-08-28 Juan Quintelalsi53c895a: remove pointless cast from void *
2009-08-28 Juan Quintelartl8139: remove pointless cast from void *
2009-08-28 Juan Quintelartl8139: Remove unneeded double indirection of PCIRTL81...
2009-08-28 Juan Quintelaeepro100: Remove unused indirection of PCIDevice
2009-08-28 Juan Quintelaeepro100: cast a void * makes no sense
2009-08-28 Juan Quintelaeepro100: convert casts to DO_UPCAST()
2009-08-28 Gerd Hoffmannswitch balloon initialization to -device.
2009-08-28 Gerd Hoffmannide: move code to hw/ide/
2009-08-28 Gerd Hoffmannide: add save/restore support for mmio
2009-08-28 Gerd Hoffmannide: add save/restore support for isa
2009-08-28 Gerd Hoffmannide: split away ide-microdrive.c
2009-08-28 Gerd Hoffmannide: split away ide-mmio.c
2009-08-28 Gerd Hoffmannide: split away ide-macio.c
2009-08-28 Gerd Hoffmannide: split away ide-pci.c
2009-08-28 Gerd Hoffmannide: split away ide-isa.c
2009-08-28 Gerd Hoffmannide: split away ide-internal.h
2009-08-28 Gerd Hoffmannide: add IDEBus struct, cleanups
2009-08-28 Gerd Hoffmannqdev error logging
2009-08-28 Gerd Hoffmannvirtio-pci error logging
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-28 Reimar Döffingerfix stack buffer overflows in eepro100.c tx
2009-08-28 Vijay KumarCheck block driver read error in pflash_cfi0x
2009-08-28 Avi Kivitykvm: Simplify cpu_synchronize_state()
2009-08-28 Markus Armbrusterqdev: convert watchdogs
2009-08-28 Markus ArmbrusterClean up upcast from PCIDevice to I6300State
2009-08-28 Markus ArmbrusterMove watchdog, watchdog_action, give them internal...
2009-08-28 Christoph Hellwigvirtio-blk: handle NULL returns from bdrv_aio_{read...
2009-08-28 Amit Shahvirtio-console: rename dvq to ovq
2009-08-28 Amit Shahpci ids: remove redundant defines
2009-08-28 Juan QuintelaPort ACPI to VMState
2009-08-28 Juan QuintelaAdd VMState support to run a function after load
2009-08-28 Juan QuintelaPort PCIDevice state to VMState
2009-08-28 Juan QuintelaAdd version_id to PCIDevice.
2009-08-28 Juan QuintelaAdd VMState support for int32_t check value
2009-08-28 Juan QuintelaPort PS2 devices to VMState design
2009-08-28 Juan QuintelaAdd VMState support for static sized buffers (uint_8)
2009-08-28 Juan QuintelaPort PCI Bus to VMState design
2009-08-28 Juan QuintelaAdd VMState support for variable sized arrays
2009-08-28 Juan QuintelaAdd VMState support for int32_t check value
2009-08-28 Juan QuintelaPort i8254 to new VMState design
2009-08-28 Juan QuintelaAdd VMState support for arrays of structs
2009-08-28 Juan QuintelaAdd VMState support for structs
2009-08-28 Juan QuintelaPort apic to new VMState design
2009-08-28 Juan QuintelaAdd VMState support for arrays
2009-08-28 Juan QuintelaAdd VMState support for pointers
2009-08-28 Juan QuintelaNew VMstate save/load infrastructure
2009-08-28 Juan Quintelamove useful type definitons to osdep.h
2009-08-28 Gerd HoffmannMove isa_connect_irq calls into isa_create_simple
2009-08-28 Jes SorensenAdd isa_reserve_irq().
2009-08-28 Gerd Hoffmannisa bus irq changes and fixes.
2009-08-28 Naphtali Spreihw/eepro100.c: Use extended TBD only where applicable
next