aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-04monitor: fix use of plain integer as NULL pointer, spotted by SparseBlue Swirl1-1/+1
2009-12-04Add "static" to please SparseBlue Swirl10-11/+11
2009-12-04scsi: fix incorrect ?: useBlue Swirl1-1/+2
2009-12-04monitor: use qemu_gettimeofday(), not gettimeofday()Blue Swirl1-2/+3
2009-12-04win32: fix variable use before initializationBlue Swirl1-2/+2
2009-12-04monitor: rename EVENT_* to QEVENT_* to avoid conflict on mingw32Blue Swirl3-17/+17
2009-12-04Sparc64: fix compilation with DEBUG_MMUBlue Swirl1-15/+15
2009-12-03ide: implement stub for audio control/volume readThadeu Lima de Souza Cascardo1-0/+17
2009-12-03ide: Use some already defined page macros instead of constantsThadeu Lima de Souza Cascardo1-2/+2
2009-12-03eepro100: Improve debug messagesStefan Weil1-3/+3
2009-12-03Remove rule for config-devices.hStefan Weil1-3/+0
2009-12-03eepro100: Allocate a larger buffer for regname()David Benjamin1-1/+1
2009-12-03multiboot: Use signed type for negative error numbersKevin Wolf1-0/+1
2009-12-03posix-aio-compat: Fix error checkKevin Wolf1-9/+9
2009-12-03qemu-img: Fix memory leakKevin Wolf1-0/+1
2009-12-03Fix compile error when LSI_DEBUG is definedRyan Harper1-3/+3
2009-12-03Fix build for mingw32 on windows ($$ expansion)Stefan Weil1-1/+1
2009-12-03Fix build for mingw32 on windows ($@ in macro)Stefan Weil1-4/+5
2009-12-03e1000: Fix warning from code reviewStefan Weil1-1/+3
2009-12-03multiboot: Fix module loading and setting of mmap.Adam Lackorzynski3-2/+5
2009-12-03Make -kernel for linux work with bochsbiosAlexander Graf1-5/+5
2009-12-03Fix recently introduced bugs in -usbdevice hostMarkus Armbruster1-12/+16
2009-12-03Fix description of size parameter in qemu-img's help textPierre Riteau1-3/+3
2009-12-03Suppress optionrom build on Solaris x86Andreas Faerber1-1/+1
2009-12-03Rename DriveInfo.onerror to on_write_errorKevin Wolf1-0/+4
2009-12-03SCSI: Fix Standard INQUIRY dataLaszlo Ast1-3/+3
2009-12-03kvm: x86: Add support for VCPU event statesJan Kiszka5-0/+100
2009-12-03kvm: x86: Fix merge artifact of f8d926e9 about mp_stateJan Kiszka1-4/+4
2009-12-03targe-ppc: Sync CPU state for KVMAlexander Graf2-0/+8
2009-12-03target-ppc: Get MMU state on register syncAlexander Graf1-0/+30
2009-12-03qemu: cleanup unused macros in cirrusMichael S. Tsirkin1-35/+0
2009-12-03qemu: make cirrus init value pci spec compliantMichael S. Tsirkin1-1/+0
2009-12-03Don't leak file descriptorsKevin Wolf20-34/+178
2009-12-03qemu-img: There is more than one host device driverKevin Wolf3-2/+9
2009-12-03qcow2: Fix some more qemu_malloc falloutKevin Wolf2-8/+21
2009-12-03qcow2: Store exact backing format lengthKevin Wolf1-7/+9
2009-12-03virtio-blk: Implement rerror optionKevin Wolf2-6/+9
2009-12-03ide: Implement rerror optionKevin Wolf3-18/+39
2009-12-03Introduce rerror option for drivesKevin Wolf3-19/+44
2009-12-03Rename DriveInfo.onerror to on_write_errorKevin Wolf5-8/+16
2009-12-03ram migration: Properly reset statisticsJan Kiszka1-1/+3
2009-12-03qemu-opts: Release id on deletionJan Kiszka1-1/+2
2009-12-03live migration: Serialize vmstate saving in stage 2Jan Kiszka1-1/+8
2009-12-03block migration: Skip zero-sized disksJan Kiszka1-2/+8
2009-12-03block migration: Increase dirty chunk size to 1MJan Kiszka1-1/+1
2009-12-03block migration: Add support for restore progress reportingJan Kiszka1-8/+22
2009-12-03block migration: Report progress also via info migrationJan Kiszka3-0/+45
2009-12-03block migration: Fix outgoing progress outputJan Kiszka1-24/+30
2009-12-03live migration: Propagate output monitor to callback handlerJan Kiszka11-59/+73
2009-12-03block migration: Report overall migration progressJan Kiszka1-16/+30