mbox

[PULL,0/3] Vga 20190524 patches

Message ID 20190524085717.3493-1-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Gerd Hoffmann May 24, 2019, 8:57 a.m. UTC
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(-)

Comments

Peter Maydell May 24, 2019, 11:47 a.m. UTC | #1
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