[Qemu-devel] [PULL 0/2] Vga 20181029 patches

Gerd Hoffmann posted 2 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181029124703.11123-1-kraxel@redhat.com
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
hw/display/qxl.h     |  1 +
hw/display/vga_int.h |  1 -
hw/display/qxl.c     | 19 ++++++++++++-------
3 files changed, 13 insertions(+), 8 deletions(-)
[Qemu-devel] [PULL 0/2] Vga 20181029 patches
Posted by Gerd Hoffmann 7 years ago
The following changes since commit b312532fd03413d0e6ae6767ec793a3e30f487b8:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-10-19 19:01:07 +0100)

are available in the git repository at:

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

for you to fetch changes up to e69a10f468d8f6aa6c00a4308f5a8e1f2fd6b3a1:

  vga_int: remove unused function protype (2018-10-29 10:43:48 +0100)

----------------------------------------------------------------
vga: two fixes.

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

Gerd Hoffmann (1):
  qxl: store channel id in qxl->id

yuchenlin (1):
  vga_int: remove unused function protype

 hw/display/qxl.h     |  1 +
 hw/display/vga_int.h |  1 -
 hw/display/qxl.c     | 19 ++++++++++++-------
 3 files changed, 13 insertions(+), 8 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/2] Vga 20181029 patches
Posted by Peter Maydell 7 years ago
On 29 October 2018 at 12:47, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit b312532fd03413d0e6ae6767ec793a3e30f487b8:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-10-19 19:01:07 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20181029-pull-request
>
> for you to fetch changes up to e69a10f468d8f6aa6c00a4308f5a8e1f2fd6b3a1:
>
>   vga_int: remove unused function protype (2018-10-29 10:43:48 +0100)
>
> ----------------------------------------------------------------
> vga: two fixes.
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (1):
>   qxl: store channel id in qxl->id
>
> yuchenlin (1):
>   vga_int: remove unused function protype
>
>  hw/display/qxl.h     |  1 +
>  hw/display/vga_int.h |  1 -
>  hw/display/qxl.c     | 19 ++++++++++++-------
>  3 files changed, 13 insertions(+), 8 deletions(-)

Applied, thanks.

-- PMM