aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-30i386: -cpu help: remove reference to specific CPUID leaves/registersEduardo Habkost
2012-09-30i386: cpu: eliminate duplicate feature namesEduardo Habkost
2012-09-30i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASESEduardo Habkost
2012-09-30i386: kvm: use a #define for the set of alias feature bitsEduardo Habkost
2012-09-30i386: kvm: bit 10 of CPUID[8000_0001].EDX is reservedEduardo Habkost
2012-09-28qemu-iotests: add tests for streaming error handlingPaolo Bonzini
2012-09-28qemu-iotests: map underscore to dash in QMP argument namesPaolo Bonzini
2012-09-28blkdebug: process all set_state rules in the old statePaolo Bonzini
2012-09-28stream: add on-error argumentPaolo Bonzini
2012-09-28block: introduce block job errorPaolo Bonzini
2012-09-28iostatus: reorganize io error codePaolo Bonzini
2012-09-28iostatus: change is_read to a boolPaolo Bonzini
2012-09-28iostatus: move BlockdevOnError declaration to QAPIPaolo Bonzini
2012-09-28iostatus: rename BlockErrorAction, BlockQMPEventActionPaolo Bonzini
2012-09-28qemu-iotests: add test for pausing a streaming operationPaolo Bonzini
2012-09-28qmp: add block-job-pause and block-job-resumePaolo Bonzini
2012-09-28block: add support for job pause/resumePaolo Bonzini
2012-09-28qmp: add 'busy' member to BlockJobInfoPaolo Bonzini
2012-09-28block: add block_job_queryPaolo Bonzini
2012-09-28block: move job APIs to separate filesPaolo Bonzini
2012-09-28block: fix documentation of block_job_cancel_syncPaolo Bonzini
2012-09-28qerror/block: introduce QERR_BLOCK_JOB_NOT_ACTIVEPaolo Bonzini
2012-09-28qemu-iotests: add initial tests for live block commitJeff Cody
2012-09-28QAPI: add command for live block commit, 'block-commit'Jeff Cody
2012-09-28block: helper function, to find the base image of a chainJeff Cody
2012-09-28blockdev: rename block_stream_cb to a generic block_job_cbJeff Cody
2012-09-28block: add live block commit functionalityJeff Cody
2012-09-28block: add support functions for live commit, to find and delete images.Jeff Cody
2012-09-28block: Support GlusterFS as a QEMU block backend.Bharata B Rao
2012-09-28configure: Add a config option for GlusterFS as block backendBharata B Rao
2012-09-28aio: Another fix to the walking_handlers logicPaolo Bonzini
2012-09-28qemu: URI parsing libraryPaolo Bonzini
2012-09-28aio: Fix qemu_aio_wait() to maintain correct walking_handlers countPaolo Bonzini
2012-09-28block: after creating a live snapshot, make old image read-onlyJeff Cody
2012-09-28block-migration: Flush requests in blk_mig_cleanupKevin Wolf
2012-09-28virtio-serial-bus: let chardev know the exact number of bytes requestedAmit Shah
2012-09-28virtio: Introduce virtqueue_get_avail_bytes()Amit Shah
2012-09-28virtio: use unsigned int for counting bytes in vqAmit Shah
2012-09-28iov: add const annotationMichael S. Tsirkin
2012-09-28virtio-net: fix used len for txMichael S. Tsirkin
2012-09-28virtio: don't mark unaccessed memory as dirtyMichael S. Tsirkin
2012-09-27Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...Aurelien Jarno
2012-09-27target-s390x: Tidy cpu_dump_stateRichard Henderson
2012-09-27target-s390x: Avoid double CPU_LOG_TB_CPURichard Henderson
2012-09-27target-s390x: Use CPU_LOG_INTRichard Henderson
2012-09-27target-unicore32: Call tcg_gen_debug_insn_startRichard Henderson
2012-09-27target-s390x: Call tcg_gen_debug_insn_startRichard Henderson
2012-09-27target-m68k: Call tcg_gen_debug_insn_startRichard Henderson
2012-09-27Emit debug_insn for CPU_LOG_TB_OP_OPT as well.Richard Henderson
2012-09-27tci: Fix for AREG0 free modeStefan Weil