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

Gerd Hoffmann posted 4 patches 5 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180618095758.5006-1-kraxel@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
configure                     |  3 +-
include/hw/display/ramfb.h    | 12 ++++++
hw/arm/sysbus-fdt.c           |  7 ++++
hw/arm/virt.c                 |  2 +
hw/display/ramfb-standalone.c | 62 ++++++++++++++++++++++++++++
hw/display/ramfb.c            | 95 +++++++++++++++++++++++++++++++++++++++++++
hw/i386/pc_piix.c             |  2 +
hw/i386/pc_q35.c              |  2 +
MAINTAINERS                   |  6 +++
hw/display/Makefile.objs      |  3 ++
10 files changed, 193 insertions(+), 1 deletion(-)
create mode 100644 include/hw/display/ramfb.h
create mode 100644 hw/display/ramfb-standalone.c
create mode 100644 hw/display/ramfb.c
[Qemu-devel] [PULL 0/4] Vga 20180618 patches
Posted by Gerd Hoffmann 5 years, 9 months ago
The following changes since commit 2ef2f16781af9dee6ba6517755e9073ba5799fa2:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a' into staging (2018-06-15 18:13:35 +0100)

are available in the git repository at:

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

for you to fetch changes up to 58d632c7ce66c272868b057491cec7ee5a6a1050:

  Add ramfb MAINTAINERS entry (2018-06-18 11:24:25 +0200)

----------------------------------------------------------------
vga: add ramfb, print virglrenderer version

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

Gerd Hoffmann (3):
  hw/display: add ramfb, a simple boot framebuffer living in guest ram
  hw/display: add standalone ramfb device
  Add ramfb MAINTAINERS entry

Marc-André Lureau (1):
  configure: print virglrenderer version

 configure                     |  3 +-
 include/hw/display/ramfb.h    | 12 ++++++
 hw/arm/sysbus-fdt.c           |  7 ++++
 hw/arm/virt.c                 |  2 +
 hw/display/ramfb-standalone.c | 62 ++++++++++++++++++++++++++++
 hw/display/ramfb.c            | 95 +++++++++++++++++++++++++++++++++++++++++++
 hw/i386/pc_piix.c             |  2 +
 hw/i386/pc_q35.c              |  2 +
 MAINTAINERS                   |  6 +++
 hw/display/Makefile.objs      |  3 ++
 10 files changed, 193 insertions(+), 1 deletion(-)
 create mode 100644 include/hw/display/ramfb.h
 create mode 100644 hw/display/ramfb-standalone.c
 create mode 100644 hw/display/ramfb.c

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/4] Vga 20180618 patches
Posted by Peter Maydell 5 years, 9 months ago
On 18 June 2018 at 10:57, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 2ef2f16781af9dee6ba6517755e9073ba5799fa2:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a' into staging (2018-06-15 18:13:35 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/vga-20180618-pull-request
>
> for you to fetch changes up to 58d632c7ce66c272868b057491cec7ee5a6a1050:
>
>   Add ramfb MAINTAINERS entry (2018-06-18 11:24:25 +0200)
>
> ----------------------------------------------------------------
> vga: add ramfb, print virglrenderer version
>
> ----------------------------------------------------------------
>

Applied, thanks.

-- PMM