[Qemu-devel] [PULL 0/5] Vga 20190222 patches

Gerd Hoffmann posted 5 patches 6 years, 8 months ago
Failed in applying to current master (apply log)
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(-)
[Qemu-devel] [PULL 0/5] Vga 20190222 patches
Posted by Gerd Hoffmann 6 years, 8 months ago
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(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/5] Vga 20190222 patches
Posted by Peter Maydell 6 years, 8 months ago
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