aboutsummaryrefslogtreecommitdiffstats
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-27slirp: Read host DNS config on demandEd Swierk6-14/+44
2009-08-27slirp: Remove our_addr codeEd Swierk2-18/+0
2009-08-27switch balloon initialization to -device.Gerd Hoffmann3-25/+18
2009-08-27ide: move code to hw/ide/Gerd Hoffmann9-30/+37
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 Hoffmann3-543/+575
2009-08-27ide: split away ide-mmio.cGerd Hoffmann6-97/+130
2009-08-27ide: split away ide-macio.cGerd Hoffmann4-331/+359
2009-08-27ide: split away ide-pci.cGerd Hoffmann9-498/+539
2009-08-27ide: split away ide-isa.cGerd Hoffmann9-19/+63
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-27add qemu_error() + friendsGerd Hoffmann3-1/+76
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 Kivity8-21/+34
2009-08-27qdev: convert watchdogsMarkus Armbruster7-62/+48
2009-08-27Clean up upcast from PCIDevice to I6300StateMarkus Armbruster1-5/+4
2009-08-27Move watchdog, watchdog_action, give them internal linkageMarkus Armbruster3-13/+10
2009-08-27virtio-blk: handle NULL returns from bdrv_aio_{read, write}Christoph Hellwig1-4/+14
2009-08-27raw-posix: add Linux native AIO supportChristoph Hellwig11-8/+305
2009-08-27raw-posix: refactor AIO supportChristoph Hellwig4-377/+327
2009-08-27virtio-console: rename dvq to ovqAmit Shah1-2/+2
2009-08-27pci ids: remove redundant definesAmit Shah1-3/+0
2009-08-27multiboot.raw is a generated fileJuan Quintela1-0/+1
2009-08-27Port ACPI to VMStateJuan Quintela1-34/+21
2009-08-27Add VMState support to run a function after loadJuan Quintela2-0/+3
2009-08-27Port PCIDevice state to VMStateJuan Quintela2-22/+55
2009-08-27Add version_id to PCIDevice.Juan Quintela2-1/+4