summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* monitor: rename EVENT_* to QEVENT_* to avoid conflict on mingw32Blue Swirl2009-12-043-17/+17
* Sparc64: fix compilation with DEBUG_MMUBlue Swirl2009-12-041-15/+15
* ide: implement stub for audio control/volume readThadeu Lima de Souza Cascardo2009-12-031-0/+17
* ide: Use some already defined page macros instead of constantsThadeu Lima de Souza Cascardo2009-12-031-2/+2
* eepro100: Improve debug messagesStefan Weil2009-12-031-3/+3
* Remove rule for config-devices.hStefan Weil2009-12-031-3/+0Star
* eepro100: Allocate a larger buffer for regname()David Benjamin2009-12-031-1/+1
* multiboot: Use signed type for negative error numbersKevin Wolf2009-12-031-0/+1
* posix-aio-compat: Fix error checkKevin Wolf2009-12-031-9/+9
* qemu-img: Fix memory leakKevin Wolf2009-12-031-0/+1
* Fix compile error when LSI_DEBUG is definedRyan Harper2009-12-031-3/+3
* Fix build for mingw32 on windows ($$ expansion)Stefan Weil2009-12-031-1/+1
* Fix build for mingw32 on windows ($@ in macro)Stefan Weil2009-12-031-4/+5
* e1000: Fix warning from code reviewStefan Weil2009-12-031-1/+3
* multiboot: Fix module loading and setting of mmap.Adam Lackorzynski2009-12-033-2/+5
* Make -kernel for linux work with bochsbiosAlexander Graf2009-12-031-5/+5
* Fix recently introduced bugs in -usbdevice hostMarkus Armbruster2009-12-031-12/+16
* Fix description of size parameter in qemu-img's help textPierre Riteau2009-12-031-3/+3
* Suppress optionrom build on Solaris x86Andreas Faerber2009-12-031-1/+1
* Rename DriveInfo.onerror to on_write_errorKevin Wolf2009-12-031-0/+4
* SCSI: Fix Standard INQUIRY dataLaszlo Ast2009-12-031-3/+3
* kvm: x86: Add support for VCPU event statesJan Kiszka2009-12-035-0/+100
* kvm: x86: Fix merge artifact of f8d926e9 about mp_stateJan Kiszka2009-12-031-4/+4
* targe-ppc: Sync CPU state for KVMAlexander Graf2009-12-032-0/+8
* target-ppc: Get MMU state on register syncAlexander Graf2009-12-031-0/+30
* qemu: cleanup unused macros in cirrusMichael S. Tsirkin2009-12-031-35/+0Star
* qemu: make cirrus init value pci spec compliantMichael S. Tsirkin2009-12-031-1/+0Star
* Don't leak file descriptorsKevin Wolf2009-12-0320-34/+178
* qemu-img: There is more than one host device driverKevin Wolf2009-12-033-2/+9
* qcow2: Fix some more qemu_malloc falloutKevin Wolf2009-12-032-8/+21
* qcow2: Store exact backing format lengthKevin Wolf2009-12-031-7/+9
* virtio-blk: Implement rerror optionKevin Wolf2009-12-032-6/+9
* ide: Implement rerror optionKevin Wolf2009-12-033-18/+39
* Introduce rerror option for drivesKevin Wolf2009-12-033-19/+44
* Rename DriveInfo.onerror to on_write_errorKevin Wolf2009-12-035-8/+16
* ram migration: Properly reset statisticsJan Kiszka2009-12-031-1/+3
* qemu-opts: Release id on deletionJan Kiszka2009-12-031-1/+2
* live migration: Serialize vmstate saving in stage 2Jan Kiszka2009-12-031-1/+8
* block migration: Skip zero-sized disksJan Kiszka2009-12-031-2/+8
* block migration: Increase dirty chunk size to 1MJan Kiszka2009-12-031-1/+1
* block migration: Add support for restore progress reportingJan Kiszka2009-12-031-8/+22
* block migration: Report progress also via info migrationJan Kiszka2009-12-033-0/+45
* block migration: Fix outgoing progress outputJan Kiszka2009-12-031-24/+30
* live migration: Propagate output monitor to callback handlerJan Kiszka2009-12-0311-59/+73
* block migration: Report overall migration progressJan Kiszka2009-12-031-16/+30
* live migration: Allow cleanup after cancellation or errorJan Kiszka2009-12-035-8/+54
* ram migration: Stop loading on errorJan Kiszka2009-12-031-1/+5
* block migration: Add error handling/propagationJan Kiszka2009-12-031-16/+41
* block migration: Consolidate block transmissionJan Kiszka2009-12-031-65/+39Star
* block migration: Consolidate mig_read_device_bulk into mig_save_device_bulkJan Kiszka2009-12-031-99/+50Star