Re: [PATCH v4 07/10] qmp: add chardev-resize command

2025-09-14 Thread Markus Armbruster via Devel
Filip Hejsek writes: > On Fri, 2025-09-12 at 16:01 +0200, Markus Armbruster wrote: >> Cc: libvirt >> >> Filip Hejsek writes: >> >> > From: Szymon Lukasz >> > >> > The managment software can use this command to notify QEMU about the >> > size of the terminal connected to a chardev, QEMU can t

Re: [PATCH 0/6] qemu: refactor disk migration safety check and add corner case exemption for Kubevirt's usage

2025-09-14 Thread Ján Tomko via Devel
On a Wednesday in 2025, Peter Krempa via Devel wrote: Patches 1-3 are refactors that simplify the code and prepare it. Patch 4 fixed bug where 'data_file' is not checked Patches 5 and 6 add a workaround for Kubevirt's corner case migration approach. Peter Krempa (6): qemuMigrationSrcIsSafe: Dro