summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blockjob: Allow nested pauseFam Zheng2015-04-284-14/+41
* MAINTAINERS: Add Fam Zheng as Null block driver maintainerFam Zheng2015-04-281-0/+6
* block/null: Support reopenFam Zheng2015-04-281-0/+8
* block/null: Latency simulation by adding new option "latency-ns"Fam Zheng2015-04-282-7/+56
* scripts: add 'qemu coroutine' command to qemu-gdb.pyStefan Hajnoczi2015-04-281-0/+75
* thread-pool: clean up thread_pool_completion_bh()Stefan Hajnoczi2015-04-281-8/+6
* vhdx: Fix zero-fill iov lengthKevin Wolf2015-04-281-2/+2
* blkdebug: Add bdrv_truncate()Kevin Wolf2015-04-281-0/+6
* qemu-iotests: Some qemu-img convert testsKevin Wolf2015-04-283-0/+433
* qemu-img convert: Rewrite copying logicKevin Wolf2015-04-281-206/+310
* block-backend: Expose bdrv_write_zeroes()Kevin Wolf2015-04-282-0/+13
* iothread: release iothread around aio_pollPaolo Bonzini2015-04-283-24/+14
* AioContext: acquire/release AioContext during aio_pollPaolo Bonzini2015-04-283-6/+24
* aio-posix: move pollfds to thread-local storagePaolo Bonzini2015-04-283-26/+57
* block: Switch to host monotonic clock for IO throttlingFam Zheng2015-04-281-1/+8
* checkpatch: complain about ffs(3) callsStefan Hajnoczi2015-04-281-0/+11
* os-win32: drop ffs(3) prototypeStefan Hajnoczi2015-04-281-3/+0
* omap_intc: convert ffs(3) to ctz32() in omap_inth_sir_update()Paolo Bonzini2015-04-281-4/+5
* sd: convert sd_normal_command() ffs(3) call to ctz32()Stefan Hajnoczi2015-04-281-1/+2
* Convert ffs() != 0 callers to ctz32()Stefan Hajnoczi2015-04-286-27/+26
* Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2015-04-2822-50/+50
* uninorth: convert ffs(3) to ctz32()Stefan Hajnoczi2015-04-281-1/+4
* hw/arm/nseries: convert ffs(3) to ctz32()Stefan Hajnoczi2015-04-281-1/+4
* bt-sdp: fix broken uuids power-of-2 calculationStefan Hajnoczi2015-04-281-1/+1
* MAINTAINERS: Add myself as the maintainer of the Quorum driverAlberto Garcia2015-04-281-0/+6
* savevm: create snapshot failed when id_str already existsYi Wang2015-04-281-4/+2
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2015-04-283-48/+9
|\
| * target-i386: Remove AMD feature flag aliases from CPU model tableEduardo Habkost2015-04-271-7/+0
| * target-i386: X86CPU::xlevel2 QOM propertyEduardo Habkost2015-04-271-1/+2
| * target-i386: Make "level" and "xlevel" properties staticEduardo Habkost2015-04-271-38/+2
| * qemu-config: Accept empty option valuesEduardo Habkost2015-04-271-1/+3
| * MAINTAINERS: Change status of X86 to MaintainedEduardo Habkost2015-04-271-1/+1
| * MAINTAINERS: Add myself to X86Eduardo Habkost2015-04-271-0/+1
* | Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...Peter Maydell2015-04-281-0/+9
|\ \
| * | MAINTAINERS: Add myself as NUMA code maintainerEduardo Habkost2015-04-271-0/+9
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150427'...Peter Maydell2015-04-2842-362/+1086
|\ \ \
| * | | Allow ARMv8 SCR.SMD updatesGreg Bellows2015-04-261-1/+3
| * | | target-arm: Adjust id_aa64pfr0 when has_el3 CPU property disabledSergey Fedorov2015-04-261-1/+2
| * | | target-arm: rename c1_coproc to cpacr_el1Sergey Fedorov2015-04-264-7/+7
| * | | target-arm: Check watchpoints against CPU security statePeter Maydell2015-04-261-2/+4
| * | | target-arm: Use attribute info to handle user-only watchpointsPeter Maydell2015-04-261-11/+12
| * | | target-arm: Add user-mode transaction attributePeter Maydell2015-04-262-0/+3
| * | | target-arm: Use correct memory attributes for page table walksPeter Maydell2015-04-261-9/+40
| * | | target-arm: Honour NS bits in page tablesPeter Maydell2015-04-262-12/+69
| * | | Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-2619-91/+195
| * | | exec.c: Capture the memory attributes for a watchpoint hitPeter Maydell2015-04-262-15/+33
| * | | exec.c: Add new address_space_ld*/st* functionsPeter Maydell2015-04-262-50/+314
| * | | exec.c: Make address_space_rw take transaction attributesPeter Maydell2015-04-269-50/+77
| * | | exec.c: Convert subpage memory ops to _with_attrsPeter Maydell2015-04-261-12/+21
| * | | Add MemTxAttrs to the IOTLBPeter Maydell2015-04-264-5/+22
OpenPOWER on IntegriCloud