aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-20qcow2: Ignore reserved bits in get_cluster_offsetKevin Wolf3-19/+60
2012-04-20qcow2: Save disk size in snapshot headerKevin Wolf2-0/+17
2012-04-20Specification for qcow2 version 3Kevin Wolf1-23/+99
2012-04-20qcow2: Fix refcount block allocation during qcow2_alloc_cluster_at()Kevin Wolf1-0/+6
2012-04-20Add .gitignore for tests/David Gibson1-0/+13
2012-04-20e1000: Fix spelling (segmentaion -> segmentation) in debug outputStefan Weil1-1/+1
2012-04-20spice-qemu-char.c: Show what name is unsupportedEduardo Elias Ferreira1-1/+1
2012-04-20pflash_cfi01: remove redundant lineEric Bénard1-1/+0
2012-04-20qxl: Add missing GCC_FMT_ATTR and fix format specifierStefan Weil2-2/+2
2012-04-20fix block_job_set_speed name in documentationPaolo Bonzini1-2/+2
2012-04-20error.c: don't return value for void functionAmos Kong1-1/+1
2012-04-20iotests: Resolve test failures caused by hostnameAndreas Färber1-1/+1
2012-04-20qemu-img: let 'qemu-img convert' flush dataLiu Yuan2-2/+3
2012-04-19sparc: fix qtestBlue Swirl1-1/+3
2012-04-19qtest: add dummy functions for user emulatorsBlue Swirl1-0/+18
2012-04-19qtest: add register fuzzing to RTC testBlue Swirl1-0/+17
2012-04-19qemu-ga: fix help outputMichael Roth1-3/+4
2012-04-19qemu-ga: generate missing stubs for fsfreezeMichael Roth1-16/+20
2012-04-19nbd: obey FUA on readsPaolo Bonzini1-0/+9
2012-04-19nbd: do not include block_int.hPaolo Bonzini2-4/+3
2012-04-19aio: simplify qemu_aio_waitPaolo Bonzini1-69/+64
2012-04-19aio: return "AIO in progress" state from qemu_aio_waitPaolo Bonzini2-28/+22
2012-04-19aio: remove process_queue callback and qemu_aio_process_queuePaolo Bonzini9-64/+21
2012-04-19nbd: do not block in nbd_wr_sync if no data at all is availablePaolo Bonzini2-8/+44
2012-04-19nbd: consistently return negative errno valuesPaolo Bonzini4-96/+93
2012-04-19nbd: consistently check for <0 or >=0Paolo Bonzini3-43/+53
2012-04-19nbd: consistently use ssize_tPaolo Bonzini2-14/+12
2012-04-19nbd: avoid out of bounds access to recv_coroutine arrayPaolo Bonzini1-1/+5
2012-04-19posix-aio: merge posix_aio_process_queue and posix_aio_readPaolo Bonzini1-28/+16
2012-04-19qemu-tool: map vm_clock to rt_clockPaolo Bonzini1-2/+1
2012-04-19qemu-io: use main_loop_waitPaolo Bonzini2-8/+9
2012-04-19scsi: add SANITIZE commandPaolo Bonzini2-0/+2
2012-04-19SCSI emulation: should tell the guest that we actually support thin provisioningRonnie Sahlberg1-1/+1
2012-04-19SCSI emulation: Support unmap via WRITE_SAME_10.Ronnie Sahlberg1-2/+3
2012-04-19scsi: advertise DPOFUAPaolo Bonzini1-1/+2
2012-04-19scsi: small refactoring of MMC mode-sensePaolo Bonzini1-7/+12
2012-04-19scsi: support FUA on readsPaolo Bonzini1-10/+42
2012-04-19scsi: add a started field to SCSIDiskReqPaolo Bonzini1-0/+4
2012-04-19scsi: force unit access on VERIFYPaolo Bonzini1-4/+23
2012-04-19block: allow interrupting a co_sleep_nsPaolo Bonzini1-1/+2
2012-04-19qcow2: Fix return value of alloc_refcount_blockKevin Wolf1-1/+1
2012-04-19qcow2: Fix error handling in qcow2_alloc_cluster_offsetKevin Wolf1-1/+1
2012-04-19ide: convert ide_sector_write() to asynchronous I/OStefan Hajnoczi1-19/+42
2012-04-19ide: convert ide_sector_read() to asynchronous I/OStefan Hajnoczi2-21/+58
2012-04-19qemu-io: Add command line switch for cache modeKevin Wolf1-1/+9
2012-04-19block: Fix spelling in comment (ineffcient -> inefficient)Stefan Weil1-1/+1
2012-04-19iotests: fix error in 005Dong Xu Wang2-2/+2
2012-04-19block: Drain requests in bdrv_closeKevin Wolf1-0/+2
2012-04-19qemu-iotests: Test bdrv_close while AIO is in flightKevin Wolf3-0/+148
2012-04-19qemu-iotests: Always filter cluster_size out in _make_test_imgKevin Wolf11-127/+125