summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-05slirp: Fix spelling in comment (enought -> enough, insure -> ensure)Stefan Weil1-2/+2
2012-10-05tcg/arm: Use tcg_out_mov_reg rather than inline equivalent codePeter Maydell1-12/+3
2012-10-05cpu: Add missing 'static' attribute to qemu_global_mutexStefan Weil1-1/+1
2012-10-05configure: Support empty target list (--target-list=)Stefan Weil1-2/+3
2012-10-05hw: Fix return value check for bdrv_read, bdrv_writeStefan Weil3-20/+32
2012-10-04Merge remote-tracking branch 'sstabellini/xen-2012-10-03' into stagingAnthony Liguori10-53/+142
2012-10-04Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori40-426/+4923
2012-10-04Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori16-155/+517
2012-10-04Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori6-22/+34
2012-10-04Merge remote-tracking branch 'kraxel/usb.66' into stagingAnthony Liguori4-109/+140
2012-10-04Make target_phys_addr_t 64 bits unconditionallyAvi Kivity13-75/+13
2012-10-03xen: Set the vram dirty when an error occur.Anthony PERARD1-1/+2
2012-10-03exec, memory: Call to xen_modified_memory.Anthony PERARD2-0/+3
2012-10-03exec: Introduce helper to set dirty flags.Anthony PERARD1-35/+17
2012-10-03xen: Introduce xen_modified_memory.Anthony PERARD3-0/+26
2012-10-03QMP, Introduce xen-set-global-dirty-log command.Anthony PERARD4-0/+57
2012-10-03qemu/xen: Add 64 bits big bar support on qemuXudong Hao2-15/+31
2012-10-03xen: Fix, no unplug of pt device by platform device.Anthony PERARD1-2/+6
2012-10-01fpu/softfloat.c: Return correctly signed values from uint64_to_float32Peter Maydell1-2/+2
2012-10-01fpu/softfloat.c: Remove pointless shift of always-zero valuePeter Maydell1-1/+1
2012-10-01vfio_pci: fix build on 32-bit systemsAnthony Liguori1-1/+1
2012-10-01vfio: Enable vfio-pci and mark supportedAlex Williamson2-1/+7
2012-10-01vfio: vfio-pci device assignment driverAlex Williamson2-0/+1978
2012-10-01Update Linux kernel headersAlex Williamson1-0/+368
2012-10-01Update kernel header script to include vfioAlex Williamson1-1/+1
2012-10-01x86: Implement SMEP and SMAPH. Peter Anvin6-49/+207
2012-09-30i386: -cpu help: remove reference to specific CPUID leaves/registersEduardo Habkost1-4/+4
2012-09-30i386: cpu: eliminate duplicate feature namesEduardo Habkost1-8/+23
2012-09-30i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASESEduardo Habkost1-9/+11
2012-09-30i386: kvm: use a #define for the set of alias feature bitsEduardo Habkost2-1/+13
2012-09-30i386: kvm: bit 10 of CPUID[8000_0001].EDX is reservedEduardo Habkost1-1/+1
2012-09-28qemu-iotests: add tests for streaming error handlingPaolo Bonzini3-2/+229
2012-09-28qemu-iotests: map underscore to dash in QMP argument namesPaolo Bonzini1-1/+7
2012-09-28blkdebug: process all set_state rules in the old statePaolo Bonzini1-5/+7
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