Age | Commit message (Expand) | Author |
2009-08-28 | Update OpenBIOS images to r569 | Blue Swirl |
2009-08-28 | Suppress kraxelisms | Blue Swirl |
2009-08-28 | Fix Sparc64 breakage: add dummy ISA irqs | Blue Swirl |
2009-08-28 | Fix merge of 59f2a78793b6d17634f39646d604e84af51e0919 | Blue Swirl |
2009-08-28 | Don't compile aio code if CONFIG_LINUX_AIO is undefined | Stefan Weil |
2009-08-28 | Fix sb16 breakage due to unassigned s->irq | malc |
2009-08-28 | Fix formatting | malc |
2009-08-27 | Merge commit 'linux-user/linux-user-for-upstream' into staging | Anthony Liguori |
2009-08-27 | Relax pthreads check to avoid win32 | Anthony Liguori |
2009-08-27 | e1000 cleanup | Juan Quintela |
2009-08-27 | pcnet: Add pci_pcnet_{save/load} functions, then remove PCNetState pci_dev field | Juan Quintela |
2009-08-27 | pcnet: remove useless casts This are casts to the very type of the function | Juan Quintela |
2009-08-27 | pcnet: Change casts to DO_UPCAST() for PCIPCNetState | Juan Quintela |
2009-08-27 | Add pci_cirrus_vga_{save/load} functions, then remove vga.pci_dev use | Juan Quintela |
2009-08-27 | cirrus_vga: Change casts to DO_UPCAST() for PCICirrusVGAState | Juan Quintela |
2009-08-27 | cirrus_vga: remove pointless cast from void * | Juan Quintela |
2009-08-27 | Add pci_ne2000_{save/load} functions, then remove pci_dev NE2000State field | Juan Quintela |
2009-08-27 | We need PCINE2000State for save/load functions | Juan Quintela |
2009-08-27 | ne2000: Change casts to DO_UPCAST() for PCINE2000State | Juan Quintela |
2009-08-27 | ne2000: pci_dev has this very value with the right type | Juan Quintela |
2009-08-27 | ne2000: remove casts from void * | Juan Quintela |
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 | slirp: Read host DNS config on demand | Ed Swierk |
2009-08-27 | slirp: Remove our_addr code | Ed Swierk |
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 | add qemu_error() + friends | Gerd Hoffmann |