[PULL 0/2] Vga 20191220 patches

Gerd Hoffmann posted 2 patches 4 years, 4 months ago
Test asan failed
Test checkpatch failed
Test FreeBSD failed
Test docker-mingw@fedora failed
Test docker-clang@ubuntu failed
Test docker-quick@centos7 failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191220060617.32326-1-kraxel@redhat.com
Maintainers: "Marc-André Lureau" <marcandre.lureau@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>
hw/display/bochs-display.c                 | 2 ++
contrib/vhost-user-gpu/50-qemu-gpu.json.in | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
[PULL 0/2] Vga 20191220 patches
Posted by Gerd Hoffmann 4 years, 4 months ago
The following changes since commit aceeaa69d28e6f08a24395d0aa6915b687d0a681:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-12-17' into staging (2019-12-17 15:55:20 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 0d82411d0e38a0de7829f97d04406765c8d2210d:

  display/bochs-display: fix memory leak (2019-12-20 07:05:46 +0100)

----------------------------------------------------------------
vga: two little bugfixes.

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

Cameron Esfahani (1):
  display/bochs-display: fix memory leak

Cole Robinson (1):
  vhost-user-gpu: Drop trailing json comma

 hw/display/bochs-display.c                 | 2 ++
 contrib/vhost-user-gpu/50-qemu-gpu.json.in | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

-- 
2.18.1


Re: [PULL 0/2] Vga 20191220 patches
Posted by Peter Maydell 4 years, 3 months ago
On Fri, 20 Dec 2019 at 06:08, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit aceeaa69d28e6f08a24395d0aa6915b687d0a681:
>
>   Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-12-17' into staging (2019-12-17 15:55:20 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20191220-pull-request
>
> for you to fetch changes up to 0d82411d0e38a0de7829f97d04406765c8d2210d:
>
>   display/bochs-display: fix memory leak (2019-12-20 07:05:46 +0100)
>
> ----------------------------------------------------------------
> vga: two little bugfixes.
>
> ----------------------------------------------------------------
>
> Cameron Esfahani (1):
>   display/bochs-display: fix memory leak
>
> Cole Robinson (1):
>   vhost-user-gpu: Drop trailing json comma
>
>  hw/display/bochs-display.c                 | 2 ++
>  contrib/vhost-user-gpu/50-qemu-gpu.json.in | 2 +-
>  2 files changed, 3 insertions(+), 1 deletion(-)


Applied, thanks.

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

-- PMM