From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fwio9-0001ms-9I for qemu-devel@nongnu.org; Mon, 03 Sep 2018 02:57:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fwio8-0008Hk-Gp for qemu-devel@nongnu.org; Mon, 03 Sep 2018 02:57:57 -0400 From: Gerd Hoffmann Date: Mon, 3 Sep 2018 08:57:40 +0200 Message-Id: <20180903065745.23055-1-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/5] Vga 20180903 patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-arm@nongnu.org, "Edgar E. Iglesias" , Igor Mitsyanko , Gerd Hoffmann , "Michael S. Tsirkin" , Alistair Francis The following changes since commit 19b599f7664b2ebfd0f405fb79c14dd2415574= 52: Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27= -v2' into staging (2018-08-27 16:44:20 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/vga-20180903-pull-request for you to fetch changes up to 8da132a56f7ebaabc5b674b5a3a2e6fa8934be45: virtio-gpu: add iommu support (2018-09-03 08:31:57 +0200) ---------------------------------------------------------------- vga: virtio reset fix, virtio iommu support. ---------------------------------------------------------------- Gerd Hoffmann (5): virtio-vga: fix reset Revert "virtio-gpu: fix crashes upon warm reboot with vga mode" use dpy_gfx_update_full virtio-gpu: pass down VirtIOGPU pointer to a bunch of functions virtio-gpu: add iommu support include/hw/virtio/virtio-gpu.h | 8 +++--- hw/display/exynos4210_fimd.c | 4 +-- hw/display/g364fb.c | 2 +- hw/display/jazz_led.c | 3 +-- hw/display/tc6393xb.c | 4 +-- hw/display/vga.c | 3 +-- hw/display/virtio-gpu-3d.c | 8 +++--- hw/display/virtio-gpu.c | 59 ++++++++++++++++++++++--------------= ------ hw/display/virtio-vga.c | 17 ++++-------- hw/display/vmware_vga.c | 5 +--- hw/display/xlnx_dp.c | 3 +-- 11 files changed, 53 insertions(+), 63 deletions(-) --=20 2.9.3