aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-28stream: add on-error argumentPaolo Bonzini6-9/+47
2012-09-28block: introduce block job errorPaolo Bonzini8-12/+120
2012-09-28iostatus: reorganize io error codePaolo Bonzini6-55/+64
2012-09-28iostatus: change is_read to a boolPaolo Bonzini7-11/+11
2012-09-28iostatus: move BlockdevOnError declaration to QAPIPaolo Bonzini11-36/+54
2012-09-28iostatus: rename BlockErrorAction, BlockQMPEventActionPaolo Bonzini6-14/+14
2012-09-28qemu-iotests: add test for pausing a streaming operationPaolo Bonzini3-5/+41
2012-09-28qmp: add block-job-pause and block-job-resumePaolo Bonzini7-8/+147
2012-09-28block: add support for job pause/resumePaolo Bonzini5-6/+72
2012-09-28qmp: add 'busy' member to BlockJobInfoPaolo Bonzini2-1/+5
2012-09-28block: add block_job_queryPaolo Bonzini3-13/+21
2012-09-28block: move job APIs to separate filesPaolo Bonzini10-282/+354
2012-09-28block: fix documentation of block_job_cancel_syncPaolo Bonzini1-7/+5
2012-09-28qerror/block: introduce QERR_BLOCK_JOB_NOT_ACTIVEPaolo Bonzini2-2/+5
2012-09-28qemu-iotests: add initial tests for live block commitJeff Cody3-0/+184
2012-09-28QAPI: add command for live block commit, 'block-commit'Jeff Cody4-2/+102
2012-09-28block: helper function, to find the base image of a chainJeff Cody2-0/+17
2012-09-28blockdev: rename block_stream_cb to a generic block_job_cbJeff Cody2-4/+4
2012-09-28block: add live block commit functionalityJeff Cody4-0/+286
2012-09-28block: add support functions for live commit, to find and delete images.Jeff Cody2-0/+147
2012-09-28block: Support GlusterFS as a QEMU block backend.Bharata B Rao2-0/+625
2012-09-28configure: Add a config option for GlusterFS as block backendBharata B Rao1-0/+35
2012-09-28aio: Another fix to the walking_handlers logicPaolo Bonzini1-5/+5
2012-09-28qemu: URI parsing libraryPaolo Bonzini3-1/+2363
2012-09-28aio: Fix qemu_aio_wait() to maintain correct walking_handlers countPaolo Bonzini1-4/+4
2012-09-28block: after creating a live snapshot, make old image read-onlyJeff Cody1-0/+5
2012-09-28block-migration: Flush requests in blk_mig_cleanupKevin Wolf1-0/+2
2012-09-28virtio-serial-bus: let chardev know the exact number of bytes requestedAmit Shah1-8/+3
2012-09-28virtio: Introduce virtqueue_get_avail_bytes()Amit Shah2-8/+25
2012-09-28virtio: use unsigned int for counting bytes in vqAmit Shah1-1/+1
2012-09-28iov: add const annotationMichael S. Tsirkin2-2/+2
2012-09-28virtio-net: fix used len for txMichael S. Tsirkin1-2/+2
2012-09-28virtio: don't mark unaccessed memory as dirtyMichael S. Tsirkin1-1/+1
2012-09-27Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Aurelien Jarno3-14/+40
2012-09-27target-s390x: Tidy cpu_dump_stateRichard Henderson1-12/+10
2012-09-27target-s390x: Avoid double CPU_LOG_TB_CPURichard Henderson1-1/+0
2012-09-27target-s390x: Use CPU_LOG_INTRichard Henderson2-4/+6
2012-09-27target-unicore32: Call tcg_gen_debug_insn_startRichard Henderson1-0/+4
2012-09-27target-s390x: Call tcg_gen_debug_insn_startRichard Henderson1-4/+5
2012-09-27target-m68k: Call tcg_gen_debug_insn_startRichard Henderson1-0/+4
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson12-12/+18
2012-09-27tci: Fix for AREG0 free modeStefan Weil2-9/+14
2012-09-27block: live snapshot documentation tweaksPaolo Bonzini1-2/+2
2012-09-27input: index_from_key(): drop unused codeLuiz Capitulino1-13/+1
2012-09-27qmp: qmp_send_key(): accept key codes in hexLuiz Capitulino3-23/+73
2012-09-27input: qmp_send_key(): simplifyLuiz Capitulino1-22/+14
2012-09-27hmp: dump-guest-memory: hardcode protocol argument to "file:"Luiz Capitulino2-7/+9
2012-09-27qmp: dump-guest-memory: don't spin if non-blocking fd would blockLuiz Capitulino1-11/+4
2012-09-27qmp: dump-guest-memory: improve schema doc (again)Luiz Capitulino1-12/+20
2012-09-26Versatile Express: Add modelling of NOR flashFrancesco Lavra1-2/+24