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