The following changes since commit 1d60bb4b14601e38ed17384277aa4c30c57925d3:
Merge tag 'pull-request-2022-03-15v2' of https://gitlab.com/thuth/qemu into staging (2022-03-16 10:43:58 +0000) are available in the Git repository at: git://git.kraxel.org/qemu tags/fixes-20220318-pull-request for you to fetch changes up to 9eb840a20998a97c0ad0f5ced6ebc7e6a88a4dc4: hw/display/vga: Report a proper error when adding a 2nd ISA VGA (2022-03-18 10:15:57 +0100) ---------------------------------------------------------------- bugfixes for vga, audio, vnc ---------------------------------------------------------------- Akihiko Odaki (1): audio/mixeng: Do not declare unused variables K. Lange (1): ui/gtk: Ignore 2- and 3-button press events Thomas Huth (3): hw/display/cirrus_vga: Clean up indentation in pci_cirrus_vga_realize() hw/display: Allow vga_common_init() to return errors hw/display/vga: Report a proper error when adding a 2nd ISA VGA Wen, Jianxian (1): ui: avoid unnecessary memory operations in vnc_refresh_server_surface() hw/display/vga_int.h | 2 +- audio/mixeng.c | 20 ++++++------- hw/display/ati.c | 4 ++- hw/display/cirrus_vga.c | 57 +++++++++++++++++++------------------ hw/display/cirrus_vga_isa.c | 4 ++- hw/display/qxl.c | 6 +++- hw/display/vga-isa.c | 5 +++- hw/display/vga-mmio.c | 5 +++- hw/display/vga-pci.c | 8 ++++-- hw/display/vga.c | 17 +++++++++-- hw/display/virtio-vga.c | 4 ++- hw/display/vmware_vga.c | 2 +- ui/gtk.c | 4 +++ ui/vnc.c | 26 +++++++++++------ 14 files changed, 106 insertions(+), 58 deletions(-) -- 2.35.1