qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 74acdf: virtio-gpu: add virtio-gpu-pci module


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 74acdf: virtio-gpu: add virtio-gpu-pci module
Date: Sun, 01 Nov 2020 02:41:21 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 74acdf0af81f803e748523363abd3c145b9d25ad
      
https://github.com/qemu/qemu/commit/74acdf0af81f803e748523363abd3c145b9d25ad
  Author: Gerd Hoffmann <kraxel@redhat.com>
  Date:   2020-10-29 (Thu, 29 Oct 2020)

  Changed paths:
    M hw/display/meson.build
    M util/module.c

  Log Message:
  -----------
  virtio-gpu: add virtio-gpu-pci module

Build virtio-gpu pci devices modular.  Must be a separate module because
not all qemu softmmu variants come with PCI support.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20201023064618.21409-2-kraxel@redhat.com


  Commit: 1e1f9c20bc0bdd4cf11cfe5057465d484b611858
      
https://github.com/qemu/qemu/commit/1e1f9c20bc0bdd4cf11cfe5057465d484b611858
  Author: Gerd Hoffmann <kraxel@redhat.com>
  Date:   2020-10-29 (Thu, 29 Oct 2020)

  Changed paths:
    M hw/display/meson.build
    M util/module.c

  Log Message:
  -----------
  virtio-gpu: add virtio-vga module

Build virtio-gpu vga devices modular.  Must be a separate module because
not all qemu softmmu variants come with VGA support.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 20201023064618.21409-3-kraxel@redhat.com


  Commit: 43376ccc8d2ceb64e281f0032897df80b6d0251a
      
https://github.com/qemu/qemu/commit/43376ccc8d2ceb64e281f0032897df80b6d0251a
  Author: Gerd Hoffmann <kraxel@redhat.com>
  Date:   2020-10-29 (Thu, 29 Oct 2020)

  Changed paths:
    M hw/display/meson.build
    M hw/display/virtio-gpu-3d.c

  Log Message:
  -----------
  virtio-gpu: only compile virtio-gpu-3d.c for CONFIG_VIRGL=y

There is no actual code in the CONFIG_VIRGL=n case.  So building is
(a) pointless and (b) makes macos ranlib complain.

Reported-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 20201026142851.28735-1-kraxel@redhat.com


  Commit: 5869f8dd1f57ce93f80171427e723227471d8a33
      
https://github.com/qemu/qemu/commit/5869f8dd1f57ce93f80171427e723227471d8a33
  Author: Gerd Hoffmann <kraxel@redhat.com>
  Date:   2020-10-29 (Thu, 29 Oct 2020)

  Changed paths:
    M configure

  Log Message:
  -----------
  modules: unbreak them on macos

Using the correct shared library suffix helps ;)

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20201027120603.3625-1-kraxel@redhat.com


  Commit: 546323bdac18984c771ebefae1046ee61742f9ca
      
https://github.com/qemu/qemu/commit/546323bdac18984c771ebefae1046ee61742f9ca
  Author: Gerd Hoffmann <kraxel@redhat.com>
  Date:   2020-10-29 (Thu, 29 Oct 2020)

  Changed paths:
    M util/module.c

  Log Message:
  -----------
  modules: turn off lazy binding

We want missing symbols fail module load right away instead of having
qemu abort later on in case lazy binding fails.  Can happen -- for
example -- when trying to load a module for a pci device
(virtio-gpu-pci) into a qemu without pci support (qemu-system-avr).

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20201028054944.5772-1-kraxel@redhat.com


  Commit: 2ab6c494339652e69ec405dc779d83c46c8faf98
      
https://github.com/qemu/qemu/commit/2ab6c494339652e69ec405dc779d83c46c8faf98
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2020-10-31 (Sat, 31 Oct 2020)

  Changed paths:
    M configure
    M hw/display/meson.build
    M hw/display/virtio-gpu-3d.c
    M util/module.c

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

modules: build virtio-gpu-pci & virtio-vga modular.
modules: various bugfixes, mostly for macos.

# gpg: Signature made Thu 29 Oct 2020 11:09:41 GMT
# gpg:                using RSA key 4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" [full]
# gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>" [full]
# gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>" [full]
# Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138

* remotes/kraxel/tags/modules-20201029-pull-request:
  modules: turn off lazy binding
  modules: unbreak them on macos
  virtio-gpu: only compile virtio-gpu-3d.c for CONFIG_VIRGL=y
  virtio-gpu: add virtio-vga module
  virtio-gpu: add virtio-gpu-pci module

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/5e6464f9c675...2ab6c4943396



reply via email to

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