summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qemu-kvm: fix crash on reboot with vhost-netqemu-kvm-0.12.4-gentoo-2qemu-kvm-0.12.4-gentooMichael S. Tsirkin2010-07-203-0/+139
* target-mips: fix DINSU instructionqemu-kvm-0.12.4-gentoo-1Aurelien Jarno2010-07-201-1/+1
* target-ppc: fix RFI by clearing some bits of MSRThomas Monjalon2010-07-202-4/+3
* arm_timer: fix oneshot modeRabin Vincent2010-07-201-1/+1
* arm_timer: reload timer when enabledRabin Vincent2010-07-201-1/+1
* target-arm : fix parallel saturated subtraction implementationChih-Min Chao2010-07-201-2/+2
* target-arm : fix thumb2 parallel add/sub opcode decodingChih-Min Chao2010-07-201-2/+2
* target-arm: fix addsub/subadd implementationChih-Min Chao2010-07-201-4/+4
* block: Handle multiwrite errors only when all requests have completedKevin Wolf2010-07-201-4/+1
* block: Fix early failure in multiwriteKevin Wolf2010-07-201-7/+30
* vpc: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-07-201-4/+5
* vmdk: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-07-201-5/+5
* qcow2: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-07-203-48/+51
* qcow: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-07-201-8/+10
* block: Add bdrv_(p)write_syncKevin Wolf2010-07-203-0/+44
* qcow2: Restore L1 entry on l2_allocate failureKevin Wolf2010-07-201-0/+1
* block/vdi: Fix image opening and creation for odd disk sizesKevin Wolf2010-07-201-3/+15
* block/vpc: Fix conversion from size to disk geometryStefan Weil2010-07-201-9/+12
* qcow2: Remove abort on free_clusters failureKevin Wolf2010-07-201-1/+1
* vmdk: Fix COWKevin Wolf2010-07-201-24/+11
* qcow2: Fix creation of large imagesKevin Wolf2010-07-201-9/+32
* vmdk: fix double freeKevin Wolf2010-07-201-1/+1
* target-i386: fix xchg rax,r8Richard Henderson2010-07-201-2/+7
* block/vvfat.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov2010-07-201-2/+7
* Correct definitions for FD_CMD_SAVE and FD_CMD_RESTOREJes Sorensen2010-07-201-2/+2
* qcow2: Fix corruption after error in update_refcountKevin Wolf2010-07-201-0/+4
* qcow2: Fix corruption after refblock allocationKevin Wolf2010-07-201-2/+9
* block: Fix multiwrite with overlapping requestsKevin Wolf2010-07-201-1/+1
* qcow2: Fix error handling in l2_allocateKevin Wolf2010-07-201-9/+12
* qcow2: Clear L2 table cache after write errorKevin Wolf2010-07-201-2/+3
* ide: Fix ide_dma_cancelKevin Wolf2010-07-201-4/+4
* usb-bus: fix no paramsLuiz Capitulino2010-07-201-1/+1
* Avoid crash on '-usbdevice <device>' without parametersJan Kiszka2010-07-201-1/+3
* Fix -usbdevice crashPaul Brook2010-07-204-0/+12
* Fix multiboot compilationAlexander Graf2010-07-202-12/+28
* qemu-sockets: avoid strlen of NULL pointerJens Osterkamp2010-07-201-1/+2
* block: fix aio_flush segfaults for read-only protocols (e.g. curl)Avi Kivity2010-07-201-1/+3
* virtio-blk: fix barrier supportChristoph Hellwig2010-07-201-2/+13
* block: fix sector comparism in multiwrite_req_compareChristoph Hellwig2010-07-201-1/+13
* pci: irq_state vmstate breakageMichael S. Tsirkin2010-07-201-2/+2
* Merge commit 'v0.12.4' into stable-0.12qemu-kvm-0.12.4Avi Kivity2010-05-0936-402/+605
|\
| * Update for 0.12.4 releaseAnthony Liguori2010-05-042-1/+51
| * Workaround for broken OSS_GETVERSION on FreeBSD, part twoJuergen Lock2010-04-251-4/+26
| * oss: fix fragment settingmalc2010-04-251-13/+16
| * oss: issue OSS_GETVERSION ioctl only when neededmalc2010-04-251-17/+17
| * oss: refactor code around policy settingmalc2010-04-251-12/+8
| * oss: workaround for cases when OSS_GETVERSION is not definedmalc2010-04-251-1/+12
| * block: Free iovec arrays allocated by multiwrite_merge()Stefan Hajnoczi2010-04-241-0/+3
| * lsi: fix segfault in lsi_command_completeGerd Hoffmann2010-04-181-1/+1
| * lsi: pass lsi_request to lsi_reselectGerd Hoffmann2010-04-181-16/+7