[Qemu-devel] [PULL 0/4] Vga 20181005 patches

Gerd Hoffmann posted 4 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181005111157.12801-1-kraxel@redhat.com
Test docker-clang@ubuntu failed
Test checkpatch passed
include/hw/display/edid.h  |  2 +-
include/qemu/compiler.h    |  9 +++++++++
hw/display/edid-generate.c |  2 +-
hw/display/qxl.c           | 26 +++++++++++++++++++++++++-
hw/display/vga-pci.c       |  8 ++++++++
.gitignore                 |  1 +
6 files changed, 45 insertions(+), 3 deletions(-)
[Qemu-devel] [PULL 0/4] Vga 20181005 patches
Posted by Gerd Hoffmann 7 years, 1 month ago
The following changes since commit dafd95053611aa14dda40266857608d12ddce658:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-10-02 18:27:18 +0100)

are available in the git repository at:

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

for you to fetch changes up to edbc4b24bbb179fa9562d4e5313470f10569433c:

  edid: fix vendor default (2018-10-05 11:26:56 +0200)

----------------------------------------------------------------
vga: edid fixes, qxl clang workaround, vga mmio subregion fix.

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

Eric Blake (1):
  edid: Ignore built binary

Gerd Hoffmann (1):
  edid: fix vendor default

Peter Maydell (1):
  hw/display/qxl: Suppress clang-7 warning about misaligned atomic
    operation

remy.noel (1):
  secondary-vga: delete mmio subregions upon exit

 include/hw/display/edid.h  |  2 +-
 include/qemu/compiler.h    |  9 +++++++++
 hw/display/edid-generate.c |  2 +-
 hw/display/qxl.c           | 26 +++++++++++++++++++++++++-
 hw/display/vga-pci.c       |  8 ++++++++
 .gitignore                 |  1 +
 6 files changed, 45 insertions(+), 3 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/4] Vga 20181005 patches
Posted by Peter Maydell 7 years ago
On 5 October 2018 at 12:11, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit dafd95053611aa14dda40266857608d12ddce658:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2018-10-02 18:27:18 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20181005-pull-request
>
> for you to fetch changes up to edbc4b24bbb179fa9562d4e5313470f10569433c:
>
>   edid: fix vendor default (2018-10-05 11:26:56 +0200)
>
> ----------------------------------------------------------------
> vga: edid fixes, qxl clang workaround, vga mmio subregion fix.
>
> ----------------------------------------------------------------
Applied, thanks.

-- PMM