aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2009-08-27Add pci_cirrus_vga_{save/load} functions, then remove vga.pci_dev useJuan Quintela
2009-08-27cirrus_vga: Change casts to DO_UPCAST() for PCICirrusVGAStateJuan Quintela
2009-08-27cirrus_vga: remove pointless cast from void *Juan Quintela
2009-08-27Add pci_ne2000_{save/load} functions, then remove pci_dev NE2000State fieldJuan Quintela
2009-08-27We need PCINE2000State for save/load functionsJuan Quintela
2009-08-27ne2000: Change casts to DO_UPCAST() for PCINE2000StateJuan Quintela
2009-08-27ne2000: pci_dev has this very value with the right typeJuan Quintela
2009-08-27ne2000: remove casts from void *Juan Quintela
2009-08-27usb-ohci: Change casts to DO_UPCAST() for OHCIPCIStateJuan Quintela
2009-08-27Everything outside of vga.c should use VGACommonStateJuan Quintela
2009-08-27vga: Rename vga_state -> vgaJuan Quintela
2009-08-27Introduce vga_common_reset() to be able to typcheck vga_reset()Juan Quintela
2009-08-27lsi53c895a: LSIState is a DeviceHostJuan Quintela
2009-08-27lsi53c895a: rename PCIDevice field from pci_dev to dev (consistence)Juan Quintela
2009-08-27lsi53c895a: use DO_UPCAST to cast from PCIDeviceJuan Quintela
2009-08-27lsi53c895a: remove pointless cast from void *Juan Quintela
2009-08-27rtl8139: remove pointless cast from void *Juan Quintela
2009-08-27rtl8139: Remove unneeded double indirection of PCIRTL8139StateJuan Quintela
2009-08-27eepro100: Remove unused indirection of PCIDeviceJuan Quintela
2009-08-27eepro100: cast a void * makes no senseJuan Quintela
2009-08-27eepro100: convert casts to DO_UPCAST()Juan Quintela
2009-08-27switch balloon initialization to -device.Gerd Hoffmann
2009-08-27ide: move code to hw/ide/Gerd Hoffmann
2009-08-27ide: add save/restore support for mmioGerd Hoffmann
2009-08-27ide: add save/restore support for isaGerd Hoffmann
2009-08-27ide: split away ide-microdrive.cGerd Hoffmann
2009-08-27ide: split away ide-mmio.cGerd Hoffmann
2009-08-27ide: split away ide-macio.cGerd Hoffmann
2009-08-27ide: split away ide-pci.cGerd Hoffmann
2009-08-27ide: split away ide-isa.cGerd Hoffmann
2009-08-27ide: split away ide-internal.hGerd Hoffmann
2009-08-27ide: add IDEBus struct, cleanupsGerd Hoffmann
2009-08-27qdev error loggingGerd Hoffmann
2009-08-27virtio-pci error loggingGerd Hoffmann
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-27fix stack buffer overflows in eepro100.c txReimar Döffinger
2009-08-27Check block driver read error in pflash_cfi0xVijay Kumar
2009-08-27kvm: Simplify cpu_synchronize_state()Avi Kivity
2009-08-27qdev: convert watchdogsMarkus Armbruster
2009-08-27Clean up upcast from PCIDevice to I6300StateMarkus Armbruster
2009-08-27Move watchdog, watchdog_action, give them internal linkageMarkus Armbruster
2009-08-27virtio-blk: handle NULL returns from bdrv_aio_{read, write}Christoph Hellwig
2009-08-27virtio-console: rename dvq to ovqAmit Shah
2009-08-27pci ids: remove redundant definesAmit Shah
2009-08-27Port ACPI to VMStateJuan Quintela
2009-08-27Add VMState support to run a function after loadJuan Quintela
2009-08-27Port PCIDevice state to VMStateJuan Quintela
2009-08-27Add version_id to PCIDevice.Juan Quintela
2009-08-27Add VMState support for int32_t check valueJuan Quintela
2009-08-27Port PS2 devices to VMState designJuan Quintela