qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/4] Vga 20180618 patches
@ 2018-06-18  9:57 Gerd Hoffmann
  2018-06-18  9:57 ` [Qemu-devel] [PULL 1/4] configure: print virglrenderer version Gerd Hoffmann
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Gerd Hoffmann @ 2018-06-18  9:57 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Eduardo Habkost, Marcel Apfelbaum,
	Michael S. Tsirkin, qemu-arm, Richard Henderson, Peter Maydell,
	Gerd Hoffmann

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-06-19 13:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-18  9:57 [Qemu-devel] [PULL 0/4] Vga 20180618 patches Gerd Hoffmann
2018-06-18  9:57 ` [Qemu-devel] [PULL 1/4] configure: print virglrenderer version Gerd Hoffmann
2018-06-18  9:57 ` [Qemu-devel] [PULL 2/4] hw/display: add ramfb, a simple boot framebuffer living in guest ram Gerd Hoffmann
2018-06-18  9:57 ` [Qemu-devel] [PULL 3/4] hw/display: add standalone ramfb device Gerd Hoffmann
2018-06-18  9:57 ` [Qemu-devel] [PULL 4/4] Add ramfb MAINTAINERS entry Gerd Hoffmann
2018-06-19 13:33 ` [Qemu-devel] [PULL 0/4] Vga 20180618 patches Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).