aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-27block: Add replaces argument to drive-mirrorBenoît Canet8-17/+118
2014-06-27blockjob: Fix recent BLOCK_JOB_ERROR regressionMarkus Armbruster2-2/+2
2014-06-27blockjob: Fix recent BLOCK_JOB_READY regressionMarkus Armbruster2-2/+19
2014-06-27virtio-blk: Rename complete_request_early to complete_request_vringFam Zheng1-2/+2
2014-06-27virtio-blk: Unify {non-,}dataplane's request handlingsFam Zheng1-164/+19
2014-06-27virtio-blk: Schedule BH in the right contextFam Zheng1-1/+2
2014-06-27virtio-blk: Export request handling functions to dataplaneFam Zheng2-8/+11
2014-06-27virtio-blk: Make request completion function virtualFam Zheng2-1/+11
2014-06-27block: acquire AioContext in qmp_query_blockstats()Stefan Hajnoczi1-0/+4
2014-06-27block: make bdrv_query_stats() staticStefan Hajnoczi2-2/+1
2014-06-27virtio-blk: Fix and clean up the in_sg and out_sg checkFam Zheng1-7/+14
2014-06-27virtio-blk: Fill in VirtIOBlockReq.out in dataplane codeFam Zheng1-58/+44
2014-06-27virtio-blk: Convert VirtIOBlockReq.out to structrueFam Zheng2-7/+15
2014-06-27virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdrFam Zheng2-36/+22
2014-06-27virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReqFam Zheng2-19/+19
2014-06-27virtio-blk: Drop VirtIOBlockRequest.readFam Zheng1-2/+0
2014-06-27virtio-blk: Drop bounce buffer from dataplane codeFam Zheng1-25/+0
2014-06-27virtio-blk: Convert VirtIOBlockReq.elem to pointerFam Zheng2-40/+47
2014-06-27virtio-blk: Move VirtIOBlockReq to headerFam Zheng2-11/+11
2014-06-27block: Add node-name argument to drive-mirrorBenoît Canet4-2/+17
2014-06-27quorum: Add the rewrite-corrupted parameter to quorumBenoît Canet4-8/+119
2014-06-27block: add qemu-iotest for resize base during live commitJeff Cody3-0/+118
2014-06-27block: check for RESIZE blocker in the QMP command, not bdrv_truncate()Jeff Cody2-3/+6
2014-06-26qemu_opts_append: Play nicely with QemuOptsList's headMichal Privoznik1-1/+10
2014-06-26block: Remove a special case for protocolsKevin Wolf1-16/+2
2014-06-26block: Catch backing files assigned to non-COW driversKevin Wolf9-0/+29
2014-06-26block: Remove second bdrv_open() recursionKevin Wolf1-25/+25
2014-06-26block: Inline bdrv_file_open()Kevin Wolf1-40/+11
2014-06-26block: Use common driver selection code for bdrv_open_file()Kevin Wolf1-37/+30
2014-06-26block: Always pass driver name through options QDictKevin Wolf3-37/+45
2014-06-26block: Move json: parsing to bdrv_fill_options()Kevin Wolf1-43/+45
2014-06-26block: Move bdrv_fill_options() call to bdrv_open()Kevin Wolf1-10/+15
2014-06-26block: Create bdrv_fill_options()Kevin Wolf1-43/+69
2014-06-26block/nfs: add knob to set readaheadPeter Lieven1-0/+4
2014-06-26block/nfs: fix url parameter checkingPeter Lieven1-6/+12
2014-06-26qemu-iotests: Test 0-length image for mirrorFam Zheng2-5/+10
2014-06-26qemu-iotests: Test BLOCK_JOB_READY event for 0Kb image active commitFam Zheng2-5/+11
2014-06-26mirror: Go through ready -> complete process for 0 len imageFam Zheng1-1/+10
2014-06-26blockjob: Add block_job_yield()Fam Zheng2-0/+22
2014-06-24Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-06-24' in...Peter Maydell23-115/+43
2014-06-24Add support for the arm breakpoint syscallHunter Laux2-0/+5
2014-06-24Increase maximum number of session of the internal TFTP server.Bernhard Übelacker1-1/+1
2014-06-24target-s390x: Remove unused ld_code6() functionPeter Maydell1-5/+0
2014-06-24hw/moxie/moxiesim.c: Remove unused moxie_intc_create()Peter Maydell1-13/+0
2014-06-24target-unicore: Remove unused functionsPeter Maydell2-50/+0
2014-06-24build-sys: introduce install-prog macro to install&strip binaries and use itMichael Tokarev3-14/+10
2014-06-24tcg: mark tcg_out* and tcg_patch* with attribute 'unused'Peter Maydell1-8/+12
2014-06-24rng-random: NULL check not needed before g_free()Eduardo Habkost1-4/+1
2014-06-24block.c: Remove useless 'buf' variableChen Gang1-2/+0
2014-06-24vscclient: Add required headers to fix build on FreeBSDEd Maste1-0/+2