Age | Commit message (Expand) | Author |
2009-12-04 | Add "static" to please Sparse | Blue Swirl |
2009-12-04 | scsi: fix incorrect ?: use | Blue Swirl |
2009-12-04 | monitor: use qemu_gettimeofday(), not gettimeofday() | Blue Swirl |
2009-12-04 | win32: fix variable use before initialization | Blue Swirl |
2009-12-04 | monitor: rename EVENT_* to QEVENT_* to avoid conflict on mingw32 | Blue Swirl |
2009-12-04 | Sparc64: fix compilation with DEBUG_MMU | Blue Swirl |
2009-12-03 | ide: implement stub for audio control/volume read | Thadeu Lima de Souza Cascardo |
2009-12-03 | ide: Use some already defined page macros instead of constants | Thadeu Lima de Souza Cascardo |
2009-12-03 | eepro100: Improve debug messages | Stefan Weil |
2009-12-03 | Remove rule for config-devices.h | Stefan Weil |
2009-12-03 | eepro100: Allocate a larger buffer for regname() | David Benjamin |
2009-12-03 | multiboot: Use signed type for negative error numbers | Kevin Wolf |
2009-12-03 | posix-aio-compat: Fix error check | Kevin Wolf |
2009-12-03 | qemu-img: Fix memory leak | Kevin Wolf |
2009-12-03 | Fix compile error when LSI_DEBUG is defined | Ryan Harper |
2009-12-03 | Fix build for mingw32 on windows ($$ expansion) | Stefan Weil |
2009-12-03 | Fix build for mingw32 on windows ($@ in macro) | Stefan Weil |
2009-12-03 | e1000: Fix warning from code review | Stefan Weil |
2009-12-03 | multiboot: Fix module loading and setting of mmap. | Adam Lackorzynski |
2009-12-03 | Make -kernel for linux work with bochsbios | Alexander Graf |
2009-12-03 | Fix recently introduced bugs in -usbdevice host | Markus Armbruster |
2009-12-03 | Fix description of size parameter in qemu-img's help text | Pierre Riteau |
2009-12-03 | Suppress optionrom build on Solaris x86 | Andreas Faerber |
2009-12-03 | Rename DriveInfo.onerror to on_write_error | Kevin Wolf |
2009-12-03 | SCSI: Fix Standard INQUIRY data | Laszlo Ast |
2009-12-03 | kvm: x86: Add support for VCPU event states | Jan Kiszka |
2009-12-03 | kvm: x86: Fix merge artifact of f8d926e9 about mp_state | Jan Kiszka |
2009-12-03 | targe-ppc: Sync CPU state for KVM | Alexander Graf |
2009-12-03 | target-ppc: Get MMU state on register sync | Alexander Graf |
2009-12-03 | qemu: cleanup unused macros in cirrus | Michael S. Tsirkin |
2009-12-03 | qemu: make cirrus init value pci spec compliant | Michael S. Tsirkin |
2009-12-03 | Don't leak file descriptors | Kevin Wolf |
2009-12-03 | qemu-img: There is more than one host device driver | Kevin Wolf |
2009-12-03 | qcow2: Fix some more qemu_malloc fallout | Kevin Wolf |
2009-12-03 | qcow2: Store exact backing format length | Kevin Wolf |
2009-12-03 | virtio-blk: Implement rerror option | Kevin Wolf |
2009-12-03 | ide: Implement rerror option | Kevin Wolf |
2009-12-03 | Introduce rerror option for drives | Kevin Wolf |
2009-12-03 | Rename DriveInfo.onerror to on_write_error | Kevin Wolf |
2009-12-03 | ram migration: Properly reset statistics | Jan Kiszka |
2009-12-03 | qemu-opts: Release id on deletion | Jan Kiszka |
2009-12-03 | live migration: Serialize vmstate saving in stage 2 | Jan Kiszka |
2009-12-03 | block migration: Skip zero-sized disks | Jan Kiszka |
2009-12-03 | block migration: Increase dirty chunk size to 1M | Jan Kiszka |
2009-12-03 | block migration: Add support for restore progress reporting | Jan Kiszka |
2009-12-03 | block migration: Report progress also via info migration | Jan Kiszka |
2009-12-03 | block migration: Fix outgoing progress output | Jan Kiszka |
2009-12-03 | live migration: Propagate output monitor to callback handler | Jan Kiszka |
2009-12-03 | block migration: Report overall migration progress | Jan Kiszka |
2009-12-03 | live migration: Allow cleanup after cancellation or error | Jan Kiszka |