summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-22Update for 0.12.5 releasev0.12.5Aurelien Jarno2-1/+48
2010-07-22audio/alsa: Handle SND_PCM_STATE_SETUP in alsa_poll_handlermalc1-0/+4
2010-07-14block: Handle multiwrite errors only when all requests have completedKevin Wolf1-4/+1
2010-07-14block: Fix early failure in multiwriteKevin Wolf1-7/+30
2010-07-14vpc: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-4/+5
2010-07-14vmdk: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-5/+5
2010-07-14qcow2: Use bdrv_(p)write_sync for metadata writesKevin Wolf3-48/+51
2010-07-14qcow: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-8/+10
2010-07-14block: Add bdrv_(p)write_syncKevin Wolf3-0/+44
2010-07-14qcow2: Restore L1 entry on l2_allocate failureKevin Wolf1-0/+1
2010-07-14block/vdi: Fix image opening and creation for odd disk sizesKevin Wolf1-3/+15
2010-07-14block/vpc: Fix conversion from size to disk geometryStefan Weil1-9/+12
2010-07-14qcow2: Remove abort on free_clusters failureKevin Wolf1-1/+1
2010-07-14vmdk: Fix COWKevin Wolf1-24/+11
2010-07-14qcow2: Fix creation of large imagesKevin Wolf1-9/+32
2010-07-14vmdk: fix double freeKevin Wolf1-1/+1
2010-07-13qemu-options: add documentation for stdio signal=on|offAurelien Jarno1-4/+8
2010-07-01target-arm : fix parallel saturated subtraction implementationChih-Min Chao1-2/+2
2010-07-01target-arm : fix thumb2 parallel add/sub opcode decodingChih-Min Chao1-2/+2
2010-07-01target-arm: fix addsub/subadd implementationChih-Min Chao1-4/+4
2010-07-01target-i386: fix xchg rax,r8Richard Henderson1-2/+7
2010-06-30block/vvfat.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov1-2/+7
2010-06-30audio/alsa: Spelling typo (paramters)Vagrant Cascadian1-1/+1
2010-06-30target-mips: fix DINSU instructionAurelien Jarno1-1/+1
2010-06-15Correct definitions for FD_CMD_SAVE and FD_CMD_RESTOREJes Sorensen1-2/+2
2010-06-09qcow2: Fix corruption after error in update_refcountKevin Wolf1-0/+4
2010-06-09qcow2: Fix corruption after refblock allocationKevin Wolf1-2/+9
2010-06-09block: Fix multiwrite with overlapping requestsKevin Wolf1-1/+1
2010-06-09qcow2: Fix error handling in l2_allocateKevin Wolf1-9/+12
2010-06-09qcow2: Clear L2 table cache after write errorKevin Wolf1-2/+3
2010-06-09ide: Fix ide_dma_cancelKevin Wolf1-4/+4
2010-06-09usb-bus: fix no paramsLuiz Capitulino1-1/+1
2010-06-09Avoid crash on '-usbdevice <device>' without parametersJan Kiszka1-1/+3
2010-06-09Fix -usbdevice crashPaul Brook4-0/+12
2010-06-09Fix multiboot compilationAlexander Graf2-12/+28
2010-06-02Fix missing symbols in .rel/.rela.plt sectionsLoïc Minier2-4/+28
2010-05-31target-ppc: fix RFI by clearing some bits of MSRThomas Monjalon2-4/+3
2010-05-28Fix typo in balloon helpRiccardo Magliocchetti1-1/+1
2010-05-27arm_timer: fix oneshot modeRabin Vincent1-1/+1
2010-05-27arm_timer: reload timer when enabledRabin Vincent1-1/+1
2010-05-27qemu-sockets: avoid strlen of NULL pointerJens Osterkamp1-1/+2
2010-05-27block: fix aio_flush segfaults for read-only protocols (e.g. curl)Avi Kivity1-1/+3
2010-05-27virtio-blk: fix barrier supportChristoph Hellwig1-2/+13
2010-05-27block: fix sector comparism in multiwrite_req_compareChristoph Hellwig1-1/+13
2010-05-18pci: irq_state vmstate breakageMichael S. Tsirkin1-2/+2
2010-05-07qemu-img: use the heap instead of the huge stack array for win32TeLeMan1-1/+3
2010-05-04Update for 0.12.4 releasev0.12.4Anthony Liguori2-1/+51
2010-04-25Workaround for broken OSS_GETVERSION on FreeBSD, part twoJuergen Lock1-4/+26
2010-04-25oss: fix fragment settingmalc1-13/+16
2010-04-25oss: issue OSS_GETVERSION ioctl only when neededmalc1-17/+17