qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 5643cc: virtio-gpu-3d: add support for second


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 5643cc: virtio-gpu-3d: add support for second capability s...
Date: Tue, 27 Feb 2018 07:44:10 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 5643cc94ac1cbc23e1ba6b16b6a88e1ce7b3f6a9
      
https://github.com/qemu/qemu/commit/5643cc94ac1cbc23e1ba6b16b6a88e1ce7b3f6a9
  Author: Dave Airlie <address@hidden>
  Date:   2018-02-26 (Mon, 26 Feb 2018)

  Changed paths:
    M hw/display/virtio-gpu-3d.c
    M hw/display/virtio-gpu.c
    M include/hw/virtio/virtio-gpu.h
    M include/standard-headers/linux/virtio_gpu.h

  Log Message:
  -----------
  virtio-gpu-3d: add support for second capability set (v4)

Due to a kernel bug we can never increase the size of capability
set 1, so introduce a new capability set in parallel, old userspace
will continue to use the old set, new userspace will start using
the new one when it detects a fixed kernel.

v2: don't use a define from virglrenderer, just probe it.
v3: fix compilation when virglrenderer disabled
v4: fix style warning, just use ?: op instead.

Signed-off-by: Dave Airlie <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 3ec7b5d819da9245dd37a6f7e7d150f064cf584c
      
https://github.com/qemu/qemu/commit/3ec7b5d819da9245dd37a6f7e7d150f064cf584c
  Author: Peter Maydell <address@hidden>
  Date:   2018-02-27 (Tue, 27 Feb 2018)

  Changed paths:
    M hw/display/virtio-gpu-3d.c
    M hw/display/virtio-gpu.c
    M include/hw/virtio/virtio-gpu.h
    M include/standard-headers/linux/virtio_gpu.h

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180227-pull-request' 
into staging

virtio-gpu: add support for second capability set

# gpg: Signature made Tue 27 Feb 2018 07:30:31 GMT
# gpg:                using RSA key 4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"
# Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138

* remotes/kraxel/tags/vga-20180227-pull-request:
  virtio-gpu-3d: add support for second capability set (v4)

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/438cd7082c70...3ec7b5d819da

reply via email to

[Prev in Thread] Current Thread [Next in Thread]