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
/
python
/
qemu
/
machine
/
console_socket.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-02-01
block/rbd: workaround for ceph issue #53784
Peter Lieven
1
-2
/
+40
2022-02-01
block/rbd: fix handling of holes in .bdrv_co_block_status
Peter Lieven
1
-5
/
+5
2022-02-01
qemu-img: Unify [-b [-F]] documentation
Hanna Reitz
2
-3
/
+3
2022-02-01
qsd: Document fuse's allow-other option
Hanna Reitz
2
-3
/
+8
2022-02-01
block.h: remove outdated comment
Emanuele Giuseppe Esposito
1
-1
/
+0
2022-02-01
block/export/fuse: Fix build failure on FreeBSD
Philippe Mathieu-Daudé
1
-0
/
+4
2022-02-01
block/export/fuse: Rearrange if-else-if ladder in fuse_fallocate()
Philippe Mathieu-Daudé
1
-20
/
+21
2022-02-01
block/export: Fix vhost-user-blk shutdown with requests in flight
Kevin Wolf
3
-0
/
+32
2022-02-01
block: bdrv_set_backing_hd(): use drained section
Vladimir Sementsov-Ogievskiy
1
-0
/
+4
2022-02-01
qemu-storage-daemon: Fix typo in vhost-user-blk help
Kevin Wolf
1
-1
/
+1
2022-02-01
block.h: remove outdated comment
Emanuele Giuseppe Esposito
1
-1
/
+0
2022-02-01
iotests/migration-permissions: New test
Hanna Reitz
2
-0
/
+106
2022-02-01
block-backend: Retain permissions after migration
Hanna Reitz
1
-0
/
+11
2022-02-01
iotests: declare lack of support for compresion_type in IMGOPTS
Vladimir Sementsov-Ogievskiy
5
-7
/
+14
2022-02-01
iotest 214: explicit compression type
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2022-02-01
iotests 60: more accurate set dirty bit in qcow2 header
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2022-02-01
iotests: bash tests: filter compression type
Vladimir Sementsov-Ogievskiy
7
-21
/
+41
2022-02-01
iotest 39: use _qcow2_dump_header
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2022-02-01
iotests: massive use _qcow2_dump_header
Vladimir Sementsov-Ogievskiy
7
-49
/
+49
2022-02-01
iotests/common.rc: introduce _qcow2_dump_header helper
Vladimir Sementsov-Ogievskiy
1
-0
/
+10
2022-02-01
qcow2: simple case support for downgrading of qcow2 images with zstd
Vladimir Sementsov-Ogievskiy
1
-2
/
+56
2022-02-01
iotest 302: use img_info_log() helper
Vladimir Sementsov-Ogievskiy
2
-5
/
+6
2022-02-01
iotests.py: filter compression type out
Vladimir Sementsov-Ogievskiy
4
-15
/
+17
2022-02-01
iotests.py: filter out successful output of qemu-img create
Vladimir Sementsov-Ogievskiy
7
-67
/
+11
2022-02-01
iotest 065: explicit compression type
Vladimir Sementsov-Ogievskiy
1
-8
/
+8
2022-02-01
iotest 303: explicit compression type
Vladimir Sementsov-Ogievskiy
2
-10
/
+45
2022-02-01
iotests.py: rewrite default luks support in qemu_img
Vladimir Sementsov-Ogievskiy
1
-19
/
+17
2022-02-01
iotests: drop qemu_img_verbose() helper
Vladimir Sementsov-Ogievskiy
5
-13
/
+10
2022-02-01
iotests.py: qemu_img*("create"): support IMGOPTS='compression_type=zstd'
Vladimir Sementsov-Ogievskiy
1
-1
/
+26
2022-02-01
iotests: specify some unsupported_imgopts for python iotests
Vladimir Sementsov-Ogievskiy
15
-15
/
+30
2022-02-01
iotests.py: implement unsupported_imgopts
Vladimir Sementsov-Ogievskiy
1
-1
/
+14
2022-02-01
iotests.py: img_info_log(): rename imgopts argument
Vladimir Sementsov-Ogievskiy
2
-6
/
+7
2022-02-01
iotests/MRCE: Write data to source
Hanna Reitz
1
-1
/
+6
2022-02-01
tests/qemu-iotests: Fix 051 for binaries without 'lsi53c895a'
Thomas Huth
1
-0
/
+4
2022-01-30
bsd-user/freebsd/target_os_ucontext.h: Prefer env as arg name for CPUArchStat...
Warner Losh
1
-3
/
+3
2022-01-30
bsd-user: Rename arg name for target_cpu_reset to env
Warner Losh
3
-5
/
+5
2022-01-30
MAINTAINERS: Add tests/vm/*bsd to the list to get reviews on
Warner Losh
1
-0
/
+1
2022-01-30
bsd-user/signal.c: do_sigaltstack
Warner Losh
1
-5
/
+67
2022-01-30
bsd-user/signal.c: implement do_sigaction
Warner Losh
2
-0
/
+104
2022-01-30
bsd-user/signal.c: implement do_sigreturn
Warner Losh
2
-1
/
+57
2022-01-28
iotests/block-status-cache: New test
Hanna Reitz
2
-0
/
+144
2022-01-28
bsd-user/signal.c: process_pending_signals
Warner Losh
1
-1
/
+55
2022-01-28
bsd-user/signal.c: tswap_siginfo
Warner Losh
1
-0
/
+53
2022-01-28
bsd-user/signal.c: handle_pending_signal
Warner Losh
2
-0
/
+94
2022-01-28
bsd-user/signal.c: setup_frame
Warner Losh
3
-1
/
+90
2022-01-28
bsd-user/signal.c: sigset manipulation routines.
Warner Losh
2
-0
/
+76
2022-01-28
bsd-user/signal.c: Fill in queue_signal
Warner Losh
2
-1
/
+17
2022-01-28
bsd-user/signal.c: Implement dump_core_and_abort
Warner Losh
2
-0
/
+77
2022-01-28
bsd-user/strace.c: print_taken_signal
Warner Losh
2
-0
/
+107
2022-01-28
bsd-user/signal.c: Implement host_signal_handler
Warner Losh
1
-0
/
+105
[next]