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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nbd: Use CAF when looking for dirty bitmap
Max Reitz
2020-09-07
1
-3
/
+3
*
commit: Deal with filters
Max Reitz
2020-09-07
4
-28
/
+79
*
backup: Deal with filters
Max Reitz
2020-09-07
3
-9
/
+21
*
mirror: Deal with filters
Max Reitz
2020-09-07
3
-38
/
+118
*
block-copy: Use CAF to find sync=top base
Max Reitz
2020-09-07
1
-2
/
+2
*
block: Use child access functions for QAPI queries
Max Reitz
2020-09-07
2
-14
/
+27
*
block: Report data child for query-blockstats
Max Reitz
2020-09-07
1
-2
/
+29
*
blockdev: Use CAF in external_snapshot_prepare()
Max Reitz
2020-09-07
1
-1
/
+6
*
block/null: Implement bdrv_get_allocated_file_size
Max Reitz
2020-09-07
4
-5
/
+13
*
block: Improve get_allocated_file_size's default
Max Reitz
2020-09-07
1
-3
/
+39
*
block: Use CAFs for debug breakpoints
Max Reitz
2020-09-07
1
-13
/
+3
*
block/snapshot: Fix fallback
Max Reitz
2020-09-07
1
-21
/
+83
*
block: Use CAF in bdrv_co_rw_vmstate()
Max Reitz
2020-09-07
1
-2
/
+3
*
block: Use CAFs in bdrv_refresh_filename()
Max Reitz
2020-09-07
1
-8
/
+21
*
block: Iterate over children in refresh_limits
Max Reitz
2020-09-07
1
-16
/
+16
*
vmdk: Drop vmdk_co_flush()
Max Reitz
2020-09-07
1
-16
/
+0
*
block: Flush all children in generic code
Max Reitz
2020-09-07
1
-6
/
+17
*
block: Re-evaluate backing file handling in reopen
Max Reitz
2020-09-07
1
-9
/
+40
*
block: Use bdrv_cow_child() in bdrv_co_truncate()
Max Reitz
2020-09-07
1
-3
/
+4
*
block: Use CAFs when working with backing chains
Max Reitz
2020-09-07
1
-14
/
+30
*
stream: Deal with filters
Max Reitz
2020-09-07
3
-21
/
+59
*
block: Use CAFs in block status functions
Max Reitz
2020-09-07
1
-9
/
+10
*
block: Use bdrv_filter_(bs|child) where obvious
Max Reitz
2020-09-07
3
-20
/
+26
*
copy-on-read: Support compressed writes
Max Reitz
2020-09-07
1
-0
/
+11
*
throttle: Support compressed writes
Max Reitz
2020-09-07
1
-0
/
+10
*
block: Add bdrv_supports_compressed_writes()
Max Reitz
2020-09-07
2
-0
/
+24
*
block: Drop bdrv_is_encrypted()
Max Reitz
2020-09-07
3
-10
/
+1
*
block: Include filters when freezing backing chain
Max Reitz
2020-09-07
1
-21
/
+39
*
block: bdrv_set_backing_hd() is about bs->backing
Max Reitz
2020-09-07
1
-2
/
+2
*
block: bdrv_cow_child() for bdrv_has_zero_init()
Max Reitz
2020-09-07
1
-1
/
+1
*
block: Add chain helper functions
Max Reitz
2020-09-07
2
-0
/
+65
*
block: Add child access functions
Max Reitz
2020-09-07
2
-3
/
+132
*
block/nvme: Use an array of EventNotifier
Philippe Mathieu-Daudé
2020-09-07
1
-10
/
+21
*
block/nvme: Extract nvme_poll_queue()
Philippe Mathieu-Daudé
2020-09-07
1
-17
/
+27
*
block/nvme: Simplify nvme_create_queue_pair() arguments
Philippe Mathieu-Daudé
2020-09-07
1
-6
/
+7
*
block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILE
Philippe Mathieu-Daudé
2020-09-07
1
-1
/
+2
*
block/nvme: Simplify nvme_init_queue() arguments
Philippe Mathieu-Daudé
2020-09-07
1
-4
/
+3
*
block/nvme: Replace qemu_try_blockalign(bs) by qemu_try_memalign(pg_sz)
Philippe Mathieu-Daudé
2020-09-07
1
-5
/
+5
*
block/nvme: Replace qemu_try_blockalign0 by qemu_try_blockalign/memset
Philippe Mathieu-Daudé
2020-09-07
1
-7
/
+9
*
block/nvme: Use union of NvmeIdCtrl / NvmeIdNs structures
Philippe Mathieu-Daudé
2020-09-07
1
-16
/
+15
*
block/nvme: Rename local variable
Philippe Mathieu-Daudé
2020-09-07
1
-10
/
+9
*
block/nvme: Use common error path in nvme_add_io_queue()
Philippe Mathieu-Daudé
2020-09-07
1
-4
/
+5
*
block/nvme: Improve error message when IO queue creation failed
Philippe Mathieu-Daudé
2020-09-07
1
-2
/
+2
*
block/nvme: Define INDEX macros to ease code review
Philippe Mathieu-Daudé
2020-09-07
1
-14
/
+19
*
block/nvme: Let nvme_create_queue_pair() fail gracefully
Philippe Mathieu-Daudé
2020-09-07
1
-2
/
+10
*
block/nvme: Avoid further processing if trace event not enabled
Philippe Mathieu-Daudé
2020-09-07
1
-0
/
+3
*
block/nvme: Replace magic value by SCALE_MS definition
Philippe Mathieu-Daudé
2020-09-07
1
-1
/
+1
*
block: Raise an error when backing file parameter is an empty string
Connor Kuehl
2020-09-07
3
-0
/
+13
*
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200904-pull-request' i...
Peter Maydell
2020-09-06
4
-26
/
+40
|
\
|
*
ui/gtk: Update refresh interval after widget is realized
Philippe Mathieu-Daudé
2020-09-04
1
-26
/
+26
[next]