On Sun, 8 Mar 2026 at 22:35, Philippe Mathieu-Daudé <[email protected]> wrote: > > The following changes since commit 1ae4271ab8dbfbf5dc28b36baa7f3fd5fd2215e1: > > Merge tag 'pull-11.0-virtio-gpu-updates-060326-1' of > https://gitlab.com/stsquad/qemu into staging (2026-03-07 11:22:16 +0000) > > are available in the Git repository at: > > https://github.com/philmd/qemu.git tags/hw-misc-20260308 > > for you to fetch changes up to 27c64fa59d1b14c4656908e1dfca49482a96df61: > > hw/char: Drop disable property of Diva GSP card (2026-03-08 23:11:14 +0100) > > Following checkpatch errors ignored (first spurious, other ones pre-existing): > > ERROR: "foo * bar" should be "foo *bar" > #40: FILE: hw/display/ati_2d.c:60: > + + dst_y * > surface_stride(ds), > > ERROR: switch and case should be at the same indent > #27: FILE: hw/net/xilinx_axienet.c:143: > switch (regnum) { > + case 2: > + case 3: > > ERROR: braces {} are necessary for all arms of this statement > #43: FILE: hw/char/serial.c:164: > + if (s->lcr & UART_LCR_EPS) > [...] > else > [...] > > ---------------------------------------------------------------- > Misc HW patches > > - Remove versioned machines released in QEMU 3.0 > - Build various stubs and ACPI objects once > - Pair of bug fixes in ATI VGA model > - Cleanups in 16550A UART model > - Clarify PA-RISC CPU models (adding the PA-8500) > - Various memory leaks / overflows fixed > - MAINTAINERS updates > ----------------------------------------------------------------
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/11.0 for any user-visible changes. -- PMM
