summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-08-27We need PCINE2000State for save/load functionsJuan Quintela1-5/+5
2009-08-27ne2000: Change casts to DO_UPCAST() for PCINE2000StateJuan Quintela1-2/+2
2009-08-27ne2000: pci_dev has this very value with the right typeJuan Quintela1-1/+1
2009-08-27ne2000: remove casts from void *Juan Quintela1-2/+2
2009-08-27usb-ohci: Change casts to DO_UPCAST() for OHCIPCIStateJuan Quintela1-3/+4
2009-08-27Everything outside of vga.c should use VGACommonStateJuan Quintela4-14/+14
2009-08-27vga: Rename vga_state -> vgaJuan Quintela1-6/+6
2009-08-27Introduce vga_common_reset() to be able to typcheck vga_reset()Juan Quintela3-5/+9
2009-08-27lsi53c895a: LSIState is a DeviceHostJuan Quintela1-1/+1
2009-08-27lsi53c895a: rename PCIDevice field from pci_dev to dev (consistence)Juan Quintela1-12/+12
2009-08-27lsi53c895a: use DO_UPCAST to cast from PCIDeviceJuan Quintela1-5/+5
2009-08-27lsi53c895a: remove pointless cast from void *Juan Quintela1-19/+19
2009-08-27rtl8139: remove pointless cast from void *Juan Quintela1-2/+2
2009-08-27rtl8139: Remove unneeded double indirection of PCIRTL8139StateJuan Quintela1-25/+13
2009-08-27eepro100: Remove unused indirection of PCIDeviceJuan Quintela1-34/+23
2009-08-27eepro100: cast a void * makes no senseJuan Quintela1-3/+3
2009-08-27eepro100: convert casts to DO_UPCAST()Juan Quintela1-4/+4
2009-08-27switch balloon initialization to -device.Gerd Hoffmann1-7/+0
2009-08-27ide: move code to hw/ide/Gerd Hoffmann7-25/+31
2009-08-27ide: add save/restore support for mmioGerd Hoffmann1-0/+20
2009-08-27ide: add save/restore support for isaGerd Hoffmann1-4/+29
2009-08-27ide: split away ide-microdrive.cGerd Hoffmann2-542/+574
2009-08-27ide: split away ide-mmio.cGerd Hoffmann5-96/+129
2009-08-27ide: split away ide-macio.cGerd Hoffmann4-331/+359
2009-08-27ide: split away ide-pci.cGerd Hoffmann8-494/+534
2009-08-27ide: split away ide-isa.cGerd Hoffmann8-16/+59
2009-08-27ide: split away ide-internal.hGerd Hoffmann2-521/+566
2009-08-27ide: add IDEBus struct, cleanupsGerd Hoffmann1-226/+243
2009-08-27qdev error loggingGerd Hoffmann1-17/+17
2009-08-27virtio-pci error loggingGerd Hoffmann1-1/+1
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann102-193/+334
2009-08-27fix stack buffer overflows in eepro100.c txReimar Döffinger1-1/+5
2009-08-27Check block driver read error in pflash_cfi0xVijay Kumar2-2/+14
2009-08-27kvm: Simplify cpu_synchronize_state()Avi Kivity1-3/+4
2009-08-27qdev: convert watchdogsMarkus Armbruster5-54/+32
2009-08-27Clean up upcast from PCIDevice to I6300StateMarkus Armbruster1-5/+4
2009-08-27Move watchdog, watchdog_action, give them internal linkageMarkus Armbruster2-11/+10
2009-08-27virtio-blk: handle NULL returns from bdrv_aio_{read, write}Christoph Hellwig1-4/+14
2009-08-27virtio-console: rename dvq to ovqAmit Shah1-2/+2
2009-08-27pci ids: remove redundant definesAmit Shah1-3/+0
2009-08-27Port ACPI to VMStateJuan Quintela1-34/+21
2009-08-27Add VMState support to run a function after loadJuan Quintela1-0/+1
2009-08-27Port PCIDevice state to VMStateJuan Quintela2-22/+55
2009-08-27Add version_id to PCIDevice.Juan Quintela2-1/+4
2009-08-27Add VMState support for int32_t check valueJuan Quintela1-0/+4
2009-08-27Port PS2 devices to VMState designJuan Quintela1-67/+52
2009-08-27Add VMState support for static sized buffers (uint_8)Juan Quintela1-0/+18
2009-08-27Port PCI Bus to VMState designJuan Quintela1-30/+11
2009-08-27Add VMState support for variable sized arraysJuan Quintela1-0/+22
2009-08-27Add VMState support for int32_t check valueJuan Quintela1-0/+5