-
fixes-pull-request58ea90f8 · ·
Fixes for 8.1 Hi, Here is a collection of ui, dump and chardev fixes that are worth for 8.1. thanks
-
audio-pull-request2f886a34 · ·
Audio patches for QEMU 8.0 Cleanups and improvements from Volker Rümelin.
-
dump-pull-requeste38c24cb · ·
dump queue Hi The "dump" queue, with: - [PATCH v3/v4 0/9] dump: Cleanup and consolidation - [PATCH v4 0/4] dump: add 32-bit guest Windows support
-
-
tpm-dump-pull-requeste20238c6 · ·
Fix dumping in kdump format with non-aligned memory Hi, dump.c:get_next_page expects GuestPhysBlock to be page-aligned, and crashes over memory regions such as "tpm-crb-cmd". Teach it to handle non-aligned regions too, by using a caller pre-allocated filled up page as necessary. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2120480 v2: - drop some unnecessary changes in the first patch - use pre-allocated caller memory, instead of allocating in get_next_page() - fix some comment
-
win32-cmd-v436dbde83 · ·
io/command: implement portable spawn Hi, This enables support of command spawning in the io/ subsystem on Windows. v4: - add "util: make do_send_recv work with partial send/recv" patch - drop usage of SOCAT environment variable for tests - misc style fixes v3: - actually make it work :) (it seems I didn't test correctly earlier attempts) - add a patch for readv_writev() and partial IOs - add a patch to avoid some potential race in echo test - drop usage of PIPE_NOWAIT which was broken
-
win32-cmd-v313956478 · ·
io/command: implement portable spawn Hi, This enables support of command spawning in the io/ subsystem on Windows. v3: - actually make it work :) (it seems I didn't test correctly earlier attempts) - add a patch for readv_writev() and partial IOs - add a patch to avoid some potential race in echo test - drop usage of PIPE_NOWAIT which was broken
-
-
cb-serial-v10a4239b9 · ·
ui: various clipboard serial fixes Hi, The Spice vdagent serial handling has a few flaws when the guest agent is restarted, or when the dbus client is restarted. The clipboard serials are not in sync between agent, qemu and client. This series fixes various reset issues. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2124446
-
tpm-dump-v25d7db4c7 · ·
Fix dumping in kdump format with non-aligned memory Hi, dump.c:get_next_page expects GuestPhysBlock to be page-aligned, and crashes over memory regions such as "tpm-crb-cmd". Teach it to handle non-aligned regions too, by using a caller pre-allocated filled up page as necessary. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2120480 v2: - drop some unnecessary changes in the first patch - use pre-allocated caller memory, instead of allocating in get_next_page() - fix some comment
-