aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-28m25p80: fix s->blk usage before assignmentStefan Hajnoczi
2015-04-28m25p80: add missing blk_attach_dev_nofailPaolo Bonzini
2015-04-28virtio_blk: comment fixMichael S. Tsirkin
2015-04-28block: avoid unnecessary bottom halvesPaolo Bonzini
2015-04-28blockjob: Update function name in commentsFam Zheng
2015-04-28qemu-iotests: Test that "stop" doesn't drain block jobsFam Zheng
2015-04-28block: Pause block jobs in bdrv_drain_allFam Zheng
2015-04-28blockjob: Allow nested pauseFam Zheng
2015-04-28MAINTAINERS: Add Fam Zheng as Null block driver maintainerFam Zheng
2015-04-28block/null: Support reopenFam Zheng
2015-04-28block/null: Latency simulation by adding new option "latency-ns"Fam Zheng
2015-04-28scripts: add 'qemu coroutine' command to qemu-gdb.pyStefan Hajnoczi
2015-04-28thread-pool: clean up thread_pool_completion_bh()Stefan Hajnoczi
2015-04-28vhdx: Fix zero-fill iov lengthKevin Wolf
2015-04-28blkdebug: Add bdrv_truncate()Kevin Wolf
2015-04-28qemu-iotests: Some qemu-img convert testsKevin Wolf
2015-04-28qemu-img convert: Rewrite copying logicKevin Wolf
2015-04-28block-backend: Expose bdrv_write_zeroes()Kevin Wolf
2015-04-28iothread: release iothread around aio_pollPaolo Bonzini
2015-04-28AioContext: acquire/release AioContext during aio_pollPaolo Bonzini
2015-04-28aio-posix: move pollfds to thread-local storagePaolo Bonzini
2015-04-28block: Switch to host monotonic clock for IO throttlingFam Zheng
2015-04-28checkpatch: complain about ffs(3) callsStefan Hajnoczi
2015-04-28os-win32: drop ffs(3) prototypeStefan Hajnoczi
2015-04-28omap_intc: convert ffs(3) to ctz32() in omap_inth_sir_update()Paolo Bonzini
2015-04-28sd: convert sd_normal_command() ffs(3) call to ctz32()Stefan Hajnoczi
2015-04-28Convert ffs() != 0 callers to ctz32()Stefan Hajnoczi
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi
2015-04-28uninorth: convert ffs(3) to ctz32()Stefan Hajnoczi
2015-04-28hw/arm/nseries: convert ffs(3) to ctz32()Stefan Hajnoczi
2015-04-28bt-sdp: fix broken uuids power-of-2 calculationStefan Hajnoczi
2015-04-28MAINTAINERS: Add myself as the maintainer of the Quorum driverAlberto Garcia
2015-04-28savevm: create snapshot failed when id_str already existsYi Wang
2015-04-28Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2015-04-28Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...Peter Maydell
2015-04-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150427'...Peter Maydell
2015-04-27Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150427-1' into ...Peter Maydell
2015-04-27target-i386: Remove AMD feature flag aliases from CPU model tableEduardo Habkost
2015-04-27target-i386: X86CPU::xlevel2 QOM propertyEduardo Habkost
2015-04-27target-i386: Make "level" and "xlevel" properties staticEduardo Habkost
2015-04-27qemu-config: Accept empty option valuesEduardo Habkost
2015-04-27MAINTAINERS: Change status of X86 to MaintainedEduardo Habkost
2015-04-27MAINTAINERS: Add myself to X86Eduardo Habkost
2015-04-27Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150427-1' into s...Peter Maydell
2015-04-27MAINTAINERS: Add myself as NUMA code maintainerEduardo Habkost
2015-04-27Merge remote-tracking branch 'remotes/qmp-unstable/tags/for-upstream' into st...Peter Maydell
2015-04-27spice: learn to hide cursorMarc-André Lureau
2015-04-27spice: set pointer position on hotspotMarc-André Lureau
2015-04-27spice: fix mouse cursor positionMarc-André Lureau
2015-04-27spice: fix simple display on bigendian hostsGerd Hoffmann