summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-05block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi12-13/+34
2011-12-05block: wait_for_overlapping_requests() deadlock detectionStefan Hajnoczi1-0/+8
2011-12-05block: implement bdrv_co_is_allocated() boundary casesStefan Hajnoczi1-8/+18
2011-12-05dma-helpers: Add trace eventsKevin Wolf2-0/+17
2011-12-05cow: use bdrv_co_is_allocated()Stefan Hajnoczi1-3/+3
2011-12-05block: add -drive copy-on-read=on|offStefan Hajnoczi4-3/+21
2011-12-05block: core copy-on-read logicStefan Hajnoczi2-0/+73
2011-12-05block: request overlap detectionStefan Hajnoczi1-2/+43
2011-12-05block: wait for overlapping requestsStefan Hajnoczi1-0/+35
2011-12-05block: add interface to toggle copy-on-readStefan Hajnoczi3-0/+28
2011-12-05block: add request trackingStefan Hajnoczi2-1/+51
2011-12-05coroutine: add qemu_co_queue_restart_all()Stefan Hajnoczi3-8/+14
2011-12-05qemu-common: add QEMU_ALIGN_DOWN() and QEMU_ALIGN_UP() macrosStefan Hajnoczi1-0/+6
2011-12-05block: add bdrv_co_is_allocated() interfaceStefan Hajnoczi2-13/+26
2011-12-05block: drop .bdrv_is_allocated() interfaceStefan Hajnoczi2-22/+18
2011-12-05cow: convert to .bdrv_co_is_allocated()Stefan Hajnoczi1-4/+4
2011-12-05vdi: convert to .bdrv_co_is_allocated()Stefan Hajnoczi1-3/+3
2011-12-05vvfat: convert to .bdrv_co_is_allocated()Stefan Hajnoczi1-2/+2
2011-12-05block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()Stefan Hajnoczi3-11/+18
2011-12-05qed: convert to .bdrv_co_is_allocated()Stefan Hajnoczi1-4/+11
2011-12-05block: add .bdrv_co_is_allocated()Stefan Hajnoczi2-0/+39
2011-12-05block: use public bdrv_is_allocated() interfaceStefan Hajnoczi1-1/+1
2011-12-05qcow2: Fix error path in qcow2_snapshot_load_tmpKevin Wolf1-12/+22
2011-12-05qcow2: Fix order in qcow2_snapshot_deleteKevin Wolf1-15/+33
2011-12-05qcow2: Fix order of refcount updates in qcow2_snapshot_gotoKevin Wolf2-18/+50
2011-12-05qcow2: Return real error in qcow2_snapshot_gotoKevin Wolf1-11/+40
2011-12-05qcow2: Rework qcow2_snapshot_create error handlingKevin Wolf1-14/+41
2011-12-05qcow2: Cleanups and memleak fix in qcow2_snapshot_createKevin Wolf1-15/+11
2011-12-05qcow2: Update snapshot table information at onceKevin Wolf1-12/+10
2011-12-05qcow2: Return real error code in qcow2_write_snapshotsKevin Wolf1-10/+38
2011-12-05qcow2: Return real error code in qcow2_read_snapshotsKevin Wolf2-7/+23
2011-12-05block: Add coroutine_fn marker to coroutine functionsDong Xu Wang3-8/+8
2011-12-05hmp/qmp: add block_set_io_throttleZhi Yong Wu9-2/+175
2011-12-05block: add I/O throttling algorithmZhi Yong Wu3-0/+236
2011-12-05CoQueue: introduce qemu_co_queue_wait_insert_headZhi Yong Wu2-0/+14
2011-12-05block: add the blockio limits command line supportZhi Yong Wu6-0/+141
2011-12-05block: Use bdrv functions to replace file operation in cow.cLi Zhi Hui1-18/+16
2011-12-05xen_disk: remove dead codePaolo Bonzini1-84/+2
2011-12-05qed: adjust the way to get nb_sectorsZhi Yong Wu1-3/+3
2011-12-05qcow2: avoid reentrant bdrv_read() in copy_sectors()Stefan Hajnoczi1-8/+19
2011-12-05qcow2: Unlock during COWKevin Wolf1-69/+35
2011-12-01Update version for 1.0 releasev1.0Anthony Liguori1-1/+1
2011-11-30Makefile: use full path for qapi-generated directoryMichael Roth1-1/+1
2011-11-30qapi: fix guardname generationMichael Roth1-3/+4
2011-11-28Update version for 1.0-rc4v1.0-rc4Anthony Liguori1-1/+1
2011-11-28ccid: Fix buffer overrun in handling of VSC_ATR messageMarkus Armbruster1-0/+1
2011-11-28Revert "fix out of tree build"Anthony Liguori1-1/+1
2011-11-28configure: avoid screening of --{en, dis}able-usb-redir optionsMax Filippov1-2/+8
2011-11-28cutils: Make strtosz & friends leave follow set to callersMarkus Armbruster1-44/+26
2011-11-28qemu-img: Tighten parsing of size argumentsMarkus Armbruster1-4/+6