[Qemu-devel] [PULL 0/3] Vga 20180626 patches

Gerd Hoffmann posted 3 patches 7 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180626162736.9749-1-kraxel@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
hw/display/vga_int.h           |  1 +
include/hw/virtio/virtio-gpu.h |  5 -----
hw/display/ramfb.c             |  4 ++--
hw/display/vga-pci.c           | 11 ++++++-----
hw/display/virtio-vga.c        |  2 +-
5 files changed, 10 insertions(+), 13 deletions(-)
[Qemu-devel] [PULL 0/3] Vga 20180626 patches
Posted by Gerd Hoffmann 7 years, 4 months ago
The following changes since commit e409d9a158c77c650651e8118f6c86c8dc76eba6:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2018-06-26 11:10:49 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/vga-20180626-pull-request

for you to fetch changes up to fd1cfb875be551064a27d909edb406316f011f2c:

  virtio-gpu-3d: Drop workaround for VIRTIO_GPU_CAPSET_VIRGL2 define (2018-06-26 16:04:17 +0200)

----------------------------------------------------------------
vga: bugfix collection.

----------------------------------------------------------------

Gerd Hoffmann (2):
  vga: set owner for mmio regions
  ramfb: fix overflow

Peter Maydell (1):
  virtio-gpu-3d: Drop workaround for VIRTIO_GPU_CAPSET_VIRGL2 define

 hw/display/vga_int.h           |  1 +
 include/hw/virtio/virtio-gpu.h |  5 -----
 hw/display/ramfb.c             |  4 ++--
 hw/display/vga-pci.c           | 11 ++++++-----
 hw/display/virtio-vga.c        |  2 +-
 5 files changed, 10 insertions(+), 13 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/3] Vga 20180626 patches
Posted by Peter Maydell 7 years, 4 months ago
On 26 June 2018 at 17:27, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit e409d9a158c77c650651e8118f6c86c8dc76eba6:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2018-06-26 11:10:49 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20180626-pull-request
>
> for you to fetch changes up to fd1cfb875be551064a27d909edb406316f011f2c:
>
>   virtio-gpu-3d: Drop workaround for VIRTIO_GPU_CAPSET_VIRGL2 define (2018-06-26 16:04:17 +0200)
>
> ----------------------------------------------------------------
> vga: bugfix collection.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM