[Qemu-devel] [PULL 0/1] Vga 20180227 patches

Gerd Hoffmann posted 1 patch 7 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180227073100.1911-1-kraxel@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppcbe passed
Test ppcle passed
Test s390x passed
include/hw/virtio/virtio-gpu.h              |  2 +-
include/standard-headers/linux/virtio_gpu.h |  1 +
hw/display/virtio-gpu-3d.c                  | 15 +++++++++++++++
hw/display/virtio-gpu.c                     |  7 ++++++-
4 files changed, 23 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/1] Vga 20180227 patches
Posted by Gerd Hoffmann 7 years, 7 months ago
The following changes since commit 0a773d55ac76c5aa89ed9187a3bc5af8c5c2a6d0:

  maintainers: Add myself as a OpenBSD maintainer (2018-02-23 12:05:07 +0000)

are available in the git repository at:

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

for you to fetch changes up to 5643cc94ac1cbc23e1ba6b16b6a88e1ce7b3f6a9:

  virtio-gpu-3d: add support for second capability set (v4) (2018-02-26 13:41:34 +0100)

----------------------------------------------------------------
virtio-gpu: add support for second capability set

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

Dave Airlie (1):
  virtio-gpu-3d: add support for second capability set (v4)

 include/hw/virtio/virtio-gpu.h              |  2 +-
 include/standard-headers/linux/virtio_gpu.h |  1 +
 hw/display/virtio-gpu-3d.c                  | 15 +++++++++++++++
 hw/display/virtio-gpu.c                     |  7 ++++++-
 4 files changed, 23 insertions(+), 2 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/1] Vga 20180227 patches
Posted by Peter Maydell 7 years, 7 months ago
On 27 February 2018 at 07:30, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 0a773d55ac76c5aa89ed9187a3bc5af8c5c2a6d0:
>
>   maintainers: Add myself as a OpenBSD maintainer (2018-02-23 12:05:07 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20180227-pull-request
>
> for you to fetch changes up to 5643cc94ac1cbc23e1ba6b16b6a88e1ce7b3f6a9:
>
>   virtio-gpu-3d: add support for second capability set (v4) (2018-02-26 13:41:34 +0100)
>
> ----------------------------------------------------------------
> virtio-gpu: add support for second capability set
>
> ----------------------------------------------------------------
>

Applied, thanks.

-- PMM