summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pc: Fix CMOS info for drives defined with -deviceqemu-kvm-0.12.5-gentoo-1qemu-kvm-0.12.5-gentooMarkus Armbruster2010-08-203-37/+77
* ide: Make PIIX and ISA IDE init functions return the qdevMarkus Armbruster2010-08-203-11/+14
* Merge branch 'stable-0.12-merge' into stable-0.12qemu-kvm-0.12.5Marcelo Tosatti2010-07-2615-128/+279
|\
| * Merge commit '174f225e9d62e8f3002e274e4f718bd2a967fbf4' into stable-0.12-mergeMarcelo Tosatti2010-07-2615-128/+279
|/|
| * Update for 0.12.5 releaseAurelien Jarno2010-07-222-1/+48
| * audio/alsa: Handle SND_PCM_STATE_SETUP in alsa_poll_handlermalc2010-07-221-0/+4
| * block: Handle multiwrite errors only when all requests have completedKevin Wolf2010-07-141-4/+1
| * block: Fix early failure in multiwriteKevin Wolf2010-07-141-7/+30
| * vpc: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-07-141-4/+5
| * vmdk: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-07-141-5/+5
| * qcow2: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-07-143-48/+51
| * qcow: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-07-141-8/+10
| * block: Add bdrv_(p)write_syncKevin Wolf2010-07-143-0/+44
| * qcow2: Restore L1 entry on l2_allocate failureKevin Wolf2010-07-141-0/+1
| * block/vdi: Fix image opening and creation for odd disk sizesKevin Wolf2010-07-141-3/+15
| * block/vpc: Fix conversion from size to disk geometryStefan Weil2010-07-141-9/+12
| * qcow2: Remove abort on free_clusters failureKevin Wolf2010-07-141-1/+1
| * vmdk: Fix COWKevin Wolf2010-07-141-24/+11
| * qcow2: Fix creation of large imagesKevin Wolf2010-07-141-9/+32
| * vmdk: fix double freeKevin Wolf2010-07-141-1/+1
| * qemu-options: add documentation for stdio signal=on|offAurelien Jarno2010-07-131-4/+8
* | Fix segfault after device assignment hot removeAlex Williamson2010-07-261-0/+1
* | Merge branch 'stable-0.12' of git://git.sv.gnu.org/qemu into stable-0.12Avi Kivity2010-07-0829-67/+173
|\|
| * target-arm : fix parallel saturated subtraction implementationChih-Min Chao2010-07-011-2/+2
| * target-arm : fix thumb2 parallel add/sub opcode decodingChih-Min Chao2010-07-011-2/+2
| * target-arm: fix addsub/subadd implementationChih-Min Chao2010-07-011-4/+4
| * target-i386: fix xchg rax,r8Richard Henderson2010-07-011-2/+7
| * block/vvfat.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov2010-06-301-2/+7
| * audio/alsa: Spelling typo (paramters)Vagrant Cascadian2010-06-301-1/+1
| * target-mips: fix DINSU instructionAurelien Jarno2010-06-301-1/+1
| * Correct definitions for FD_CMD_SAVE and FD_CMD_RESTOREJes Sorensen2010-06-151-2/+2
| * qcow2: Fix corruption after error in update_refcountKevin Wolf2010-06-091-0/+4
| * qcow2: Fix corruption after refblock allocationKevin Wolf2010-06-091-2/+9
| * block: Fix multiwrite with overlapping requestsKevin Wolf2010-06-091-1/+1
| * qcow2: Fix error handling in l2_allocateKevin Wolf2010-06-091-9/+12
| * qcow2: Clear L2 table cache after write errorKevin Wolf2010-06-091-2/+3
| * ide: Fix ide_dma_cancelKevin Wolf2010-06-091-4/+4
| * usb-bus: fix no paramsLuiz Capitulino2010-06-091-1/+1
| * Avoid crash on '-usbdevice <device>' without parametersJan Kiszka2010-06-091-1/+3
| * Fix -usbdevice crashPaul Brook2010-06-094-0/+12
| * Fix multiboot compilationAlexander Graf2010-06-092-12/+28
| * Fix missing symbols in .rel/.rela.plt sectionsLoïc Minier2010-06-022-4/+28
| * target-ppc: fix RFI by clearing some bits of MSRThomas Monjalon2010-05-312-4/+3
| * Fix typo in balloon helpRiccardo Magliocchetti2010-05-281-1/+1
| * arm_timer: fix oneshot modeRabin Vincent2010-05-271-1/+1
| * arm_timer: reload timer when enabledRabin Vincent2010-05-271-1/+1
| * qemu-sockets: avoid strlen of NULL pointerJens Osterkamp2010-05-271-1/+2
| * block: fix aio_flush segfaults for read-only protocols (e.g. curl)Avi Kivity2010-05-271-1/+3
| * virtio-blk: fix barrier supportChristoph Hellwig2010-05-271-2/+13
| * block: fix sector comparism in multiwrite_req_compareChristoph Hellwig2010-05-271-1/+13