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 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2019-02-26
35
-238
/
+579
|
\
|
*
vmdk: false positive of compat6 with hwversion not set
yuchenlin
2019-02-25
1
-1
/
+1
|
*
qcow2: include LUKS payload overhead in qemu-img measure
Stefan Hajnoczi
2019-02-25
1
-1
/
+71
|
*
block/null: Generate filename even with latency-ns
Max Reitz
2019-02-25
1
-1
/
+2
|
*
block/curl: Implement bdrv_refresh_filename()
Max Reitz
2019-02-25
1
-0
/
+21
|
*
block/curl: Harmonize option defaults
Max Reitz
2019-02-25
1
-5
/
+8
|
*
block/nvme: Fix bdrv_refresh_filename()
Max Reitz
2019-02-25
1
-14
/
+9
|
*
block: Purify .bdrv_refresh_filename()
Max Reitz
2019-02-25
10
-176
/
+53
|
*
block: Add BlockDriver.bdrv_gather_child_options
Max Reitz
2019-02-25
2
-0
/
+59
|
*
block: Add strong_runtime_opts to BlockDriver
Max Reitz
2019-02-25
22
-1
/
+249
|
*
block/nfs: Implement bdrv_dirname()
Max Reitz
2019-02-25
1
-0
/
+15
|
*
block/nbd: Make bdrv_dirname() return NULL
Max Reitz
2019-02-25
1
-0
/
+13
|
*
quorum: Make bdrv_dirname() return NULL
Max Reitz
2019-02-25
1
-0
/
+11
|
*
blkverify: Make bdrv_dirname() return NULL
Max Reitz
2019-02-25
1
-0
/
+10
|
*
block: bdrv_get_full_backing_filename's ret. val.
Max Reitz
2019-02-25
1
-10
/
+2
|
*
block: bdrv_get_full_backing_filename_from_...'s ret. val.
Max Reitz
2019-02-25
1
-5
/
+5
|
*
block: Make path_combine() return the path
Max Reitz
2019-02-25
1
-2
/
+1
|
*
block: Add BDS.auto_backing_file
Max Reitz
2019-02-25
4
-9
/
+21
|
*
block: Use children list in bdrv_refresh_filename
Max Reitz
2019-02-25
5
-9
/
+0
|
*
block: Use bdrv_refresh_filename() to pull
Max Reitz
2019-02-25
5
-2
/
+12
|
*
block/nvme: Remove QEMU_PACKED from naturally aligned NVMeRegs struct
Thomas Huth
2019-02-25
1
-1
/
+1
|
*
qcow2: Assert that L2 table offsets fit in the L1 table
Alberto Garcia
2019-02-25
1
-0
/
+3
|
*
nbd: Increase bs->in_flight during AioContext switch
Kevin Wolf
2019-02-25
1
-2
/
+18
|
*
nbd: Use low-level QIOChannel API in nbd_read_eof()
Kevin Wolf
2019-02-25
1
-7
/
+1
|
*
nbd: Restrict connection_co reentrance
Kevin Wolf
2019-02-25
2
-0
/
+23
|
*
block-backend: Make blk_inc/dec_in_flight public
Kevin Wolf
2019-02-25
1
-2
/
+2
|
*
commit: Replace commit_top_bs on failure after deleting the block job
Alberto Garcia
2019-02-25
1
-1
/
+3
|
*
qcow2-snapshot: remove redundant find_snapshot_by_id_and_name call
Daniel Henrique Barboza
2019-02-25
1
-5
/
+0
|
*
block/snapshot: remove bdrv_snapshot_delete_by_id_or_name
Daniel Henrique Barboza
2019-02-25
1
-20
/
+0
|
*
block/snapshot.c: eliminate use of ID input in snapshot operations
Daniel Henrique Barboza
2019-02-25
1
-2
/
+3
*
|
block/vmdk: use qemu_iovec_init_buf
Vladimir Sementsov-Ogievskiy
2019-02-22
1
-6
/
+1
*
|
block/qed: use qemu_iovec_init_buf
Vladimir Sementsov-Ogievskiy
2019-02-22
2
-35
/
+12
*
|
block/qcow2: use qemu_iovec_init_buf
Vladimir Sementsov-Ogievskiy
2019-02-22
1
-10
/
+2
*
|
block/qcow: use qemu_iovec_init_buf
Vladimir Sementsov-Ogievskiy
2019-02-22
1
-17
/
+4
*
|
block/parallels: use QEMU_IOVEC_INIT_BUF
Vladimir Sementsov-Ogievskiy
2019-02-22
1
-8
/
+5
*
|
block/stream: use QEMU_IOVEC_INIT_BUF
Vladimir Sementsov-Ogievskiy
2019-02-22
1
-6
/
+1
*
|
block/commit: use QEMU_IOVEC_INIT_BUF
Vladimir Sementsov-Ogievskiy
2019-02-22
1
-6
/
+1
*
|
block/backup: use qemu_iovec_init_buf
Vladimir Sementsov-Ogievskiy
2019-02-22
1
-4
/
+1
*
|
block/block-backend: use QEMU_IOVEC_INIT_BUF
Vladimir Sementsov-Ogievskiy
2019-02-22
1
-11
/
+2
*
|
block/io: use qemu_iovec_init_buf
Vladimir Sementsov-Ogievskiy
2019-02-22
1
-69
/
+20
|
/
*
block/dirty-bitmap: Documentation and Comment fixups
John Snow
2019-02-19
1
-6
/
+14
*
dirty-bitmap: Expose persistent flag to 'query-block'
Eric Blake
2019-02-19
1
-0
/
+1
*
qcow2: Add list of bitmaps to ImageInfoSpecificQCow2
Andrey Shinkevich
2019-02-11
3
-1
/
+88
*
bdrv_query_image_info Error parameter added
Andrey Shinkevich
2019-02-11
4
-10
/
+19
*
block/nbd-client: rename read_reply_co to connection_co
Vladimir Sementsov-Ogievskiy
2019-02-04
2
-14
/
+14
*
block/nbd-client: don't check ioc
Vladimir Sementsov-Ogievskiy
2019-02-04
1
-11
/
+5
*
block/nbd-client: fix nbd_reply_chunk_iter_receive
Vladimir Sementsov-Ogievskiy
2019-02-04
1
-1
/
+1
*
block/nbd-client: split connection from initialization
Vladimir Sementsov-Ogievskiy
2019-02-04
1
-9
/
+24
*
block/nbd: move connection code from block/nbd to block/nbd-client
Vladimir Sementsov-Ogievskiy
2019-02-04
3
-41
/
+39
*
block/nbd-client: split channel errors from export errors
Vladimir Sementsov-Ogievskiy
2019-02-04
1
-36
/
+47
[next]