[Qemu-devel] [PULL 0/8] Vga 20190507 patches

Gerd Hoffmann posted 8 patches 4 years, 12 months ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190507081946.19264-1-kraxel@redhat.com
Maintainers: Alistair Francis <alistair@alistair23.me>, Paolo Bonzini <pbonzini@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, BALATON Zoltan <balaton@eik.bme.hu>, Peter Maydell <peter.maydell@linaro.org>
include/hw/{i2c => display}/i2c-ddc.h |  0
include/hw/display/xlnx_dp.h          |  2 +-
hw/display/ati_2d.c                   | 12 +++---
hw/display/cirrus_vga.c               | 10 +++--
hw/{i2c => display}/i2c-ddc.c         |  2 +-
hw/display/qxl.c                      | 58 +++++++++++++--------------
hw/display/sii9022.c                  |  2 +-
hw/display/sm501.c                    |  2 +-
vl.c                                  | 46 +++++++++++++++------
hw/display/Kconfig                    |  5 +++
hw/display/Makefile.objs              |  1 +
hw/i2c/Kconfig                        |  5 ---
hw/i2c/Makefile.objs                  |  1 -
13 files changed, 84 insertions(+), 62 deletions(-)
rename include/hw/{i2c => display}/i2c-ddc.h (100%)
rename hw/{i2c => display}/i2c-ddc.c (99%)
[Qemu-devel] [PULL 0/8] Vga 20190507 patches
Posted by Gerd Hoffmann 4 years, 12 months ago
The following changes since commit a6ae23831b05a11880b40f7d58e332c45a6b04f7:

  Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into staging (2019-05-03 15:26:09 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 6306cae275c7091aa4e785809d956b475bfedab4:

  i2c-ddc: move it to hw/display (2019-05-07 09:56:10 +0200)

----------------------------------------------------------------
vga: bugfixes for qxl, cirrus, ati.
vga: add "-vga help" support.
vga: move i2c-ddc to display.

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

BALATON Zoltan (1):
  ati-vga: Fix check for blt outside vram

Daniel P. Berrangé (1):
  qxl: avoid unaligned pointer reads/writes

Marc-André Lureau (2):
  vl: constify VGAInterfaceInfo
  vl: add -vga help support

Paolo Bonzini (1):
  i2c-ddc: move it to hw/display

Philippe Mathieu-Daudé (2):
  hw/display/cirrus_vga: Update the documentation URL
  hw/display/cirrus_vga: Remove unused include

Prasad J Pandit (1):
  qxl: check release info object

 include/hw/{i2c => display}/i2c-ddc.h |  0
 include/hw/display/xlnx_dp.h          |  2 +-
 hw/display/ati_2d.c                   | 12 +++---
 hw/display/cirrus_vga.c               | 10 +++--
 hw/{i2c => display}/i2c-ddc.c         |  2 +-
 hw/display/qxl.c                      | 58 +++++++++++++--------------
 hw/display/sii9022.c                  |  2 +-
 hw/display/sm501.c                    |  2 +-
 vl.c                                  | 46 +++++++++++++++------
 hw/display/Kconfig                    |  5 +++
 hw/display/Makefile.objs              |  1 +
 hw/i2c/Kconfig                        |  5 ---
 hw/i2c/Makefile.objs                  |  1 -
 13 files changed, 84 insertions(+), 62 deletions(-)
 rename include/hw/{i2c => display}/i2c-ddc.h (100%)
 rename hw/{i2c => display}/i2c-ddc.c (99%)

-- 
2.18.1


Re: [Qemu-devel] [PULL 0/8] Vga 20190507 patches
Posted by Peter Maydell 4 years, 12 months ago
On Tue, 7 May 2019 at 09:19, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit a6ae23831b05a11880b40f7d58e332c45a6b04f7:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into staging (2019-05-03 15:26:09 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20190507-pull-request
>
> for you to fetch changes up to 6306cae275c7091aa4e785809d956b475bfedab4:
>
>   i2c-ddc: move it to hw/display (2019-05-07 09:56:10 +0200)
>
> ----------------------------------------------------------------
> vga: bugfixes for qxl, cirrus, ati.
> vga: add "-vga help" support.
> vga: move i2c-ddc to display.
>
> ----------------------------------------------------------------
>

Applied, thanks.

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

-- PMM