mbox series

[PULL,0/5] Modules 20201029 patches

Message ID 20201029110957.11062-1-kraxel@redhat.com
Headers show
Series Modules 20201029 patches | expand

Message

Gerd Hoffmann Oct. 29, 2020, 11:09 a.m. UTC
The following changes since commit bbc48d2bcb9711614fbe751c2c5ae13e172fbca8:

  Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-20201027' into staging (2020-10-28 16:25:31 +0000)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/modules-20201029-pull-request

for you to fetch changes up to 546323bdac18984c771ebefae1046ee61742f9ca:

  modules: turn off lazy binding (2020-10-29 06:37:24 +0100)

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

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

Gerd Hoffmann (5):
  virtio-gpu: add virtio-gpu-pci module
  virtio-gpu: add virtio-vga module
  virtio-gpu: only compile virtio-gpu-3d.c for CONFIG_VIRGL=y
  modules: unbreak them on macos
  modules: turn off lazy binding

 configure                  |  1 +
 hw/display/virtio-gpu-3d.c |  4 ----
 util/module.c              |  8 +++++++-
 hw/display/meson.build     | 25 ++++++++++++++++++++-----
 4 files changed, 28 insertions(+), 10 deletions(-)

-- 
2.27.0

Comments

Peter Maydell Nov. 1, 2020, 10:42 a.m. UTC | #1
On Thu, 29 Oct 2020 at 11:16, Gerd Hoffmann <kraxel@redhat.com> wrote:
>

> The following changes since commit bbc48d2bcb9711614fbe751c2c5ae13e172fbca8:

>

>   Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-20201027' into staging (2020-10-28 16:25:31 +0000)

>

> are available in the Git repository at:

>

>   git://git.kraxel.org/qemu tags/modules-20201029-pull-request

>

> for you to fetch changes up to 546323bdac18984c771ebefae1046ee61742f9ca:

>

>   modules: turn off lazy binding (2020-10-29 06:37:24 +0100)

>

> ----------------------------------------------------------------

> modules: build virtio-gpu-pci & virtio-vga modular.

> modules: various bugfixes, mostly for macos.

>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM