[PULL 0/8] Modules 20201015 patches

Gerd Hoffmann posted 8 patches 3 years, 7 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201015125322.23648-1-kraxel@redhat.com
Maintainers: "Marc-André Lureau" <marcandre.lureau@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Thomas Huth <thuth@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Laurent Vivier <lvivier@redhat.com>
include/chardev/spice.h |  4 ----
include/qemu/module.h   |  8 ++++----
include/ui/qemu-spice.h |  1 -
chardev/spice.c         | 37 ++++++++++---------------------------
softmmu/qtest.c         |  2 +-
softmmu/vl.c            |  9 +++++----
ui/spice-app.c          | 34 ++++++++++++++++++++++------------
ui/spice-core.c         |  2 --
util/module.c           | 26 +++++++++++++++-----------
audio/meson.build       |  2 +-
chardev/meson.build     |  7 ++++++-
meson.build             |  2 ++
monitor/meson.build     |  2 +-
ui/meson.build          |  2 +-
14 files changed, 68 insertions(+), 70 deletions(-)
[PULL 0/8] Modules 20201015 patches
Posted by Gerd Hoffmann 3 years, 7 months ago
The following changes since commit 57c98ea9acdcef5021f5671efa6475a5794a51c4:

  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201014-pull-request' into staging (2020-10-14 13:56:06 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 23ebeaae4eb09a0d92dc7f22b41e5dd08485c390:

  chardev/spice: build spice chardevs as module (2020-10-15 11:14:40 +0200)

----------------------------------------------------------------
modules: misc fixes & tweaks.
modules: build spice chardevs as module.

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

Gerd Hoffmann (8):
  module: silence errors for module_load_qom_all().
  modules: update qom object module comment
  ui/spice-app: don't use qemu_chr_open_spice_port directly
  chardev/spice: make qemu_chr_open_spice_port static
  chardev/spice: simplify chardev setup
  meson: add spice_headers dependency.
  meson: add spice dependency to core spice source files.
  chardev/spice: build spice chardevs as module

 include/chardev/spice.h |  4 ----
 include/qemu/module.h   |  8 ++++----
 include/ui/qemu-spice.h |  1 -
 chardev/spice.c         | 37 ++++++++++---------------------------
 softmmu/qtest.c         |  2 +-
 softmmu/vl.c            |  9 +++++----
 ui/spice-app.c          | 34 ++++++++++++++++++++++------------
 ui/spice-core.c         |  2 --
 util/module.c           | 26 +++++++++++++++-----------
 audio/meson.build       |  2 +-
 chardev/meson.build     |  7 ++++++-
 meson.build             |  2 ++
 monitor/meson.build     |  2 +-
 ui/meson.build          |  2 +-
 14 files changed, 68 insertions(+), 70 deletions(-)

-- 
2.27.0



Re: [PULL 0/8] Modules 20201015 patches
Posted by Peter Maydell 3 years, 7 months ago
On Thu, 15 Oct 2020 at 13:55, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 57c98ea9acdcef5021f5671efa6475a5794a51c4:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201014-pull-request' into staging (2020-10-14 13:56:06 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/modules-20201015-pull-request
>
> for you to fetch changes up to 23ebeaae4eb09a0d92dc7f22b41e5dd08485c390:
>
>   chardev/spice: build spice chardevs as module (2020-10-15 11:14:40 +0200)
>
> ----------------------------------------------------------------
> modules: misc fixes & tweaks.
> modules: build spice chardevs as module.
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (8):
>   module: silence errors for module_load_qom_all().
>   modules: update qom object module comment
>   ui/spice-app: don't use qemu_chr_open_spice_port directly
>   chardev/spice: make qemu_chr_open_spice_port static
>   chardev/spice: simplify chardev setup
>   meson: add spice_headers dependency.
>   meson: add spice dependency to core spice source files.
>   chardev/spice: build spice chardevs as module


Applied, thanks.

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

-- PMM