[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 037/143] meson: add qemu-bridge-helper
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH 037/143] meson: add qemu-bridge-helper |
Date: |
Fri, 7 Aug 2020 15:20:31 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 |
Hi Paolo,
On 8/6/20 9:14 PM, Paolo Bonzini wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> Makefile | 4 ----
> meson.build | 8 +++++++-
> 2 files changed, 7 insertions(+), 5 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 5df772b..0a2bbd5 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -181,8 +181,6 @@ LIBS+=-lz $(LIBS_TOOLS)
>
> HELPERS-y = $(HELPERS)
>
> -HELPERS-$(call land,$(CONFIG_SOFTMMU),$(CONFIG_LINUX)) +=
> qemu-bridge-helper$(EXESUF)
> -
> # Sphinx does not allow building manuals into the same directory as
> # the source files, so if we're doing an in-tree QEMU build we must
> # build the manuals into a subdirectory (and then install them from
> @@ -415,8 +413,6 @@ qemu-nbd$(EXESUF): qemu-nbd.o $(authz-obj-y)
> $(block-obj-y) $(crypto-obj-y) $(io
> qemu-io$(EXESUF): qemu-io.o $(authz-obj-y) $(block-obj-y) $(crypto-obj-y)
> $(io-obj-y) $(qom-obj-y) $(COMMON_LDADDS)
> qemu-storage-daemon$(EXESUF): qemu-storage-daemon.o $(authz-obj-y)
> $(block-obj-y) $(crypto-obj-y) $(chardev-obj-y) $(io-obj-y) $(qom-obj-y)
> $(storage-daemon-obj-y) $(COMMON_LDADDS)
>
> -qemu-bridge-helper$(EXESUF): qemu-bridge-helper.o $(COMMON_LDADDS)
> -
> qemu-keymap$(EXESUF): qemu-keymap.o ui/input-keymap.o $(COMMON_LDADDS)
>
> qemu-edid$(EXESUF): qemu-edid.o hw/display/edid-generate.o $(COMMON_LDADDS)
> diff --git a/meson.build b/meson.build
> index a68c7b4..9eb1204 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -270,7 +270,6 @@ qemuutil = declare_dependency(link_with: libqemuutil,
> sources: genh + version_res)
>
> # Other build targets
> -
> if 'CONFIG_GUEST_AGENT' in config_host
> subdir('qga')
> endif
> @@ -289,6 +288,13 @@ if have_tools
> subdir('contrib/vhost-user-scsi')
> endif
>
> + if host_machine.system() == 'linux'
> + executable('qemu-bridge-helper', files('qemu-bridge-helper.c'),
> + dependencies: [qemuutil, libcap_ng],
Is libcap_ng still optional?
> + install: true,
> + install_dir: get_option('libexecdir'))
> + endif
> +
> if 'CONFIG_IVSHMEM' in config_host
> subdir('contrib/ivshmem-client')
> subdir('contrib/ivshmem-server')
>
- [PATCH 026/143] contrib/vhost-user-blk: convert to Meson, (continued)
- [PATCH 026/143] contrib/vhost-user-blk: convert to Meson, Paolo Bonzini, 2020/08/06
- [PATCH 029/143] contrib/vhost-user-input: convert to meson, Paolo Bonzini, 2020/08/06
- [PATCH 032/143] contrib/elf2dmp: convert to meson, Paolo Bonzini, 2020/08/06
- [PATCH 030/143] contrib/vhost-user-gpu: convert to meson, Paolo Bonzini, 2020/08/06
- [PATCH 034/143] meson: convert vss-win32, Paolo Bonzini, 2020/08/06
- [PATCH 031/143] contrib/ivshmem: convert to meson, Paolo Bonzini, 2020/08/06
- [PATCH 033/143] meson: convert qemu-ga, Paolo Bonzini, 2020/08/06
- [PATCH 035/143] meson: add msi generation, Paolo Bonzini, 2020/08/06
- [PATCH 036/143] meson: convert dummy Windows qga/qemu-ga target, Paolo Bonzini, 2020/08/06
- [PATCH 037/143] meson: add qemu-bridge-helper, Paolo Bonzini, 2020/08/06
- Re: [PATCH 037/143] meson: add qemu-bridge-helper,
Philippe Mathieu-Daudé <=
- [PATCH 038/143] meson: add qemu-keymap, Paolo Bonzini, 2020/08/06
- [PATCH 039/143] meson: add qemu-edid, Paolo Bonzini, 2020/08/06
- [PATCH 040/143] meson: add virtfs-proxy-helper, Paolo Bonzini, 2020/08/06
- [PATCH 041/143] meson: keymap-gen, Paolo Bonzini, 2020/08/06
- [PATCH 042/143] meson: generate qemu-version.h, Paolo Bonzini, 2020/08/06
- [PATCH 043/143] meson: generate shader headers, Paolo Bonzini, 2020/08/06
- [PATCH 044/143] meson: generate hxtool files, Paolo Bonzini, 2020/08/06