summary refs log tree commit diff stats
path: root/python/qemu/machine/console_socket.py (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-01block/rbd: workaround for ceph issue #53784Peter Lieven1-2/+40
2022-02-01block/rbd: fix handling of holes in .bdrv_co_block_statusPeter Lieven1-5/+5
2022-02-01qemu-img: Unify [-b [-F]] documentationHanna Reitz2-3/+3
2022-02-01qsd: Document fuse's allow-other optionHanna Reitz2-3/+8
2022-02-01block.h: remove outdated commentEmanuele Giuseppe Esposito1-1/+0
2022-02-01block/export/fuse: Fix build failure on FreeBSDPhilippe Mathieu-Daudé1-0/+4
2022-02-01block/export/fuse: Rearrange if-else-if ladder in fuse_fallocate()Philippe Mathieu-Daudé1-20/+21
2022-02-01block/export: Fix vhost-user-blk shutdown with requests in flightKevin Wolf3-0/+32
2022-02-01block: bdrv_set_backing_hd(): use drained sectionVladimir Sementsov-Ogievskiy1-0/+4
2022-02-01qemu-storage-daemon: Fix typo in vhost-user-blk helpKevin Wolf1-1/+1
2022-02-01block.h: remove outdated commentEmanuele Giuseppe Esposito1-1/+0
2022-02-01iotests/migration-permissions: New testHanna Reitz2-0/+106
2022-02-01block-backend: Retain permissions after migrationHanna Reitz1-0/+11
2022-02-01iotests: declare lack of support for compresion_type in IMGOPTSVladimir Sementsov-Ogievskiy5-7/+14
2022-02-01iotest 214: explicit compression typeVladimir Sementsov-Ogievskiy1-1/+1
2022-02-01iotests 60: more accurate set dirty bit in qcow2 headerVladimir Sementsov-Ogievskiy1-1/+1
2022-02-01iotests: bash tests: filter compression typeVladimir Sementsov-Ogievskiy7-21/+41
2022-02-01iotest 39: use _qcow2_dump_headerVladimir Sementsov-Ogievskiy1-1/+1
2022-02-01iotests: massive use _qcow2_dump_headerVladimir Sementsov-Ogievskiy7-49/+49
2022-02-01iotests/common.rc: introduce _qcow2_dump_header helperVladimir Sementsov-Ogievskiy1-0/+10
2022-02-01qcow2: simple case support for downgrading of qcow2 images with zstdVladimir Sementsov-Ogievskiy1-2/+56
2022-02-01iotest 302: use img_info_log() helperVladimir Sementsov-Ogievskiy2-5/+6
2022-02-01iotests.py: filter compression type outVladimir Sementsov-Ogievskiy4-15/+17
2022-02-01iotests.py: filter out successful output of qemu-img createVladimir Sementsov-Ogievskiy7-67/+11
2022-02-01iotest 065: explicit compression typeVladimir Sementsov-Ogievskiy1-8/+8
2022-02-01iotest 303: explicit compression typeVladimir Sementsov-Ogievskiy2-10/+45
2022-02-01iotests.py: rewrite default luks support in qemu_imgVladimir Sementsov-Ogievskiy1-19/+17
2022-02-01iotests: drop qemu_img_verbose() helperVladimir Sementsov-Ogievskiy5-13/+10
2022-02-01iotests.py: qemu_img*("create"): support IMGOPTS='compression_type=zstd'Vladimir Sementsov-Ogievskiy1-1/+26
2022-02-01iotests: specify some unsupported_imgopts for python iotestsVladimir Sementsov-Ogievskiy15-15/+30
2022-02-01iotests.py: implement unsupported_imgoptsVladimir Sementsov-Ogievskiy1-1/+14
2022-02-01iotests.py: img_info_log(): rename imgopts argumentVladimir Sementsov-Ogievskiy2-6/+7
2022-02-01iotests/MRCE: Write data to sourceHanna Reitz1-1/+6
2022-02-01tests/qemu-iotests: Fix 051 for binaries without 'lsi53c895a'Thomas Huth1-0/+4
2022-01-30bsd-user/freebsd/target_os_ucontext.h: Prefer env as arg name for CPUArchStat...Warner Losh1-3/+3
2022-01-30bsd-user: Rename arg name for target_cpu_reset to envWarner Losh3-5/+5
2022-01-30MAINTAINERS: Add tests/vm/*bsd to the list to get reviews onWarner Losh1-0/+1
2022-01-30bsd-user/signal.c: do_sigaltstackWarner Losh1-5/+67
2022-01-30bsd-user/signal.c: implement do_sigactionWarner Losh2-0/+104
2022-01-30bsd-user/signal.c: implement do_sigreturnWarner Losh2-1/+57
2022-01-28iotests/block-status-cache: New testHanna Reitz2-0/+144
2022-01-28bsd-user/signal.c: process_pending_signalsWarner Losh1-1/+55
2022-01-28bsd-user/signal.c: tswap_siginfoWarner Losh1-0/+53
2022-01-28bsd-user/signal.c: handle_pending_signalWarner Losh2-0/+94
2022-01-28bsd-user/signal.c: setup_frameWarner Losh3-1/+90
2022-01-28bsd-user/signal.c: sigset manipulation routines.Warner Losh2-0/+76
2022-01-28bsd-user/signal.c: Fill in queue_signalWarner Losh2-1/+17
2022-01-28bsd-user/signal.c: Implement dump_core_and_abortWarner Losh2-0/+77
2022-01-28bsd-user/strace.c: print_taken_signalWarner Losh2-0/+107
2022-01-28bsd-user/signal.c: Implement host_signal_handlerWarner Losh1-0/+105