Age | Commit message (Expand) | Author |
2009-08-27 | usb-ohci: Change casts to DO_UPCAST() for OHCIPCIState | Juan Quintela |
2009-08-27 | Everything outside of vga.c should use VGACommonState | Juan Quintela |
2009-08-27 | vga: Rename vga_state -> vga | Juan Quintela |
2009-08-27 | Introduce vga_common_reset() to be able to typcheck vga_reset() | Juan Quintela |
2009-08-27 | lsi53c895a: LSIState is a DeviceHost | Juan Quintela |
2009-08-27 | lsi53c895a: rename PCIDevice field from pci_dev to dev (consistence) | Juan Quintela |
2009-08-27 | lsi53c895a: use DO_UPCAST to cast from PCIDevice | Juan Quintela |
2009-08-27 | lsi53c895a: remove pointless cast from void * | Juan Quintela |
2009-08-27 | rtl8139: remove pointless cast from void * | Juan Quintela |
2009-08-27 | rtl8139: Remove unneeded double indirection of PCIRTL8139State | Juan Quintela |
2009-08-27 | eepro100: Remove unused indirection of PCIDevice | Juan Quintela |
2009-08-27 | eepro100: cast a void * makes no sense | Juan Quintela |
2009-08-27 | eepro100: convert casts to DO_UPCAST() | Juan Quintela |
2009-08-27 | switch balloon initialization to -device. | Gerd Hoffmann |
2009-08-27 | ide: move code to hw/ide/ | Gerd Hoffmann |
2009-08-27 | ide: add save/restore support for mmio | Gerd Hoffmann |
2009-08-27 | ide: add save/restore support for isa | Gerd Hoffmann |
2009-08-27 | ide: split away ide-microdrive.c | Gerd Hoffmann |
2009-08-27 | ide: split away ide-mmio.c | Gerd Hoffmann |
2009-08-27 | ide: split away ide-macio.c | Gerd Hoffmann |
2009-08-27 | ide: split away ide-pci.c | Gerd Hoffmann |
2009-08-27 | ide: split away ide-isa.c | Gerd Hoffmann |
2009-08-27 | ide: split away ide-internal.h | Gerd Hoffmann |
2009-08-27 | ide: add IDEBus struct, cleanups | Gerd Hoffmann |
2009-08-27 | qdev error logging | Gerd Hoffmann |
2009-08-27 | virtio-pci error logging | Gerd Hoffmann |
2009-08-27 | qdev: add return value to init() callbacks. | Gerd Hoffmann |
2009-08-27 | fix stack buffer overflows in eepro100.c tx | Reimar Döffinger |
2009-08-27 | Check block driver read error in pflash_cfi0x | Vijay Kumar |
2009-08-27 | kvm: Simplify cpu_synchronize_state() | Avi Kivity |
2009-08-27 | qdev: convert watchdogs | Markus Armbruster |
2009-08-27 | Clean up upcast from PCIDevice to I6300State | Markus Armbruster |
2009-08-27 | Move watchdog, watchdog_action, give them internal linkage | Markus Armbruster |
2009-08-27 | virtio-blk: handle NULL returns from bdrv_aio_{read, write} | Christoph Hellwig |
2009-08-27 | virtio-console: rename dvq to ovq | Amit Shah |
2009-08-27 | pci ids: remove redundant defines | Amit Shah |
2009-08-27 | Port ACPI to VMState | Juan Quintela |
2009-08-27 | Add VMState support to run a function after load | Juan Quintela |
2009-08-27 | Port PCIDevice state to VMState | Juan Quintela |
2009-08-27 | Add version_id to PCIDevice. | Juan Quintela |
2009-08-27 | Add VMState support for int32_t check value | Juan Quintela |
2009-08-27 | Port PS2 devices to VMState design | Juan Quintela |
2009-08-27 | Add VMState support for static sized buffers (uint_8) | Juan Quintela |
2009-08-27 | Port PCI Bus to VMState design | Juan Quintela |
2009-08-27 | Add VMState support for variable sized arrays | Juan Quintela |
2009-08-27 | Add VMState support for int32_t check value | Juan Quintela |
2009-08-27 | Port i8254 to new VMState design | Juan Quintela |
2009-08-27 | Add VMState support for arrays of structs | Juan Quintela |
2009-08-27 | Add VMState support for structs | Juan Quintela |
2009-08-27 | Port apic to new VMState design | Juan Quintela |