mbox series

[PULL,0/6] Vga 20200915 patches

Message ID 20200915130908.12808-1-kraxel@redhat.com
Headers show
Series Vga 20200915 patches | expand

Message

Gerd Hoffmann Sept. 15, 2020, 1:09 p.m. UTC
The following changes since commit 2d2c73d0e3d504a61f868e46e6abd5643f38091b:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200914-1' into staging (2020-09-14 16:03:08 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 7b0de5b7969e695d6235525654a8a28a0d82a0e0:

  virtio-gpu: build modular (2020-09-15 14:11:49 +0200)

----------------------------------------------------------------
vga: fix qxl modular build.
vga: add support for virtio-gpu modular builds.

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

Gerd Hoffmann (6):
  meson: fix qxl dependencies
  meson: fix module config
  meson: remove duplicate qxl sources
  object_initialize: try module load
  virtio-gpu: make virtio_gpu_ops static
  virtio-gpu: build modular

 include/hw/virtio/virtio-gpu.h |  3 +--
 hw/display/virtio-gpu-base.c   |  3 ++-
 hw/display/virtio-vga.c        | 16 ++++++++--------
 qom/object.c                   |  6 ++++++
 util/module.c                  |  2 ++
 hw/display/meson.build         | 27 ++++++++-------------------
 meson.build                    |  2 +-
 7 files changed, 28 insertions(+), 31 deletions(-)

-- 
2.27.0

Comments

Peter Maydell Sept. 15, 2020, 4 p.m. UTC | #1
On Tue, 15 Sep 2020 at 14:21, Gerd Hoffmann <kraxel@redhat.com> wrote:
>

> The following changes since commit 2d2c73d0e3d504a61f868e46e6abd5643f38091b:

>

>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200914-1' into staging (2020-09-14 16:03:08 +0100)

>

> are available in the Git repository at:

>

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

>

> for you to fetch changes up to 7b0de5b7969e695d6235525654a8a28a0d82a0e0:

>

>   virtio-gpu: build modular (2020-09-15 14:11:49 +0200)

>

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

> vga: fix qxl modular build.

> vga: add support for virtio-gpu modular builds.

>

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

>

> Gerd Hoffmann (6):

>   meson: fix qxl dependencies

>   meson: fix module config

>   meson: remove duplicate qxl sources

>   object_initialize: try module load

>   virtio-gpu: make virtio_gpu_ops static

>   virtio-gpu: build modular



Applied, thanks.

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

-- PMM