mbox

[PULL,0/1] Vga 20180227 patches

Message ID 20180227073100.1911-1-kraxel@redhat.com
State New
Headers show

Pull-request

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

Message

Gerd Hoffmann Feb. 27, 2018, 7:30 a.m. UTC
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(-)

Comments

Peter Maydell Feb. 27, 2018, 3:44 p.m. UTC | #1
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