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
...
*
|
|
Merge remote-tracking branch 'danpb/tags/pull-qcrypto-2017-05-09-1' into staging
Stefan Hajnoczi
2017-05-10
1
-3
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
crypto: move 'opaque' parameter to (nearly) the end of parameter list
Daniel P. Berrange
2017-05-09
1
-3
/
+3
|
|
/
*
|
sockets: Limit SocketAddressLegacy to external interfaces
Markus Armbruster
2017-05-09
2
-22
/
+14
*
|
sockets: Rename SocketAddressFlat to SocketAddress
Markus Armbruster
2017-05-09
3
-40
/
+40
*
|
sockets: Rename SocketAddress to SocketAddressLegacy
Markus Armbruster
2017-05-09
2
-11
/
+11
*
|
sockets: Prepare inet_parse() for flattened SocketAddress
Markus Armbruster
2017-05-09
1
-4
/
+4
*
|
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
2017-05-09
15
-93
/
+81
*
|
qobject: Drop useless QObject casts
Eric Blake
2017-05-08
5
-21
/
+16
|
/
*
qcow2: Allow discard of final unaligned cluster
Eric Blake
2017-04-28
1
-1
/
+6
*
block: Add .bdrv_truncate() error messages
Max Reitz
2017-04-28
8
-8
/
+34
*
block: Add errp to BD.bdrv_truncate()
Max Reitz
2017-04-28
12
-28
/
+28
*
block: Add errp to b{lk,drv}_truncate()
Max Reitz
2017-04-28
16
-49
/
+51
*
block/vhdx: Make vhdx_create() always set errp
Max Reitz
2017-04-28
1
-4
/
+19
*
block: fix alignment calculations in bdrv_co_do_zero_pwritev
Denis V. Lunev
2017-04-27
1
-1
/
+1
*
block: Do not unref bs->file on error in BD's open
Max Reitz
2017-04-27
3
-9
/
+1
*
block: Remove NULL check in bdrv_co_flush
Fam Zheng
2017-04-27
1
-1
/
+1
*
Revert "block/io: Comment out permission assertions"
Max Reitz
2017-04-27
1
-10
/
+2
*
file-win32: Remove unnecessary include
Kevin Wolf
2017-04-27
1
-1
/
+0
*
file-posix: Remove unnecessary includes
Kevin Wolf
2017-04-27
1
-2
/
+0
*
block: Constify data passed by pointer to blk_name
Krzysztof Kozlowski
2017-04-27
1
-1
/
+1
*
block/rbd: Add support for reopen()
Jeff Cody
2017-04-24
1
-0
/
+21
*
block/rbd - update variable names to more apt names
Jeff Cody
2017-04-24
1
-16
/
+17
*
block: do not set BDS read_only if copy_on_read enabled
Jeff Cody
2017-04-24
5
-8
/
+38
*
block: add bdrv_set_read_only() helper function
Jeff Cody
2017-04-24
5
-6
/
+6
*
block/vxhs.c: Add support for a new block device type called "vxhs"
Ashish Mittal
2017-04-24
3
-0
/
+594
*
nfs: Make errp the last parameter of nfs_client_open
Fam Zheng
2017-04-24
1
-3
/
+3
*
block: Make errp the last parameter of commit_active_start
Fam Zheng
2017-04-24
2
-3
/
+3
*
mirror: Make errp the last parameter of mirror_start_job
Fam Zheng
2017-04-24
1
-6
/
+7
*
crypto: Make errp the last parameter of functions
Fam Zheng
2017-04-24
1
-6
/
+6
*
socket: Make errp the last parameter of inet_connect_saddr
Fam Zheng
2017-04-24
1
-1
/
+1
*
socket: Make errp the last parameter of socket_connect
Fam Zheng
2017-04-24
1
-1
/
+1
*
block: Walk bs->children carefully in bdrv_drain_recurse
Fam Zheng
2017-04-18
1
-3
/
+20
*
block/io: Comment out permission assertions
Max Reitz
2017-04-11
1
-2
/
+10
*
sheepdog: Fix crash in co_read_response()
Kevin Wolf
2017-04-11
1
-1
/
+1
*
iscsi: Fix iscsi_create
Fam Zheng
2017-04-11
1
-2
/
+8
*
throttle: Remove block from group on hot-unplug
Eric Blake
2017-04-11
1
-0
/
+3
*
block: pass the right options for BlockDriver.bdrv_open()
Dong Jia Shi
2017-04-11
1
-3
/
+23
*
sheepdog: Use bdrv_coroutine_enter before BDRV_POLL_WHILE
Fam Zheng
2017-04-11
1
-1
/
+1
*
block: Fix bdrv_co_flush early return
Fam Zheng
2017-04-11
1
-5
/
+7
*
block: Use bdrv_coroutine_enter to start I/O coroutines
Fam Zheng
2017-04-11
2
-9
/
+9
*
block: Make bdrv_parent_drained_begin/end public
Fam Zheng
2017-04-11
1
-2
/
+2
*
mirror: Fix aio context of mirror_top_bs
Fam Zheng
2017-04-07
1
-0
/
+1
*
block: Don't check permissions for copy on read
Kevin Wolf
2017-04-07
1
-1
/
+8
*
block/mirror: Fix use-after-free
Max Reitz
2017-04-07
1
-2
/
+10
*
commit: Set commit_top_bs->total_sectors
Kevin Wolf
2017-04-07
1
-0
/
+1
*
commit: Set commit_top_bs->aio_context
Kevin Wolf
2017-04-07
1
-0
/
+2
*
block: Ignore guest dev permissions during incoming migration
Kevin Wolf
2017-04-07
1
-1
/
+39
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-04-04
2
-1
/
+1
|
\
|
*
nbd: fix memory leak on socket_connect failed
yaolujing
2017-04-02
1
-0
/
+1
|
*
iscsi: drop unused IscsiAIOCB.qiov field
Stefan Hajnoczi
2017-04-02
1
-1
/
+0
[prev]
[next]