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
2021-09-01
block/export/fuse.c: fix fuse-lseek on uclibc or musl
Fabrice Fontaine
1
-0
/
+3
2021-09-01
block/block-copy: block_copy_state_new(): drop extra arguments
Vladimir Sementsov-Ogievskiy
3
-5
/
+3
2021-09-01
iotests/image-fleecing: add test-case for copy-before-write filter
Vladimir Sementsov-Ogievskiy
2
-15
/
+107
2021-09-01
iotests/image-fleecing: prepare for adding new test-case
Vladimir Sementsov-Ogievskiy
1
-6
/
+13
2021-09-01
iotests/image-fleecing: rename tgt_node
Vladimir Sementsov-Ogievskiy
1
-7
/
+7
2021-09-01
iotests/image-fleecing: proper source device
Vladimir Sementsov-Ogievskiy
2
-5
/
+9
2021-09-01
iotests.py: hmp_qemu_io: support qdev
Vladimir Sementsov-Ogievskiy
1
-2
/
+3
2021-09-01
iotests: move 222 to tests/image-fleecing
Vladimir Sementsov-Ogievskiy
3
-3
/
+3
2021-09-01
iotests/222: constantly use single quotes for strings
Vladimir Sementsov-Ogievskiy
1
-34
/
+34
2021-09-01
iotests/222: fix pylint and mypy complains
Vladimir Sementsov-Ogievskiy
2
-10
/
+12
2021-09-01
python:QEMUMachine: template typing for self returning methods
Vladimir Sementsov-Ogievskiy
1
-3
/
+7
2021-09-01
python/qemu/machine: QEMUMachine: improve qmp() method
Vladimir Sementsov-Ogievskiy
1
-1
/
+11
2021-09-01
python/qemu/machine.py: refactor _qemu_args()
Vladimir Sementsov-Ogievskiy
1
-10
/
+8
2021-09-01
qapi: publish copy-before-write filter
Vladimir Sementsov-Ogievskiy
1
-2
/
+23
2021-09-01
block/copy-before-write: make public block driver
Vladimir Sementsov-Ogievskiy
1
-32
/
+28
2021-09-01
block/block-copy: make setting progress optional
Vladimir Sementsov-Ogievskiy
1
-7
/
+11
2021-09-01
block/copy-before-write: initialize block-copy bitmap
Vladimir Sementsov-Ogievskiy
2
-9
/
+11
2021-09-01
block/copy-before-write: cbw_init(): use options
Vladimir Sementsov-Ogievskiy
1
-14
/
+15
2021-09-01
block/copy-before-write: bdrv_cbw_append(): drop unused compress arg
Vladimir Sementsov-Ogievskiy
3
-6
/
+4
2021-09-01
block/copy-before-write: cbw_init(): use file child after attaching
Vladimir Sementsov-Ogievskiy
1
-7
/
+7
2021-09-01
block/copy-before-write: cbw_init(): rename variables
Vladimir Sementsov-Ogievskiy
1
-15
/
+14
2021-09-01
block/copy-before-write: introduce cbw_init()
Vladimir Sementsov-Ogievskiy
1
-28
/
+41
2021-09-01
block/copy-before-write: bdrv_cbw_append(): replace child at last
Vladimir Sementsov-Ogievskiy
1
-22
/
+11
2021-09-01
block/copy-before-write: use file child instead of backing
Vladimir Sementsov-Ogievskiy
1
-17
/
+22
2021-09-01
block/copy-before-write: drop extra bdrv_unref on failure path
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2021-09-01
block/copy-before-write: relax permission requirements when no parents
Vladimir Sementsov-Ogievskiy
2
-4
/
+6
2021-09-01
block/backup: move cluster size calculation to block-copy
Vladimir Sementsov-Ogievskiy
5
-63
/
+67
2021-09-01
MAINTAINERS: add fuzzing reviewer
Qiuhao Li
1
-0
/
+1
2021-09-01
MAINTAINERS: Add myself as a reviewer for Device Fuzzing
Darren Kenny
1
-0
/
+1
2021-09-01
fuzz: unblock SIGALRM so the timeout works
Alexander Bulekov
1
-0
/
+5
2021-09-01
fuzz: use ITIMER_REAL for timeouts
Alexander Bulekov
1
-1
/
+1
2021-09-01
fuzz: add an instrumentation filter
Alexander Bulekov
2
-6
/
+37
2021-09-01
fuzz: make object-name matching case-insensitive
Alexander Bulekov
1
-4
/
+20
2021-09-01
fuzz: adjust timeout to allow for longer inputs
Alexander Bulekov
1
-4
/
+9
2021-09-01
fuzz: fix sparse memory access in the DMA callback
Alexander Bulekov
1
-3
/
+10
2021-09-01
block/backup: set copy_range and compress after filter insertion
Vladimir Sementsov-Ogievskiy
3
-5
/
+3
2021-09-01
block/block-copy: introduce block_copy_set_copy_opts()
Vladimir Sementsov-Ogievskiy
2
-20
/
+32
2021-09-01
block-copy: move detecting fleecing scheme to block-copy
Vladimir Sementsov-Ogievskiy
5
-28
/
+26
2021-09-01
block: rename backup-top to copy-before-write
Vladimir Sementsov-Ogievskiy
7
-100
/
+95
2021-09-01
qdev: allow setting drive property for realized device
Vladimir Sementsov-Ogievskiy
1
-12
/
+31
2021-09-01
qdev-properties: PropertyInfo: add realized_set_allowed field
Vladimir Sementsov-Ogievskiy
2
-3
/
+4
2021-09-01
block: introduce blk_replace_bs
Vladimir Sementsov-Ogievskiy
2
-0
/
+9
2021-09-01
block: introduce bdrv_replace_child_bs()
Vladimir Sementsov-Ogievskiy
2
-0
/
+33
2021-09-01
iotests: use subprocess.DEVNULL instead of open("/dev/null")
John Snow
1
-7
/
+7
2021-09-01
iotests: use with-statement for open() calls
John Snow
1
-3
/
+4
2021-09-01
raw-format: drop WRITE and RESIZE child perms when possible
Stefan Hajnoczi
1
-1
/
+20
2021-09-01
block/monitor: Consolidate hmp_handle_error calls to reduce redundant code
Mao Zhongyi
1
-6
/
+6
2021-09-01
docs/devel/testing: add -p option to the debug section of QEMU iotests
Emanuele Giuseppe Esposito
1
-0
/
+4
2021-09-01
qemu-iotests: add option to show qemu binary logs on stdout
Emanuele Giuseppe Esposito
4
-6
/
+24
2021-09-01
docs/devel/testing: add -valgrind option to the debug section of QEMU iotests
Emanuele Giuseppe Esposito
1
-0
/
+6
[next]