index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
block/ssh: Add InetSocketAddress and accept it
Ashijeet Acharya
2016-10-31
1
-16
/
+82
*
block/ssh: Add ssh_has_filename_options_conflict()
Ashijeet Acharya
2016-10-31
1
-6
/
+21
*
Merge remote-tracking branch 'remotes/famz/tags/for-upstream' into staging
Peter Maydell
2016-10-31
10
-166
/
+271
|
\
|
*
block: only call aio_poll on the current thread's AioContext
Paolo Bonzini
2016-10-28
3
-0
/
+16
|
*
block: prepare bdrv_reopen_multiple to release AioContext
Paolo Bonzini
2016-10-28
2
-2
/
+3
|
*
replication: pass BlockDriverState to reopen_backing_file
Paolo Bonzini
2016-10-28
1
-9
/
+12
|
*
sheepdog: use BDRV_POLL_WHILE
Paolo Bonzini
2016-10-28
1
-29
/
+35
|
*
nfs: use BDRV_POLL_WHILE
Paolo Bonzini
2016-10-28
1
-18
/
+28
|
*
nfs: move nfs_set_events out of the while loops
Paolo Bonzini
2016-10-28
1
-4
/
+4
|
*
block: introduce BDRV_POLL_WHILE
Paolo Bonzini
2016-10-28
3
-50
/
+10
|
*
qed: Implement .bdrv_drain
Fam Zheng
2016-10-28
1
-1
/
+15
|
*
block: change drain to look only at one child at a time
Paolo Bonzini
2016-10-28
1
-21
/
+26
|
*
block: add BDS field to count in-flight requests
Paolo Bonzini
2016-10-28
2
-29
/
+69
|
*
mirror: use bdrv_drained_begin/bdrv_drained_end
Paolo Bonzini
2016-10-28
1
-12
/
+23
|
*
blockjob: introduce .drain callback for jobs
Paolo Bonzini
2016-10-28
2
-8
/
+44
|
*
replication: interrupt failover if the main device is closed
Paolo Bonzini
2016-10-28
1
-0
/
+3
*
|
Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...
Peter Maydell
2016-10-28
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
nbd: set name for all I/O channels created
Daniel P. Berrange
2016-10-27
1
-0
/
+1
*
|
block/nbd: Use SocketAddress options
Max Reitz
2016-10-27
1
-10
/
+16
*
|
block/nbd: Accept SocketAddress
Max Reitz
2016-10-27
1
-62
/
+113
*
|
block/nbd: Add nbd_has_filename_options_conflict()
Max Reitz
2016-10-27
1
-6
/
+20
*
|
block/nbd: Use qdict_put()
Max Reitz
2016-10-27
1
-7
/
+6
*
|
block/nbd: Default port in nbd_refresh_filename()
Max Reitz
2016-10-27
1
-13
/
+6
*
|
block/nbd: Reject port parameter without host
Max Reitz
2016-10-27
1
-2
/
+5
*
|
block/nbd: Drop trailing "." in error messages
Max Reitz
2016-10-27
1
-2
/
+2
*
|
block: Remove bdrv_aio_ioctl()
Kevin Wolf
2016-10-27
1
-27
/
+0
*
|
raw: Implement .bdrv_co_ioctl instead of .bdrv_aio_ioctl
Kevin Wolf
2016-10-27
1
-6
/
+3
*
|
block: Introduce .bdrv_co_ioctl() driver callback
Kevin Wolf
2016-10-27
1
-6
/
+10
*
|
block: Remove bdrv_ioctl()
Kevin Wolf
2016-10-27
1
-37
/
+0
*
|
raw-posix: Don't use bdrv_ioctl()
Kevin Wolf
2016-10-27
1
-3
/
+13
*
|
block: Use blk_co_ioctl() for all BB level ioctls
Kevin Wolf
2016-10-27
2
-10
/
+37
*
|
block: Remove bdrv_aio_pdiscard()
Kevin Wolf
2016-10-27
2
-30
/
+0
*
|
block: Use blk_co_pdiscard() for all BB level discard
Kevin Wolf
2016-10-27
1
-12
/
+18
*
|
block: Use blk_co_flush() for all BB level flushes
Kevin Wolf
2016-10-27
1
-10
/
+17
*
|
qapi: rename QmpOutputVisitor to QObjectOutputVisitor
Daniel P. Berrange
2016-10-25
1
-1
/
+1
*
|
qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
Daniel P. Berrange
2016-10-25
1
-1
/
+1
*
|
block/replication: Clarify 'top-id' parameter usage
Changlong Xie
2016-10-24
1
-0
/
+5
*
|
block: More operations for meta dirty bitmap
Fam Zheng
2016-10-24
1
-0
/
+19
*
|
block: BdrvDirtyBitmap serialization interface
Vladimir Sementsov-Ogievskiy
2016-10-24
1
-0
/
+37
*
|
block: Assert that bdrv_release_dirty_bitmap succeeded
Fam Zheng
2016-10-24
1
-0
/
+3
*
|
block: Add two dirty bitmap getters
Fam Zheng
2016-10-24
1
-0
/
+10
*
|
block: Support meta dirty bitmap
Fam Zheng
2016-10-24
1
-0
/
+52
*
|
block: Hide HBitmap in block dirty bitmap interface
Fam Zheng
2016-10-24
3
-23
/
+54
*
|
quorum: do not allocate multiple iovecs for FIFO strategy
Paolo Bonzini
2016-10-24
1
-39
/
+40
*
|
quorum: change child_iter to children_read
Paolo Bonzini
2016-10-24
1
-17
/
+13
*
|
throttle: Correct access to wrong BlockBackendPublic structures
Alberto Garcia
2016-10-24
1
-4
/
+23
*
|
qapi: fix memory leak in bdrv_image_info_specific_dump
Pino Toscano
2016-10-24
1
-0
/
+1
*
|
block: improve error handling in raw_open
Halil Pasic
2016-10-24
2
-0
/
+2
*
|
qcow2: Support BDRV_REQ_MAY_UNMAP
Fam Zheng
2016-10-24
3
-6
/
+9
*
|
block/iscsi: Adding new iSER transport layer option
Roy Shterman
2016-10-24
1
-1
/
+46
[prev]
[next]