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

Gerd Hoffmann posted 2 patches 4 years, 9 months ago
Test s390x passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190613073834.22001-1-kraxel@redhat.com
Maintainers: Eduardo Habkost <ehabkost@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Michael S. Tsirkin" <mst@redhat.com>
include/hw/display/edid.h      | 4 +++-
include/hw/virtio/virtio-gpu.h | 2 +-
hw/core/machine.c              | 8 +++++++-
hw/display/bochs-display.c     | 2 +-
hw/display/vga-pci.c           | 4 ++--
5 files changed, 14 insertions(+), 6 deletions(-)
[Qemu-devel] [PULL 0/2] Vga 20190613 patches
Posted by Gerd Hoffmann 4 years, 9 months ago
The following changes since commit a050901d4b40092dc356b59912c6df39e389c7b9:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into staging (2019-06-12 14:43:47 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 0a71966253c8b07586ebd6bee094a818e1e163b8:

  edid: flip the default to enabled (2019-06-13 09:34:50 +0200)

----------------------------------------------------------------
edid: add xmax + ymax properties, enable by default.

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

Gerd Hoffmann (2):
  edid: add xmax + ymax properties
  edid: flip the default to enabled

 include/hw/display/edid.h      | 4 +++-
 include/hw/virtio/virtio-gpu.h | 2 +-
 hw/core/machine.c              | 8 +++++++-
 hw/display/bochs-display.c     | 2 +-
 hw/display/vga-pci.c           | 4 ++--
 5 files changed, 14 insertions(+), 6 deletions(-)

-- 
2.18.1


Re: [Qemu-devel] [PULL 0/2] Vga 20190613 patches
Posted by Peter Maydell 4 years, 9 months ago
On Thu, 13 Jun 2019 at 08:40, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit a050901d4b40092dc356b59912c6df39e389c7b9:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into staging (2019-06-12 14:43:47 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20190613-pull-request
>
> for you to fetch changes up to 0a71966253c8b07586ebd6bee094a818e1e163b8:
>
>   edid: flip the default to enabled (2019-06-13 09:34:50 +0200)
>
> ----------------------------------------------------------------
> edid: add xmax + ymax properties, enable by default.
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM