Failed in applying to current master (
apply log)
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Dr. David Alan Gilbert" <dave@treblig.org>, Peter Maydell <peter.maydell@linaro.org>, BALATON Zoltan <balaton@eik.bme.hu>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
meson.build | 25 ++++-
qapi/ui.json | 3 +-
include/ui/console.h | 2 +
include/ui/pixman-minimal.h | 195 ++++++++++++++++++++++++++++++++++
include/ui/qemu-pixman.h | 15 +--
include/ui/rect.h | 59 ++++++++++
hw/display/ati.c | 15 ++-
hw/display/ati_2d.c | 10 +-
hw/display/sm501.c | 45 +++++---
hw/display/vhost-user-gpu.c | 2 +
hw/display/virtio-gpu.c | 30 ++----
system/vl.c | 84 ++++++++-------
ui/console-vc-stubs.c | 33 ++++++
ui/console.c | 19 ++++
ui/dbus-listener.c | 90 +++++++++++-----
ui/qemu-pixman.c | 6 ++
ui/ui-hmp-cmds.c | 2 +
ui/ui-qmp-cmds.c | 2 +
ui/vnc-stubs.c | 12 ---
Kconfig.host | 3 +
hmp-commands.hx | 2 +
hw/arm/Kconfig | 4 +-
hw/display/Kconfig | 7 +-
hw/display/meson.build | 4 +-
hw/mips/Kconfig | 1 +
meson_options.txt | 2 +
qemu-options.hx | 2 +
scripts/meson-buildoptions.sh | 3 +
ui/meson.build | 22 ++--
29 files changed, 560 insertions(+), 139 deletions(-)
create mode 100644 include/ui/pixman-minimal.h
create mode 100644 include/ui/rect.h
create mode 100644 ui/console-vc-stubs.c