aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-05qemu-sockets: Fix compiler warning (regression for MinGW)Stefan Weil
2012-10-05vnc: Fix spelling (hellmen -> hellman) in commentStefan Weil
2012-10-05slirp: Fix spelling in comment (enought -> enough, insure -> ensure)Stefan Weil
2012-10-05tcg/arm: Use tcg_out_mov_reg rather than inline equivalent codePeter Maydell
2012-10-05cpu: Add missing 'static' attribute to qemu_global_mutexStefan Weil
2012-10-05configure: Support empty target list (--target-list=)Stefan Weil
2012-10-05hw: Fix return value check for bdrv_read, bdrv_writeStefan Weil
2012-10-04Merge remote-tracking branch 'sstabellini/xen-2012-10-03' into stagingAnthony Liguori
2012-10-04Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-10-04Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori
2012-10-04Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2012-10-04Merge remote-tracking branch 'kraxel/usb.66' into stagingAnthony Liguori
2012-10-04Make target_phys_addr_t 64 bits unconditionallyAvi Kivity
2012-10-03xen: Set the vram dirty when an error occur.Anthony PERARD
2012-10-03exec, memory: Call to xen_modified_memory.Anthony PERARD
2012-10-03exec: Introduce helper to set dirty flags.Anthony PERARD
2012-10-03xen: Introduce xen_modified_memory.Anthony PERARD
2012-10-03QMP, Introduce xen-set-global-dirty-log command.Anthony PERARD
2012-10-03qemu/xen: Add 64 bits big bar support on qemuXudong Hao
2012-10-03xen: Fix, no unplug of pt device by platform device.Anthony PERARD
2012-10-01fpu/softfloat.c: Return correctly signed values from uint64_to_float32Peter Maydell
2012-10-01fpu/softfloat.c: Remove pointless shift of always-zero valuePeter Maydell
2012-10-01vfio_pci: fix build on 32-bit systemsAnthony Liguori
2012-10-01vfio: Enable vfio-pci and mark supportedAlex Williamson
2012-10-01vfio: vfio-pci device assignment driverAlex Williamson
2012-10-01Update Linux kernel headersAlex Williamson
2012-10-01Update kernel header script to include vfioAlex Williamson
2012-10-01x86: Implement SMEP and SMAPH. Peter Anvin
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