index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-10
block/nvme: Pair doorbell registers
Philippe Mathieu-Daudé
1
-3
/
+6
2020-09-10
block/nvme: Use generic NvmeBar structure
Philippe Mathieu-Daudé
1
-19
/
+1
2020-09-10
block/nvme: Group controller registers in NVMeRegs structure
Philippe Mathieu-Daudé
1
-23
/
+25
2020-09-10
file-win32: Fix "locking" option
Kevin Wolf
1
-1
/
+21
2020-09-10
iotests: Allow running from different directory
Kevin Wolf
1
-1
/
+1
2020-09-08
iotests: Test committing to overridden backing
Max Reitz
2
-2
/
+63
2020-09-08
iotests: Add test for commit in sub directory
Max Reitz
2
-0
/
+54
2020-09-08
iotests: Add filter mirror test cases
Max Reitz
2
-3
/
+147
2020-09-08
iotests: Add filter commit test cases
Max Reitz
2
-2
/
+179
2020-09-07
iotests: Let complete_and_wait() work with commit
Max Reitz
1
-3
/
+7
2020-09-07
iotests: Test that qcow2's data-file is flushed
Max Reitz
2
-0
/
+56
2020-09-07
block: Leave BDS.backing_{file,format} constant
Max Reitz
7
-25
/
+59
2020-09-07
block: Inline bdrv_co_block_status_from_*()
Max Reitz
10
-68
/
+22
2020-09-07
blockdev: Fix active commit choice
Max Reitz
2
-24
/
+50
2020-09-07
block: Drop backing_bs()
Max Reitz
1
-5
/
+0
2020-09-07
qemu-img: Use child access functions
Max Reitz
2
-17
/
+27
2020-09-07
nbd: Use CAF when looking for dirty bitmap
Max Reitz
1
-3
/
+3
2020-09-07
commit: Deal with filters
Max Reitz
4
-28
/
+79
2020-09-07
backup: Deal with filters
Max Reitz
3
-9
/
+21
2020-09-07
mirror: Deal with filters
Max Reitz
3
-38
/
+118
2020-09-07
block-copy: Use CAF to find sync=top base
Max Reitz
1
-2
/
+2
2020-09-07
block: Use child access functions for QAPI queries
Max Reitz
2
-14
/
+27
2020-09-07
block: Report data child for query-blockstats
Max Reitz
1
-2
/
+29
2020-09-07
blockdev: Use CAF in external_snapshot_prepare()
Max Reitz
1
-1
/
+6
2020-09-07
block/null: Implement bdrv_get_allocated_file_size
Max Reitz
4
-5
/
+13
2020-09-07
block: Improve get_allocated_file_size's default
Max Reitz
1
-3
/
+39
2020-09-07
block: Use CAFs for debug breakpoints
Max Reitz
1
-13
/
+3
2020-09-07
block/snapshot: Fix fallback
Max Reitz
1
-21
/
+83
2020-09-07
block: Use CAF in bdrv_co_rw_vmstate()
Max Reitz
1
-2
/
+3
2020-09-07
block: Use CAFs in bdrv_refresh_filename()
Max Reitz
1
-8
/
+21
2020-09-07
block: Iterate over children in refresh_limits
Max Reitz
1
-16
/
+16
2020-09-07
vmdk: Drop vmdk_co_flush()
Max Reitz
1
-16
/
+0
2020-09-07
block: Flush all children in generic code
Max Reitz
1
-6
/
+17
2020-09-07
block: Re-evaluate backing file handling in reopen
Max Reitz
1
-9
/
+40
2020-09-07
block: Use bdrv_cow_child() in bdrv_co_truncate()
Max Reitz
1
-3
/
+4
2020-09-07
block: Use CAFs when working with backing chains
Max Reitz
1
-14
/
+30
2020-09-07
stream: Deal with filters
Max Reitz
3
-21
/
+59
2020-09-07
block: Use CAFs in block status functions
Max Reitz
1
-9
/
+10
2020-09-07
block: Use bdrv_filter_(bs|child) where obvious
Max Reitz
3
-20
/
+26
2020-09-07
copy-on-read: Support compressed writes
Max Reitz
1
-0
/
+11
2020-09-07
throttle: Support compressed writes
Max Reitz
1
-0
/
+10
2020-09-07
block: Add bdrv_supports_compressed_writes()
Max Reitz
2
-0
/
+24
2020-09-07
block: Drop bdrv_is_encrypted()
Max Reitz
3
-10
/
+1
2020-09-07
block: Include filters when freezing backing chain
Max Reitz
1
-21
/
+39
2020-09-07
block: bdrv_set_backing_hd() is about bs->backing
Max Reitz
1
-2
/
+2
2020-09-07
block: bdrv_cow_child() for bdrv_has_zero_init()
Max Reitz
1
-1
/
+1
2020-09-07
block: Add chain helper functions
Max Reitz
2
-0
/
+65
2020-09-07
block: Add child access functions
Max Reitz
2
-3
/
+132
2020-09-07
block/nvme: Use an array of EventNotifier
Philippe Mathieu-Daudé
1
-10
/
+21
2020-09-07
block/nvme: Extract nvme_poll_queue()
Philippe Mathieu-Daudé
1
-17
/
+27
[next]