aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-19aio: return "AIO in progress" state from qemu_aio_waitPaolo Bonzini
2012-04-19aio: remove process_queue callback and qemu_aio_process_queuePaolo Bonzini
2012-04-19nbd: do not block in nbd_wr_sync if no data at all is availablePaolo Bonzini
2012-04-19nbd: consistently return negative errno valuesPaolo Bonzini
2012-04-19nbd: consistently check for <0 or >=0Paolo Bonzini
2012-04-19nbd: consistently use ssize_tPaolo Bonzini
2012-04-19nbd: avoid out of bounds access to recv_coroutine arrayPaolo Bonzini
2012-04-19posix-aio: merge posix_aio_process_queue and posix_aio_readPaolo Bonzini
2012-04-19qemu-tool: map vm_clock to rt_clockPaolo Bonzini
2012-04-19qemu-io: use main_loop_waitPaolo Bonzini
2012-04-19scsi: add SANITIZE commandPaolo Bonzini
2012-04-19SCSI emulation: should tell the guest that we actually support thin provisioningRonnie Sahlberg
2012-04-19SCSI emulation: Support unmap via WRITE_SAME_10.Ronnie Sahlberg
2012-04-19scsi: advertise DPOFUAPaolo Bonzini
2012-04-19scsi: small refactoring of MMC mode-sensePaolo Bonzini
2012-04-19scsi: support FUA on readsPaolo Bonzini
2012-04-19scsi: add a started field to SCSIDiskReqPaolo Bonzini
2012-04-19scsi: force unit access on VERIFYPaolo Bonzini
2012-04-19block: allow interrupting a co_sleep_nsPaolo Bonzini
2012-04-19qcow2: Fix return value of alloc_refcount_blockKevin Wolf
2012-04-19qcow2: Fix error handling in qcow2_alloc_cluster_offsetKevin Wolf
2012-04-19ide: convert ide_sector_write() to asynchronous I/OStefan Hajnoczi
2012-04-19ide: convert ide_sector_read() to asynchronous I/OStefan Hajnoczi
2012-04-19qemu-io: Add command line switch for cache modeKevin Wolf
2012-04-19block: Fix spelling in comment (ineffcient -> inefficient)Stefan Weil
2012-04-19iotests: fix error in 005Dong Xu Wang
2012-04-19block: Drain requests in bdrv_closeKevin Wolf
2012-04-19qemu-iotests: Test bdrv_close while AIO is in flightKevin Wolf
2012-04-19qemu-iotests: Always filter cluster_size out in _make_test_imgKevin Wolf
2012-04-19scsi: add support for FUA on writesPaolo Bonzini
2012-04-19scsi: move scsi_flush_complete aroundPaolo Bonzini
2012-04-19scsi: make code more homogeneous in AIO callback functionsPaolo Bonzini
2012-04-19scsi: add missing test for cancelled requestPaolo Bonzini
2012-04-19virtio-scsi: add multiqueue capabilityPaolo Bonzini
2012-04-19virtio: add virtio_queue_get_idPaolo Bonzini
2012-04-19virtio-scsi: prepare migration format for multiqueuePaolo Bonzini
2012-04-19scsi: fix memory leakPaolo Bonzini
2012-04-18Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori
2012-04-18tracetool: handle DTrace keywords 'in', 'next', 'self'Stefan Hajnoczi
2012-04-18tracetool: Add MAINTAINERS infoLluís Vilanova
2012-04-18tracetool: Add support for the 'dtrace' backendLluís Vilanova
2012-04-18tracetool: Add support for the 'ust' backendLluís Vilanova
2012-04-18tracetool: Add support for the 'simple' backendLluís Vilanova
2012-04-18tracetool: Add support for the 'stderr' backendLluís Vilanova
2012-04-18tracetool: Add module for the 'h' formatLluís Vilanova
2012-04-18tracetool: Add module for the 'c' formatLluís Vilanova
2012-04-18tracetool: Rewrite infrastructure as python modulesLluís Vilanova
2012-04-18Merge remote-tracking branch 'spice/spice.v52' into stagingAnthony Liguori
2012-04-18Merge remote-tracking branch 'kraxel/usb.46' into stagingAnthony Liguori
2012-04-18qxl-render: fix broken vnc+spice since commit f934493Alon Levy