index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-28
block: Add bitmap disabled status
John Snow
2
-0
/
+28
2015-04-28
hbitmap: add hbitmap_merge
John Snow
2
-0
/
+46
2015-04-28
hbitmap: cache array lengths
John Snow
1
-0
/
+4
2015-04-28
block: Introduce bdrv_dirty_bitmap_granularity()
John Snow
2
-2
/
+7
2015-04-28
qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-remove
John Snow
6
-9
/
+250
2015-04-28
qmp: Ensure consistent granularity type
John Snow
5
-10
/
+11
2015-04-28
qapi: Add optional field "name" to block dirty bitmap
Fam Zheng
5
-5
/
+42
2015-04-28
docs: incremental backup documentation
John Snow
1
-0
/
+352
2015-04-28
block/iscsi: use the allocationmap also if cache.direct=on
Peter Lieven
1
-1
/
+1
2015-04-28
block/iscsi: bump year in copyright notice
Peter Lieven
1
-1
/
+1
2015-04-28
block/iscsi: handle SCSI_STATUS_TASK_SET_FULL
Peter Lieven
1
-2
/
+5
2015-04-28
block/iscsi: increase retry count
Peter Lieven
1
-1
/
+1
2015-04-28
block/iscsi: optimize WRITE10/16 if cache.writeback is not set
Peter Lieven
1
-3
/
+15
2015-04-28
block/iscsi: store DPOFUA bit from the modesense command
Peter Lieven
1
-0
/
+3
2015-04-28
block/iscsi: rename iscsi_write_protected and let it return void
Peter Lieven
1
-5
/
+5
2015-04-28
block/iscsi: change all iscsilun properties from uint8_t to bool
Peter Lieven
1
-7
/
+7
2015-04-28
block/iscsi: do not forget to logout from target
Peter Lieven
1
-0
/
+6
2015-04-28
qmp: fill in the image field in BlockDeviceInfo
Alberto Garcia
5
-26
/
+35
2015-04-28
Revert "hmp: fix crash in 'info block -n -v'"
Stefan Hajnoczi
1
-2
/
+1
2015-04-28
block: add 'node-name' field to BLOCK_IMAGE_CORRUPTED
Alberto Garcia
3
-16
/
+30
2015-04-28
block: use bdrv_get_device_or_node_name() in error messages
Alberto Garcia
12
-50
/
+46
2015-04-28
block: add bdrv_get_device_or_node_name()
Alberto Garcia
3
-4
/
+11
2015-04-28
block: document block-stream in qmp-commands.hx
Stefan Hajnoczi
1
-0
/
+37
2015-04-28
m25p80: fix s->blk usage before assignment
Stefan Hajnoczi
1
-1
/
+3
2015-04-28
m25p80: add missing blk_attach_dev_nofail
Paolo Bonzini
1
-0
/
+1
2015-04-28
virtio_blk: comment fix
Michael S. Tsirkin
1
-2
/
+6
2015-04-28
block: avoid unnecessary bottom halves
Paolo Bonzini
1
-9
/
+34
2015-04-28
blockjob: Update function name in comments
Fam Zheng
2
-2
/
+2
2015-04-28
qemu-iotests: Test that "stop" doesn't drain block jobs
Fam Zheng
3
-0
/
+92
2015-04-28
block: Pause block jobs in bdrv_drain_all
Fam Zheng
1
-0
/
+20
2015-04-28
blockjob: Allow nested pause
Fam Zheng
4
-14
/
+41
2015-04-28
MAINTAINERS: Add Fam Zheng as Null block driver maintainer
Fam Zheng
1
-0
/
+6
2015-04-28
block/null: Support reopen
Fam Zheng
1
-0
/
+8
2015-04-28
block/null: Latency simulation by adding new option "latency-ns"
Fam Zheng
2
-7
/
+56
2015-04-28
scripts: add 'qemu coroutine' command to qemu-gdb.py
Stefan Hajnoczi
1
-0
/
+75
2015-04-28
thread-pool: clean up thread_pool_completion_bh()
Stefan Hajnoczi
1
-8
/
+6
2015-04-28
vhdx: Fix zero-fill iov length
Kevin Wolf
1
-2
/
+2
2015-04-28
blkdebug: Add bdrv_truncate()
Kevin Wolf
1
-0
/
+6
2015-04-28
qemu-iotests: Some qemu-img convert tests
Kevin Wolf
3
-0
/
+433
2015-04-28
qemu-img convert: Rewrite copying logic
Kevin Wolf
1
-206
/
+310
2015-04-28
block-backend: Expose bdrv_write_zeroes()
Kevin Wolf
2
-0
/
+13
2015-04-28
iothread: release iothread around aio_poll
Paolo Bonzini
3
-24
/
+14
2015-04-28
AioContext: acquire/release AioContext during aio_poll
Paolo Bonzini
3
-6
/
+24
2015-04-28
aio-posix: move pollfds to thread-local storage
Paolo Bonzini
3
-26
/
+57
2015-04-28
block: Switch to host monotonic clock for IO throttling
Fam Zheng
1
-1
/
+8
2015-04-28
checkpatch: complain about ffs(3) calls
Stefan Hajnoczi
1
-0
/
+11
2015-04-28
os-win32: drop ffs(3) prototype
Stefan Hajnoczi
1
-3
/
+0
2015-04-28
omap_intc: convert ffs(3) to ctz32() in omap_inth_sir_update()
Paolo Bonzini
1
-4
/
+5
2015-04-28
sd: convert sd_normal_command() ffs(3) call to ctz32()
Stefan Hajnoczi
1
-1
/
+2
2015-04-28
Convert ffs() != 0 callers to ctz32()
Stefan Hajnoczi
6
-27
/
+26
[next]