This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/qemu.
from 1001c9d9c0 Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/b [...] adds 5280117b1e hw/usb/dev-wacom: add missing HID descriptor adds 7cd2cfa2e6 usb: allow max 8192 bytes for desc adds 1dbbe6f172 ui/vnc.c: Fixed a deadlock bug. adds ead789eb46 jackaudio: use ifdefs to hide unavailable functions adds 9d90ceb274 dsoundaudio: fix crackling audio recordings adds ecd5f2882f hw/audio/intel-hda: fix stream reset adds fc94d1159c ui/dbus: fix buffer-overflow detected by ASAN adds 87800d9405 ui: fix gtk clipboard clear assertion adds 1c6c0b9ec1 uas: add missing return adds 3ac25236ea hw/display: Rename VGA_ISA_MM -> VGA_MMIO adds 6bd06f7731 hw/display/vga-mmio: Inline vga_mm_init() adds 23f6e3b11b hw/display/vga-mmio: QOM'ify vga_mmio_init() as TYPE_VGA_MMIO adds 7336c94434 hw/mips/jazz: Inline vga_mmio_init() and remove it adds de72c4b7cd edid: set default resolution to 1280x800 (WXGA) adds f0602b7099 edid: Added support for 4k@60 Hz monitor adds 64ebbb7d62 ps2: Initial horizontal scroll support adds d70a5de441 ui/cocoa: pass horizontal scroll information to the device code adds 13cb360f6e ui/gtk: pass horizontal scroll information to the device code adds ed80f503a1 ui/sdl2: pass horizontal scroll information to the device code adds 17f6315ef8 ui/input-legacy: pass horizontal scroll information adds 0b3f07ebf2 Merge remote-tracking branch 'remotes/kraxel/tags/kraxel-202 [...]
No new revisions were added by this update.
Summary of changes: audio/dsoundaudio.c | 7 +- audio/jackaudio.c | 4 + configs/devices/mips-softmmu/common.mak | 2 +- hw/audio/intel-hda.c | 2 +- hw/display/Kconfig | 2 +- hw/display/edid-generate.c | 7 +- hw/display/meson.build | 2 +- hw/display/vga-isa-mm.c | 114 -------------------------- hw/display/vga-mmio.c | 139 ++++++++++++++++++++++++++++++++ hw/input/ps2.c | 57 +++++++++++-- hw/mips/Kconfig | 2 +- hw/mips/jazz.c | 9 ++- hw/usb/desc.c | 15 ++-- hw/usb/desc.h | 1 + hw/usb/dev-uas.c | 1 + hw/usb/dev-wacom.c | 72 ++++++++++++++++- include/hw/display/vga.h | 6 +- include/hw/virtio/virtio-gpu.h | 4 +- qapi/ui.json | 2 +- qemu-edid.c | 4 +- ui/cocoa.m | 18 +++-- ui/dbus.c | 1 + ui/gtk-clipboard.c | 21 ++--- ui/gtk.c | 54 ++++++++++--- ui/input-legacy.c | 15 ++++ ui/sdl2.c | 5 ++ ui/vnc.c | 4 +- 27 files changed, 388 insertions(+), 182 deletions(-) delete mode 100644 hw/display/vga-isa-mm.c create mode 100644 hw/display/vga-mmio.c