[Qemu-devel] [PULL 0/3] Vga 20190318 patches

Gerd Hoffmann posted 3 patches 5 years, 1 month ago
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190318132620.2082-1-kraxel@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>
include/hw/virtio/virtio-gpu.h |  1 +
hw/display/virtio-gpu.c        | 26 +++++++++++++++++++++++++-
hw/display/trace-events        |  4 ++--
3 files changed, 28 insertions(+), 3 deletions(-)
[Qemu-devel] [PULL 0/3] Vga 20190318 patches
Posted by Gerd Hoffmann 5 years, 1 month ago
The following changes since commit d4e65539e570d5872003710b5a1064489911d33d:

  Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190316' into staging (2019-03-17 14:10:52 +0000)

are available in the Git repository at:

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

for you to fetch changes up to dc84ed5b57cc6d06955e2f49ade9dca277e92cd4:

  virtio-gpu: clear command and fence queues on reset (2019-03-18 13:10:57 +0100)

----------------------------------------------------------------
vga: fixes for 4.0 (ati trace, virtio-gpu reset).

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

Gerd Hoffmann (3):
  ati-vga: fix tracing
  virtio-gpu: delay virglrenderer reset when blocked.
  virtio-gpu: clear command and fence queues on reset

 include/hw/virtio/virtio-gpu.h |  1 +
 hw/display/virtio-gpu.c        | 26 +++++++++++++++++++++++++-
 hw/display/trace-events        |  4 ++--
 3 files changed, 28 insertions(+), 3 deletions(-)

-- 
2.18.1


Re: [Qemu-devel] [PULL 0/3] Vga 20190318 patches
Posted by Peter Maydell 5 years, 1 month ago
On Mon, 18 Mar 2019 at 13:28, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit d4e65539e570d5872003710b5a1064489911d33d:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190316' into staging (2019-03-17 14:10:52 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20190318-pull-request
>
> for you to fetch changes up to dc84ed5b57cc6d06955e2f49ade9dca277e92cd4:
>
>   virtio-gpu: clear command and fence queues on reset (2019-03-18 13:10:57 +0100)
>
> ----------------------------------------------------------------
> vga: fixes for 4.0 (ati trace, virtio-gpu reset).
>
> ----------------------------------------------------------------

Applied, thanks.

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

-- PMM