[Qemu-devel] [PULL 0/3] Vga 20190524 patches

Gerd Hoffmann posted 3 patches 4 years, 11 months ago
Test FreeBSD passed
Test docker-clang@ubuntu passed
Test s390x passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190524085717.3493-1-kraxel@redhat.com
Maintainers: Alex Williamson <alex.williamson@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>
include/hw/display/ramfb.h    |  2 +-
hw/display/ramfb-standalone.c | 12 ++++-
hw/display/ramfb.c            | 89 ++++++++++++++++++++++++++++-------
hw/vfio/display.c             |  4 +-
stubs/ramfb.c                 |  2 +-
5 files changed, 88 insertions(+), 21 deletions(-)
[Qemu-devel] [PULL 0/3] Vga 20190524 patches
Posted by Gerd Hoffmann 4 years, 11 months ago
The following changes since commit 8dc7fd56dd4f56ab8ff1df3765ae6b5d3ac11c5e:

  Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20190523-pull-request' into staging (2019-05-23 14:15:34 +0100)

are available in the Git repository at:

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

for you to fetch changes up to f79081b4b71b72640bedd40a7cd76f864c8287f1:

  hw/display/ramfb: initialize fw-config space with xres/ yres (2019-05-24 09:10:29 +0200)

----------------------------------------------------------------
ramfb: misc improvements.

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

Hou Qiming (3):
  hw/display/ramfb: fix guest memory un-mapping
  hw/display/ramfb: lock guest resolution after it's set
  hw/display/ramfb: initialize fw-config space with xres/ yres

 include/hw/display/ramfb.h    |  2 +-
 hw/display/ramfb-standalone.c | 12 ++++-
 hw/display/ramfb.c            | 89 ++++++++++++++++++++++++++++-------
 hw/vfio/display.c             |  4 +-
 stubs/ramfb.c                 |  2 +-
 5 files changed, 88 insertions(+), 21 deletions(-)

-- 
2.18.1


Re: [Qemu-devel] [PULL 0/3] Vga 20190524 patches
Posted by Peter Maydell 4 years, 11 months ago
On Fri, 24 May 2019 at 10:01, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 8dc7fd56dd4f56ab8ff1df3765ae6b5d3ac11c5e:
>
>   Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20190523-pull-request' into staging (2019-05-23 14:15:34 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20190524-pull-request
>
> for you to fetch changes up to f79081b4b71b72640bedd40a7cd76f864c8287f1:
>
>   hw/display/ramfb: initialize fw-config space with xres/ yres (2019-05-24 09:10:29 +0200)
>
> ----------------------------------------------------------------
> ramfb: misc improvements.
>
> ----------------------------------------------------------------
>



Applied, thanks.

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

-- PMM