aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-05linux-user: Pull target-specific signal.c code into separate fileslinux-user-nuke-ifdefsPeter Maydell
2011-12-05Makefile.target: Prefer target-specific linux-user sources to common onesPeter Maydell
2011-12-05Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2011-12-05Merge remote-tracking branch 'aneesh/1.0-fixes' into stagingAnthony Liguori
2011-12-05Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-12-05Merge remote-tracking branch 'qemu-kvm/memory/batch' into stagingAnthony Liguori
2011-12-05Update version for 1.1 development branchAnthony Liguori
2011-12-05block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi
2011-12-05block: wait_for_overlapping_requests() deadlock detectionStefan Hajnoczi
2011-12-05block: implement bdrv_co_is_allocated() boundary casesStefan Hajnoczi
2011-12-05dma-helpers: Add trace eventsKevin Wolf
2011-12-05cow: use bdrv_co_is_allocated()Stefan Hajnoczi
2011-12-05block: add -drive copy-on-read=on|offStefan Hajnoczi
2011-12-05block: core copy-on-read logicStefan Hajnoczi
2011-12-05block: request overlap detectionStefan Hajnoczi
2011-12-05block: wait for overlapping requestsStefan Hajnoczi
2011-12-05block: add interface to toggle copy-on-readStefan Hajnoczi
2011-12-05block: add request trackingStefan Hajnoczi
2011-12-05coroutine: add qemu_co_queue_restart_all()Stefan Hajnoczi
2011-12-05qemu-common: add QEMU_ALIGN_DOWN() and QEMU_ALIGN_UP() macrosStefan Hajnoczi
2011-12-05block: add bdrv_co_is_allocated() interfaceStefan Hajnoczi
2011-12-05block: drop .bdrv_is_allocated() interfaceStefan Hajnoczi
2011-12-05cow: convert to .bdrv_co_is_allocated()Stefan Hajnoczi
2011-12-05vdi: convert to .bdrv_co_is_allocated()Stefan Hajnoczi
2011-12-05vvfat: convert to .bdrv_co_is_allocated()Stefan Hajnoczi
2011-12-05block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated()Stefan Hajnoczi
2011-12-05qed: convert to .bdrv_co_is_allocated()Stefan Hajnoczi
2011-12-05block: add .bdrv_co_is_allocated()Stefan Hajnoczi
2011-12-05block: use public bdrv_is_allocated() interfaceStefan Hajnoczi
2011-12-05qcow2: Fix error path in qcow2_snapshot_load_tmpKevin Wolf
2011-12-05qcow2: Fix order in qcow2_snapshot_deleteKevin Wolf
2011-12-05qcow2: Fix order of refcount updates in qcow2_snapshot_gotoKevin Wolf
2011-12-05qcow2: Return real error in qcow2_snapshot_gotoKevin Wolf
2011-12-05qcow2: Rework qcow2_snapshot_create error handlingKevin Wolf
2011-12-05qcow2: Cleanups and memleak fix in qcow2_snapshot_createKevin Wolf
2011-12-05qcow2: Update snapshot table information at onceKevin Wolf
2011-12-05qcow2: Return real error code in qcow2_write_snapshotsKevin Wolf
2011-12-05qcow2: Return real error code in qcow2_read_snapshotsKevin Wolf
2011-12-05block: Add coroutine_fn marker to coroutine functionsDong Xu Wang
2011-12-05hmp/qmp: add block_set_io_throttleZhi Yong Wu
2011-12-05block: add I/O throttling algorithmZhi Yong Wu
2011-12-05CoQueue: introduce qemu_co_queue_wait_insert_headZhi Yong Wu
2011-12-05block: add the blockio limits command line supportZhi Yong Wu
2011-12-05block: Use bdrv functions to replace file operation in cow.cLi Zhi Hui
2011-12-05xen_disk: remove dead codePaolo Bonzini
2011-12-05qed: adjust the way to get nb_sectorsZhi Yong Wu
2011-12-05qcow2: avoid reentrant bdrv_read() in copy_sectors()Stefan Hajnoczi
2011-12-05qcow2: Unlock during COWKevin Wolf
2011-12-04hw/9pfs: Use the correct file descriptor in Fsdriver CallbackAneesh Kumar K.V
2011-12-04hw/9pfs: Add qdev.reset callback for virtio-9p-pci deviceAneesh Kumar K.V