qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 47479c: configure: print virglrenderer versio


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 47479c: configure: print virglrenderer version
Date: Tue, 19 Jun 2018 06:33:45 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 47479c55b094291efa2c85fcaf97cd9241e5a8aa
      
https://github.com/qemu/qemu/commit/47479c55b094291efa2c85fcaf97cd9241e5a8aa
  Author: Marc-André Lureau <address@hidden>
  Date:   2018-06-18 (Mon, 18 Jun 2018)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: print virglrenderer version

Signed-off-by: Marc-André Lureau <address@hidden>
Reviewed-by: Ján Tomko <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 995b30179bdc97a01ff2e4e0dce07f3e9b7d7d7d
      
https://github.com/qemu/qemu/commit/995b30179bdc97a01ff2e4e0dce07f3e9b7d7d7d
  Author: Gerd Hoffmann <address@hidden>
  Date:   2018-06-18 (Mon, 18 Jun 2018)

  Changed paths:
    M hw/display/Makefile.objs
    A hw/display/ramfb.c
    A include/hw/display/ramfb.h

  Log Message:
  -----------
  hw/display: add ramfb, a simple boot framebuffer living in guest ram

The boot framebuffer is expected to be configured by the firmware, so it
uses fw_cfg as interface.  Initialization goes as follows:

  (1) Check whenever etc/ramfb is present.
  (2) Allocate framebuffer from RAM.
  (3) Fill struct RAMFBCfg, write it to etc/ramfb.

Done.  You can write stuff to the framebuffer now, and it should appear
automagically on the screen.

Note that this isn't very efficient because it does a full display
update on each refresh.  No dirty tracking.  Dirty tracking would have
to be active for the whole ram slot, so that wouldn't be very efficient
either.  For a boot display which is active for a short time only this
isn't a big deal.  As permanent guest display something better should be
used (if possible).

This is the ramfb core code.  Some windup is needed for display devices
which want have a ramfb boot display.

Signed-off-by: Gerd Hoffmann <address@hidden>
Tested-by: Laszlo Ersek <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 94692dcd71473622f3a14416dae67e73e7e733ec
      
https://github.com/qemu/qemu/commit/94692dcd71473622f3a14416dae67e73e7e733ec
  Author: Gerd Hoffmann <address@hidden>
  Date:   2018-06-18 (Mon, 18 Jun 2018)

  Changed paths:
    M hw/arm/sysbus-fdt.c
    M hw/arm/virt.c
    M hw/display/Makefile.objs
    A hw/display/ramfb-standalone.c
    M hw/i386/pc_piix.c
    M hw/i386/pc_q35.c
    M include/hw/display/ramfb.h

  Log Message:
  -----------
  hw/display: add standalone ramfb device

Signed-off-by: Gerd Hoffmann <address@hidden>
Tested-by: Laszlo Ersek <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 58d632c7ce66c272868b057491cec7ee5a6a1050
      
https://github.com/qemu/qemu/commit/58d632c7ce66c272868b057491cec7ee5a6a1050
  Author: Gerd Hoffmann <address@hidden>
  Date:   2018-06-18 (Mon, 18 Jun 2018)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  Add ramfb MAINTAINERS entry

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Laszlo Ersek <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 59926de9987ccdbeb65beb83974dd8f1756fcc62
      
https://github.com/qemu/qemu/commit/59926de9987ccdbeb65beb83974dd8f1756fcc62
  Author: Peter Maydell <address@hidden>
  Date:   2018-06-19 (Tue, 19 Jun 2018)

  Changed paths:
    M MAINTAINERS
    M configure
    M hw/arm/sysbus-fdt.c
    M hw/arm/virt.c
    M hw/display/Makefile.objs
    A hw/display/ramfb-standalone.c
    A hw/display/ramfb.c
    M hw/i386/pc_piix.c
    M hw/i386/pc_q35.c
    A include/hw/display/ramfb.h

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180618-pull-request' 
into staging

vga: add ramfb, print virglrenderer version

# gpg: Signature made Mon 18 Jun 2018 10:57:38 BST
# gpg:                using RSA key 4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"
# Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138

* remotes/kraxel/tags/vga-20180618-pull-request:
  Add ramfb MAINTAINERS entry
  hw/display: add standalone ramfb device
  hw/display: add ramfb, a simple boot framebuffer living in guest ram
  configure: print virglrenderer version

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/be33f56c76e5...59926de9987c
      **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]