aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-28block: add bdrv_get_device_or_node_name()Alberto Garcia3-4/+11
2015-04-28block: document block-stream in qmp-commands.hxStefan Hajnoczi1-0/+37
2015-04-28m25p80: fix s->blk usage before assignmentStefan Hajnoczi1-1/+3
2015-04-28m25p80: add missing blk_attach_dev_nofailPaolo Bonzini1-0/+1
2015-04-28virtio_blk: comment fixMichael S. Tsirkin1-2/+6
2015-04-28block: avoid unnecessary bottom halvesPaolo Bonzini1-9/+34
2015-04-28blockjob: Update function name in commentsFam Zheng2-2/+2
2015-04-28qemu-iotests: Test that "stop" doesn't drain block jobsFam Zheng3-0/+92
2015-04-28block: Pause block jobs in bdrv_drain_allFam Zheng1-0/+20
2015-04-28blockjob: Allow nested pauseFam Zheng4-14/+41
2015-04-28MAINTAINERS: Add Fam Zheng as Null block driver maintainerFam Zheng1-0/+6
2015-04-28block/null: Support reopenFam Zheng1-0/+8
2015-04-28block/null: Latency simulation by adding new option "latency-ns"Fam Zheng2-7/+56
2015-04-28scripts: add 'qemu coroutine' command to qemu-gdb.pyStefan Hajnoczi1-0/+75
2015-04-28thread-pool: clean up thread_pool_completion_bh()Stefan Hajnoczi1-8/+6
2015-04-28vhdx: Fix zero-fill iov lengthKevin Wolf1-2/+2
2015-04-28blkdebug: Add bdrv_truncate()Kevin Wolf1-0/+6
2015-04-28qemu-iotests: Some qemu-img convert testsKevin Wolf3-0/+433
2015-04-28qemu-img convert: Rewrite copying logicKevin Wolf1-206/+310
2015-04-28block-backend: Expose bdrv_write_zeroes()Kevin Wolf2-0/+13
2015-04-28iothread: release iothread around aio_pollPaolo Bonzini3-24/+14
2015-04-28AioContext: acquire/release AioContext during aio_pollPaolo Bonzini3-6/+24
2015-04-28aio-posix: move pollfds to thread-local storagePaolo Bonzini3-26/+57
2015-04-28block: Switch to host monotonic clock for IO throttlingFam Zheng1-1/+8
2015-04-28checkpatch: complain about ffs(3) callsStefan Hajnoczi1-0/+11
2015-04-28os-win32: drop ffs(3) prototypeStefan Hajnoczi1-3/+0
2015-04-28omap_intc: convert ffs(3) to ctz32() in omap_inth_sir_update()Paolo Bonzini1-4/+5
2015-04-28sd: convert sd_normal_command() ffs(3) call to ctz32()Stefan Hajnoczi1-1/+2
2015-04-28Convert ffs() != 0 callers to ctz32()Stefan Hajnoczi6-27/+26
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi22-50/+50
2015-04-28uninorth: convert ffs(3) to ctz32()Stefan Hajnoczi1-1/+4
2015-04-28hw/arm/nseries: convert ffs(3) to ctz32()Stefan Hajnoczi1-1/+4
2015-04-28bt-sdp: fix broken uuids power-of-2 calculationStefan Hajnoczi1-1/+1
2015-04-28MAINTAINERS: Add myself as the maintainer of the Quorum driverAlberto Garcia1-0/+6
2015-04-28savevm: create snapshot failed when id_str already existsYi Wang1-4/+2
2015-04-28Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell3-48/+9
2015-04-28Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...Peter Maydell1-0/+9
2015-04-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150427'...Peter Maydell42-362/+1086
2015-04-27Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150427-1' into ...Peter Maydell8-43/+29
2015-04-27target-i386: Remove AMD feature flag aliases from CPU model tableEduardo Habkost1-7/+0
2015-04-27target-i386: X86CPU::xlevel2 QOM propertyEduardo Habkost1-1/+2
2015-04-27target-i386: Make "level" and "xlevel" properties staticEduardo Habkost1-38/+2
2015-04-27qemu-config: Accept empty option valuesEduardo Habkost1-1/+3
2015-04-27MAINTAINERS: Change status of X86 to MaintainedEduardo Habkost1-1/+1
2015-04-27MAINTAINERS: Add myself to X86Eduardo Habkost1-0/+1
2015-04-27Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150427-1' into s...Peter Maydell3-52/+124
2015-04-27MAINTAINERS: Add myself as NUMA code maintainerEduardo Habkost1-0/+9
2015-04-27Merge remote-tracking branch 'remotes/qmp-unstable/tags/for-upstream' into st...Peter Maydell5-21/+31
2015-04-27spice: learn to hide cursorMarc-André Lureau1-3/+6
2015-04-27spice: set pointer position on hotspotMarc-André Lureau2-5/+8