mbox

[PULL,0/2] Vga 20191220 patches

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

Pull-request

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

Message

Gerd Hoffmann Dec. 20, 2019, 6:06 a.m. UTC
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(-)

Comments

Peter Maydell Jan. 3, 2020, 3:57 p.m. UTC | #1
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