Age | Commit message (Expand) | Author |
2009-07-16 | qdev: add no_user, alias and desc | Gerd Hoffmann |
2009-07-16 | qdev/compat: compat property infrastructure. | Gerd Hoffmann |
2009-07-16 | qdev: factor out driver search to qdev_find_info() | Gerd Hoffmann |
2009-07-16 | cleanup: drop unused struct elements from VirtIOPCIProxy. | Gerd Hoffmann |
2009-07-16 | qdev: rework device properties. | Gerd Hoffmann |
2009-07-16 | monitor: Add port write command | Jan Kiszka |
2009-07-16 | Initialize PS2 keyboard / mouse state on reset | Dinesh Subhraveti |
2009-07-16 | fix segfault in setting migration speed | Glauber Costa |
2009-07-16 | Remove dead i386 assembly code from softmmu_header.h | Stuart Brady |
2009-07-16 | qemu-io: use BDRV_O_FILE to implement the growable open option | Christoph Hellwig |
2009-07-16 | tlb flush cleanup | Igor Kovalenko |
2009-07-16 | Reset HPET config register on hpet_reset | Beth Kon |
2009-07-16 | qemu-io: Implement bdrv_load_vmstate/bdrv_save_vmstate | Kevin Wolf |
2009-07-16 | Handle vga= in -append | Pascal Terjan |
2009-07-16 | ioport: use uint{32, 16, 8}_t for ioport value and pio_addr_t for ioport addr... | Isaku Yamahata |
2009-07-16 | ioport: remove some #ifdef DEBUG_UNUSED_IOPORT. | Isaku Yamahata |
2009-07-16 | raw-posix: Handle errors in raw_create | Stefan Weil |
2009-07-16 | omit 3DNOW! CPUID bits from qemu64 CPU model | Andre Przywara |
2009-07-16 | honor -S on incoming migration | Paolo Bonzini |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl |
2009-07-16 | Sparc32: convert slavio interrupt controller to qdev | Blue Swirl |
2009-07-16 | Sparc32: refactor CPU init | Blue Swirl |
2009-07-16 | Sparc32: convert memory to qdev | Blue Swirl |
2009-07-16 | Sparc32: convert boot prom to qdev | Blue Swirl |
2009-07-16 | Sparc32: convert iommu to qdev | Blue Swirl |
2009-07-16 | Sparc32: convert cs4231 to qdev | Blue Swirl |
2009-07-16 | Sparc32: fix SDL zooming with TCX | Blue Swirl |
2009-07-16 | Don't copy multiboot.bin into pc-bios after built | Anthony Liguori |
2009-07-16 | Fix multiboot.bin build on mingw32 | Anthony Liguori |
2009-07-16 | Fix non-ACPI Timer Interrupt Routing - v3 | Anthony Liguori |
2009-07-16 | pci.c: remove unnecessary #ifdef DEBUG_PCI. | Isaku Yamahata |
2009-07-16 | replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstate | Christoph Hellwig |
2009-07-16 | bios: Fix multiple calls into smbios_load_ex | Anthony Liguori |
2009-07-16 | gdbstub: x86: Support for setting segment registers | Jan Kiszka |
2009-07-16 | gdbstub: x86: Refactor register access | Jan Kiszka |
2009-07-16 | gdbstub: Add vCont support | Jan Kiszka |
2009-07-16 | slirp: Fix default netmask to 255.255.255.0 | Anthony Liguori |
2009-07-16 | Regenerate BIOS and add patches for -boot option | Anthony Liguori |
2009-07-16 | Update boot option documentation | Jan Kiszka |
2009-07-16 | Add boot menu control via command line switch | Jan Kiszka |
2009-07-16 | Add boot-once support | Jan Kiszka |
2009-07-16 | Add qemu_unregister_reset | Jan Kiszka |
2009-07-16 | Rework reset handler management | Jan Kiszka |
2009-07-16 | Move boot_set callback backend | Jan Kiszka |
2009-07-16 | Rework -boot option | Jan Kiszka |
2009-07-16 | Add a pc-0-10 machine type for compatibility with 0.10.x | Mark McLoughlin |
2009-07-16 | Change default PCI class of virtio-console to PCI_CLASS_SERIAL_OTHER | Mark McLoughlin |
2009-07-16 | Change default PCI class of virtio-blk to PCI_CLASS_STORAGE_SCSI | Mark McLoughlin |
2009-07-15 | Sparc32: convert sparc32_dma to qdev | Blue Swirl |
2009-07-15 | Avoid SIGSEGV when dumping cpu state without enabled logging | malc |