mbox

[PULL,0/5] Vga 20190222 patches

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

Pull-request

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

Message

Gerd Hoffmann Feb. 22, 2019, 8:24 a.m. UTC
The following changes since commit 2e68b8620637a4ee8c79b5724144b726af1e261b:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into staging (2019-02-18 16:20:13 +0000)

are available in the git repository at:

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

for you to fetch changes up to 1ed2cb32dc9e8f74c82bdc567edad717b0f34fa5:

  display/virtio: add edid support. (2019-02-22 07:25:04 +0100)

----------------------------------------------------------------
vga: bugfixes and edid support for virtio-vga

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

Gerd Hoffmann (1):
  display/virtio: add edid support.

Marc-André Lureau (4):
  virtio-gpu: remove unused qdev
  virtio-gpu: remove unused config_size
  virtio-gpu: block both 2d and 3d rendering
  virtio-gpu: remove useless 'waiting' field

 include/hw/virtio/virtio-gpu.h | 10 +++---
 hw/display/virtio-gpu-3d.c     | 24 ++------------
 hw/display/virtio-gpu.c        | 74 +++++++++++++++++++++++++++++++++++++-----
 hw/display/trace-events        |  1 +
 4 files changed, 74 insertions(+), 35 deletions(-)

Comments

Peter Maydell Feb. 25, 2019, 2:03 p.m. UTC | #1
On Fri, 22 Feb 2019 at 08:26, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 2e68b8620637a4ee8c79b5724144b726af1e261b:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into staging (2019-02-18 16:20:13 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20190222-pull-request
>
> for you to fetch changes up to 1ed2cb32dc9e8f74c82bdc567edad717b0f34fa5:
>
>   display/virtio: add edid support. (2019-02-22 07:25:04 +0100)
>
> ----------------------------------------------------------------
> vga: bugfixes and edid support for virtio-vga
>

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM