aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-27Port i8254 to new VMState designJuan Quintela1-29/+37
2009-08-27Add VMState support for arrays of structsJuan Quintela1-0/+11
2009-08-27Add VMState support for structsJuan Quintela1-0/+12
2009-08-27Port apic to new VMState designJuan Quintela1-34/+33
2009-08-27Add VMState support for arraysJuan Quintela1-0/+28
2009-08-27Add VMState support for pointersJuan Quintela1-0/+19
2009-08-27New VMstate save/load infrastructureJuan Quintela1-0/+102
2009-08-27move useful type definitons to osdep.hJuan Quintela1-3/+0
2009-08-27Move isa_connect_irq calls into isa_create_simpleGerd Hoffmann4-7/+10
2009-08-27Add isa_reserve_irq().Jes Sorensen6-32/+58
2009-08-27isa bus irq changes and fixes.Gerd Hoffmann9-37/+109
2009-08-27hw/eepro100.c: Use extended TBD only where applicableNaphtali Sprei1-3/+3
2009-08-27pci-hotplug: initialize dinfo to NULL in pci_device_hot_addSebastian Herbszt1-1/+1