[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
qemu-xen-staging v7.0.0, FTBFS in Bullseye, deb11
Hello,
https://lists.nongnu.org/archive/html/qemu-devel/2022-07/msg04911.html
I rebased the xen-4.16.1.tar.gz release with the qemu-xen v7.0.0 from staging.
http://xenbits.xen.org/gitweb/?p=qemu-xen.git;a=shortlog;h=refs/heads/staging
I built this in AlmaLinux 9 and Jammy 22.04 without trouble, however
in Bullseye I could not get past errors like shown in qemu-devel post
above.
> ../ui/dbus.c: In function ‘dbus_create_context’:
> ../ui/dbus.c:47:20: error: ‘qemu_egl_rn_ctx’ undeclared (first use in this
> function); did you mean ‘qemu_egl_init_ctx’?
> 47 | qemu_egl_rn_ctx);
> | ^~~~~~~~~~~~~~~
> | qemu_egl_init_ctx
> ../ui/dbus.c:47:20: note: each undeclared identifier is reported only once
> for each function it appears in
>
> and many other similar errors, because include/ui/egl-helpers.h only has
> these declaration if gbm is found on the system.
>
> Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>
`D-bus display` is a new feature in qemu v7.0.0 and they are showing
errors still 3 months after release.
The patch they proposed is indexed at 3285 past the v7.0.0 release! It
seemed impossible to put together a backported patchset that includes
their fix.
Nevertheless I found 5/3285 patches that could backport and get past FTBFS.
They are attached along with the Meson metainfo for the Bullseye qemu build.
I have used this patchset using the quilt, git am, and rpm patching
systems and I trust it will work anywhere on the qemu-xen tree.
cheers,
PryMar56
Attachment:
1106-move-opengl-to-meson.diff
Description: Text document
Meson metainfo for qemu-7.0.0 build in Debian Bullseye, deb11 with gcc-10.2.1env -u CFLAGS CONFIG_UUMEQ=y /usr/bin/make -j5 subdir-install-qemu-xen-dir -C debian/build/build-utils_amd64/tools DESTDIR=/home/mockbuild/pbdeps/xen-4.16.1/debian/build/install-qemuu_amd64
make[3]: Entering directory '/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools'
if test -d /home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/../tools/qemu-xen ; then \
mkdir -p qemu-xen-dir; \
else \
export GIT=git; \
/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/../scripts/git-checkout.sh /home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/../tools/qemu-xen qemu-xen-4.16.1 qemu-xen-dir ; \
fi
if test -d /home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/../tools/qemu-xen ; then \
source=/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/../tools/qemu-xen; \
else \
source=/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/../tools/qemu-xen-dir; \
fi; \
mkdir -p qemu-xen-build; \
cd qemu-xen-build; \
if $source/scripts/tracetool.py --check-backend --backend log ; then \
enable_trace_backend='--enable-trace-backend=log'; \
elif $source/scripts/tracetool.py --check-backend --backend stderr ; then \
enable_trace_backend='--enable-trace-backend=stderr'; \
else \
enable_trace_backend='' ; \
fi ; \
if [ "" = "y" ]; then \
virtfs='--enable-virtfs' ; \
elif [ "" = "n" ]; then \
virtfs='--disable-virtfs' ; \
else \
virtfs='' ; \
fi ; \
LDFLAGS="-L/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/../../install-utils_amd64/usr/lib/x86_64-linux-gnu -Wl,-rpath-link=/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/../../install-utils_amd64/usr/lib/x86_64-linux-gnu $LDFLAGS" \
PKG_CONFIG_PATH=/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/../../install-utils_amd64/usr/lib/x86_64-linux-gnu/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PATH}} \
$source/configure --enable-xen --target-list=i386-softmmu \
\
$enable_trace_backend \
--prefix=/usr \
--libdir=/usr/lib/xen-4.16/lib \
--includedir=/usr/lib/xen-4.16/include \
--extra-cflags="-DXC_WANT_COMPAT_EVTCHN_API=1 \
-DXC_WANT_COMPAT_GNTTAB_API=1 \
-I/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/../tools/include \
-DXC_WANT_COMPAT_MAP_FOREIGN_API=1 \
-DXC_WANT_COMPAT_DEVICEMODEL_API=1 \
" \
--extra-ldflags=" -L/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/../../install-utils_amd64/usr/lib/x86_64-linux-gnu -Wl,-rpath-link=/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/../../install-utils_amd64/usr/lib/x86_64-linux-gnu " \
--bindir=/usr/lib/xen-4.16/bin \
--datadir=/usr/share/qemu-xen \
--localstatedir=/var \
--docdir=/usr/lib/xen-4.16/share/doc \
--mandir=/usr/lib/xen-4.16/share/man \
--libexecdir=/usr/lib/xen-4.16/libexec \
--firmwarepath=/usr/lib/xen-4.16/share/qemu-firmware \
--disable-kvm \
--disable-docs \
--disable-guest-agent \
--mandir=/usr/share/man --enable-docs --meson=/usr/bin/meson --enable-linux-aio --audio-drv-list=alsa,oss --enable-attr --enable-brlapi --enable-tcg --enable-glusterfs --enable-libiscsi --enable-virglrenderer --enable-slirp --enable-virtfs --enable-cap-ng --enable-curl --enable-rdma --enable-gnutls --disable-gtk --disable-vte --enable-libiscsi --enable-curses --enable-libnfs --enable-rbd --enable-vnc-sasl --enable-sdl --enable-seccomp --enable-spice --enable-libusb --enable-usb-redir --enable-libssh --enable-vde --enable-vnc --enable-vnc-jpeg --enable-vnc-png --enable-xen-pci-passthrough --enable-lzo --enable-vhost-net --enable-kvm --disable-strip --firmwarepath=/usr/share/qemu:/usr/share/seabios:/usr/lib/ipxe/qemu --disable-linux-user --enable-system --enable-modules --disable-capstone --enable-linux-aio --enable-bzip2 --extra-cflags=" -I/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/include -D_FORTIFY_SOURCE=2 -DVENDOR_DEBIAN " \
--cpu=x86_64 \
\
$virtfs; \
/usr/bin/make all
The Meson build system
Version: 0.61.1
Source dir: /home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/qemu-xen
Build dir: /home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/qemu-xen-build
Build type: native build
Project name: qemu
Project version: 7.0.0
C compiler for the host machine: cc -m64 -mcx16 (gcc 10.2.1 "cc (Debian 10.2.1-6) 10.2.1 20210110")
C linker for the host machine: cc -m64 -mcx16 ld.bfd 2.35.2
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program sh found: YES (/bin/sh)
Program python3 found: YES (/usr/bin/python3)
Program bzip2 found: YES (/bin/bzip2)
C++ compiler for the host machine: c++ -m64 -mcx16 (gcc 10.2.1 "c++ (Debian 10.2.1-6) 10.2.1 20210110")
C++ linker for the host machine: c++ -m64 -mcx16 ld.bfd 2.35.2
Program cgcc found: NO
Library m found: YES
Run-time dependency threads found: YES
Library util found: YES
Run-time dependency appleframeworks found: NO (tried framework)
Found pkg-config: /usr/bin/pkg-config (0.29.2)
Run-time dependency gio-2.0 found: YES 2.66.8
Program /usr/bin/gdbus-codegen found: YES (/usr/bin/gdbus-codegen)
Run-time dependency gio-unix-2.0 found: YES 2.66.8
Run-time dependency pixman-1 found: YES 0.40.0
Run-time dependency zlib found: YES 1.2.11
Has header "libaio.h" : YES
Library aio found: YES
Run-time dependency liburing found: NO (tried pkgconfig)
Run-time dependency libnfs found: YES 4.0.0
Run-time dependency appleframeworks found: NO (tried framework)
Run-time dependency libseccomp found: YES 2.5.1
Has header "cap-ng.h" : YES
Library cap-ng found: YES
Run-time dependency xkbcommon found: YES 1.0.3
Has header "libvdeplug.h" : YES
Library vdeplug found: YES
Run-time dependency libpulse found: YES 14.2
Run-time dependency alsa found: YES 1.2.4
Run-time dependency jack found: NO (tried pkgconfig)
Run-time dependency spice-protocol found: YES 0.14.3
Run-time dependency spice-server found: YES 0.14.3
Library rt found: YES
Run-time dependency libiscsi found: YES 1.19.0
Run-time dependency libzstd found: YES 1.4.8
Run-time dependency virglrenderer found: YES 0.8.2
Run-time dependency libcurl found: YES 7.74.0
Run-time dependency libudev found: YES 247
Library mpathpersist found: NO
Run-time dependency ncursesw found: YES 6.2.20201114
Has header "brlapi.h" : YES
Library brlapi found: YES
Run-time dependency sdl2 found: YES 2.0.14
Run-time dependency sdl2_image found: NO (tried pkgconfig)
Library rados found: YES
Has header "rbd/librbd.h" : YES
Library rbd found: YES
Run-time dependency glusterfs-api found: YES 7.9.2
Run-time dependency libssh found: YES 0.9.5
Has header "bzlib.h" : YES
Library bz2 found: YES
Has header "lzfse.h" : NO
Has header "sys/soundcard.h" : YES
Run-time dependency epoxy found: YES 1.5.5
Has header "epoxy/egl.h" with dependency epoxy: YES
Run-time dependency gbm found: YES 20.3.5
Run-time dependency gnutls found: YES 3.7.1
Dependency gtk+-3.0 skipped: feature gtk disabled
Run-time dependency libpng found: YES 1.6.37
Run-time dependency libjpeg found: YES 2.0.6
Has header "sasl/sasl.h" : YES
Library sasl2 found: YES
Has header "security/pam_appl.h" : NO
Has header "snappy-c.h" : NO
Has header "lzo/lzo1x.h" : YES
Library lzo2 found: YES
Has header "numa.h" : YES
Library numa found: YES
Library ibumad found: YES
Has header "rdma/rdma_cma.h" : YES
Library rdmacm found: YES
Library ibverbs found: YES
Run-time dependency libcacard found: YES 2.8.0
Run-time dependency u2f-emu found: NO (tried pkgconfig)
Run-time dependency libusbredirparser-0.5 found: YES 0.8.0
Run-time dependency libusb-1.0 found: YES 1.0.24
Run-time dependency libpmem found: NO (tried pkgconfig)
Run-time dependency libdaxctl found: NO (tried pkgconfig)
Run-time dependency libtasn1 found: YES 4.16.0
Run-time dependency libkeyutils found: YES 1.6.1
Checking for function "gettid" : YES
Run-time dependency libselinux found: YES 3.1
Run-time dependency fuse3 found: YES 3.10.3
Run-time dependency libbpf found: NO (tried pkgconfig)
Has header "sys/epoll.h" : YES
Has header "linux/magic.h" : YES
Has header "valgrind/valgrind.h" : NO
Has header "linux/btrfs.h" : YES
Has header "libdrm/drm.h" : NO
Has header "pty.h" : YES
Has header "sys/disk.h" : NO
Has header "sys/ioccom.h" : NO
Has header "sys/kcov.h" : NO
Checking for function "accept4" : YES
Checking for function "clock_adjtime" : YES
Checking for function "dup3" : YES
Checking for function "fallocate" : YES
Checking for function "posix_fallocate" : YES
Checking for function "posix_memalign" : YES
Checking for function "_aligned_malloc" : NO
Checking for function "valloc" : YES
Checking for function "memalign" : YES
Checking for function "ppoll" : YES
Checking for function "preadv" : YES
Checking for function "pthread_fchdir_np" : NO
Checking for function "sem_timedwait" with dependency threads: YES
Checking for function "sendfile" : YES
Checking for function "setns" : YES
Checking for function "unshare" : YES
Checking for function "syncfs" : YES
Checking for function "sync_file_range" : YES
Checking for function "timerfd_create" : YES
Checking for function "copy_file_range" : YES
Checking for function "openpty" with dependency -lutil: YES
Checking for function "strchrnul" : YES
Checking for function "system" : YES
Checking for function "ibv_advise_mr" with dependencies -lrdmacm, -libverbs, -libumad: YES
Header has symbol "bswap_32" : YES
Header has symbol "epoll_create1" : YES
Header has symbol "environ" : YES
Header has symbol "FALLOC_FL_PUNCH_HOLE" : YES
Header has symbol "FALLOC_FL_KEEP_SIZE" : YES
Header has symbol "FALLOC_FL_ZERO_RANGE" : YES
Has header "linux/fiemap.h" : YES
Header has symbol "FS_IOC_FIEMAP" : YES
Checking for function "getrandom" : YES
Header has symbol "GRND_NONBLOCK" : YES
Header has symbol "inotify_init" : YES
Header has symbol "inotify_init1" : YES
Header has symbol "bswap32" : NO
Header has symbol "PR_SET_TIMERSLACK" : YES
Header has symbol "IFLA_PROTO_DOWN" : YES
Header has symbol "makedev" : YES
Header has symbol "optreset" : NO
Header has symbol "IPPROTO_MPTCP" : NO
Checking whether type "struct sigevent" has member "sigev_notify_thread_id" : NO
Checking whether type "struct stat" has member "st_atim" : YES
Checking for type "struct iovec" : YES
Checking for type "struct utmpx" : YES
Checking for type "struct mmsghdr" : YES
Program scripts/minikconf.py found: YES (/usr/bin/python3 /home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/qemu-xen/scripts/minikconf.py)
Configuring i386-softmmu-config-target.h using configuration
Configuring i386-softmmu-config-devices.mak with command
Reading depfile: /home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/qemu-xen-build/meson-private/i386-softmmu-config-devices.mak.d
Configuring i386-softmmu-config-devices.h using configuration
Program scripts/make-config-poison.sh found: YES (/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/qemu-xen/scripts/make-config-poison.sh)
Run-time dependency slirp found: YES 4.4.0
Library fdt found: YES
Configuring config-host.h using configuration
Program scripts/hxtool found: YES (/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/qemu-xen/scripts/hxtool)
Program scripts/shaderinclude.pl found: YES (/usr/bin/env perl /home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/qemu-xen/scripts/shaderinclude.pl)
Program scripts/qapi-gen.py found: YES (/usr/bin/python3 /home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/qemu-xen/scripts/qapi-gen.py)
Program scripts/qemu-version.sh found: YES (/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/qemu-xen/scripts/qemu-version.sh)
Executing subproject libvhost-user
libvhost-user| Project name: libvhost-user
libvhost-user| Project version: undefined
libvhost-user| C compiler for the host machine: cc -m64 -mcx16 (gcc 10.2.1 "cc (Debian 10.2.1-6) 10.2.1 20210110")
libvhost-user| C linker for the host machine: cc -m64 -mcx16 ld.bfd 2.35.2
libvhost-user| Dependency threads found: YES unknown (cached)
libvhost-user| Dependency glib-2.0 found: YES 2.66.8 (overridden)
libvhost-user| Build targets in project: 9
libvhost-user| Subproject libvhost-user finished.
Program scripts/decodetree.py found: YES (/usr/bin/python3 /home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/qemu-xen/scripts/decodetree.py)
Program ../scripts/modules/module_block.py found: YES (/usr/bin/python3 /home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/qemu-xen/block/../scripts/modules/module_block.py)
Program ../scripts/block-coroutine-wrapper.py found: YES (/usr/bin/python3 /home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/qemu-xen/block/../scripts/block-coroutine-wrapper.py)
Program scripts/modinfo-collect.py found: YES (/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/qemu-xen/scripts/modinfo-collect.py)
Program scripts/modinfo-generate.py found: YES (/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/qemu-xen/scripts/modinfo-generate.py)
Program nm found: YES
Program scripts/undefsym.py found: YES (/usr/bin/python3 /home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/qemu-xen/scripts/undefsym.py)
Program scripts/feature_to_c.sh found: YES (/bin/sh /home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/qemu-xen/scripts/feature_to_c.sh)
Configuring 50-qemu-gpu.json using configuration
Configuring 50-qemu-virtiofsd.json using configuration
Configuring 50-edk2-i386-secure.json using configuration
Configuring 50-edk2-x86_64-secure.json using configuration
Configuring 60-edk2-aarch64.json using configuration
Configuring 60-edk2-arm.json using configuration
Configuring 60-edk2-i386.json using configuration
Configuring 60-edk2-x86_64.json using configuration
Program qemu-keymap found: YES (/usr/bin/qemu-keymap)
Program cp found: YES (/bin/cp)
Program sphinx-build found: YES (/usr/bin/sphinx-build)
Program python3 found: YES (/usr/bin/python3)
Program diff found: YES (/usr/bin/diff)
Program dbus-daemon found: YES (/usr/bin/dbus-daemon)
Program initrd-stress.sh found: YES (/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/qemu-xen/tests/migration/initrd-stress.sh)
Build targets in project: 662
qemu 7.0.0
Directories
Install prefix : /usr
BIOS directory : share/qemu-xen/qemu
firmware path : /usr/share/qemu:/usr/share/seabios:/usr/lib/ipxe/qemu
binary directory : lib/xen-4.16/bin
library directory : lib/xen-4.16/lib
module directory : lib/xen-4.16/lib/qemu
libexec directory : lib/xen-4.16/libexec
include directory : lib/xen-4.16/include
config directory : /usr/etc
local state directory : /var
Manual directory : share/man
Doc directory : /usr/lib/xen-4.16/share/doc
Build directory : /home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/qemu-xen-build
Source path : /home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/qemu-xen
GIT submodules : ui/keycodemapdb tests/fp/berkeley-testfloat-3 tests/fp/berkeley-softfloat-3 dtc slirp
Host binaries
git : git
make : make
python : /usr/bin/python3 (version: 3.9)
sphinx-build : /usr/bin/sphinx-build
iasl : iasl
genisoimage :
smbd : /usr/sbin/smbd
Configurable features
Documentation : YES
system-mode emulation : YES
user-mode emulation : NO
block layer : YES
Install blobs : YES
module support : YES
alternative module path : NO
fuzzing support : NO
Audio drivers : alsa oss
Trace backends : log
D-Bus display : YES
QOM debugging : NO
vhost-kernel support : YES
vhost-net support : YES
vhost-crypto support : YES
vhost-scsi support : YES
vhost-vsock support : YES
vhost-user support : YES
vhost-user-blk server support: YES
vhost-user-fs support : YES
vhost-vdpa support : YES
build guest agent : NO
Compilation
host CPU : x86_64
host endianness : little
C compiler : cc -m64 -mcx16
Host C compiler : cc -m64 -mcx16
C++ compiler : c++ -m64 -mcx16
CFLAGS : -DXC_WANT_COMPAT_EVTCHN_API=1 -DXC_WANT_COMPAT_GNTTAB_API=1 -I/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/../tools/include -DXC_WANT_COMPAT_MAP_FOREIGN_API=1 -DXC_WANT_COMPAT_DEVICEMODEL_API=1 -I/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/include -D_FORTIFY_SOURCE=2 -DVENDOR_DEBIAN -O2 -g
CXXFLAGS : -DXC_WANT_COMPAT_EVTCHN_API=1 -DXC_WANT_COMPAT_GNTTAB_API=1 -I/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/../tools/include -DXC_WANT_COMPAT_MAP_FOREIGN_API=1 -DXC_WANT_COMPAT_DEVICEMODEL_API=1 -I/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/include -D_FORTIFY_SOURCE=2 -DVENDOR_DEBIAN -O2 -g
LDFLAGS : -L/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/../../install-utils_amd64/usr/lib/x86_64-linux-gnu -Wl,-rpath-link=/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/../../install-utils_amd64/usr/lib/x86_64-linux-gnu -DXC_WANT_COMPAT_EVTCHN_API=1 -DXC_WANT_COMPAT_GNTTAB_API=1 -I/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/../tools/include -DXC_WANT_COMPAT_MAP_FOREIGN_API=1 -DXC_WANT_COMPAT_DEVICEMODEL_API=1 -I/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/include -D_FORTIFY_SOURCE=2 -DVENDOR_DEBIAN -L/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/../../install-utils_amd64/usr/lib/x86_64-linux-gnu -Wl,-rpath-link=/home/mockbuild/pbdeps/xen-4.16.1/debian/build/build-utils_amd64/tools/../../install-utils_amd64/usr/lib/x86_64-linux-gnu
QEMU_CFLAGS : -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -Wold-style-declaration -Wold-style-definition -Wtype-limits -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wempty-body -Wnested-externs -Wendif-labels -Wexpansion-to-defined -Wimplicit-fallthrough=2 -Wno-missing-include-dirs -Wno-shift-negative-value -Wno-psabi -fstack-protector-strong
QEMU_CXXFLAGS : -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wundef -Wwrite-strings -fno-strict-aliasing -fno-common -fwrapv -Wtype-limits -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wempty-body -Wendif-labels -Wexpansion-to-defined -Wimplicit-fallthrough=2 -Wno-missing-include-dirs -Wno-shift-negative-value -Wno-psabi -fstack-protector-strong
QEMU_OBJCFLAGS :
QEMU_LDFLAGS : -Wl,--warn-common -Wl,-z,relro -Wl,-z,now -fstack-protector-strong
profiler : NO
link-time optimization (LTO) : NO
PIE : YES
static build : NO
malloc trim support : YES
membarrier : NO
debug stack usage : NO
mutex debugging : NO
memory allocator : system
avx2 optimization : YES
avx512f optimization : NO
gprof enabled : NO
gcov : NO
thread sanitizer : NO
CFI support : NO
strip binaries : NO
sparse : NO
mingw32 support : NO
Targets and accelerators
KVM support : YES
HAX support : NO
HVF support : NO
WHPX support : NO
NVMM support : NO
Xen support : YES
xen ctrl version : 41600
TCG support : YES
TCG backend : native (x86_64)
TCG plugins : YES
TCG debug enabled : NO
target list : i386-softmmu
default devices : YES
out of process emulation : YES
Block layer support
coroutine backend : ucontext
coroutine pool : YES
Block whitelist (rw) :
Block whitelist (ro) :
Use block whitelist in tools : NO
VirtFS support : YES
build virtiofs daemon : YES
Live block migration : YES
replication support : YES
bochs support : YES
cloop support : YES
dmg support : YES
qcow v1 support : YES
vdi support : YES
vvfat support : YES
qed support : YES
parallels support : YES
FUSE exports : YES 3.10.3
Crypto
TLS priority : "NORMAL"
GNUTLS support : YES 3.7.1
GNUTLS crypto : YES
libgcrypt : NO
nettle : NO
AF_ALG support : NO
rng-none : NO
Linux keyring : YES
Dependencies
SDL support : YES
SDL image support : NO
GTK support : NO
pixman : YES 0.40.0
VTE support : NO
slirp support : YES 4.4.0
libtasn1 : YES 4.16.0
PAM : NO
iconv support : YES
curses support : YES
virgl support : YES 0.8.2
curl support : YES 7.74.0
Multipath support : NO
VNC support : YES
VNC SASL support : YES
VNC JPEG support : YES 2.0.6
VNC PNG support : YES 1.6.37
OSS support : YES
ALSA support : YES 1.2.4
PulseAudio support : YES 14.2
JACK support : NO
brlapi support : YES
vde support : YES
netmap support : NO
l2tpv3 support : YES
Linux AIO support : YES
Linux io_uring support : NO
ATTR/XATTR support : YES
RDMA support : YES
PVRDMA support : NO
fdt support : system
libcap-ng support : YES
bpf support : NO
spice protocol support : YES 0.14.3
spice server support : YES 0.14.3
rbd support : YES
smartcard support : YES 2.8.0
U2F support : NO
libusb : YES 1.0.24
usb net redir : YES 0.8.0
OpenGL support (epoxy) : YES 1.5.5
GBM : YES 20.3.5
libiscsi support : YES 1.19.0
libnfs support : YES 4.0.0
seccomp support : YES 2.5.1
GlusterFS support : YES 7.9.2
TPM support : YES
libssh support : YES 0.9.5
lzo support : YES
snappy support : NO
bzip2 support : YES
lzfse support : NO
zstd support : YES 1.4.8
NUMA host support : YES
capstone : NO
libpmem support : NO
libdaxctl support : NO
libudev : YES 247
FUSE lseek : YES
selinux : YES 3.1
Subprojects
libvhost-user : YES
User defined options
Native files : config-meson.cross
bindir : /usr/lib/xen-4.16/bin
datadir : /usr/share/qemu-xen
debug : true
includedir : /usr/lib/xen-4.16/include
libdir : /usr/lib/xen-4.16/lib
libexecdir : /usr/lib/xen-4.16/libexec
localedir : /usr/share/qemu-xen/locale
localstatedir : /var
mandir : /usr/share/man
optimization : 2
prefix : /usr
strip : false
sysconfdir : /usr/etc
werror : false
b_coverage : false
b_lto : false
b_pie : true
attr : enabled
audio_drv_list : alsa,oss
brlapi : enabled
bzip2 : enabled
cap_ng : enabled
capstone : disabled
cfi : false
curl : enabled
curses : enabled
default_devices : true
docdir : /usr/lib/xen-4.16/share/doc
docs : enabled
fdt : auto
glusterfs : enabled
gnutls : enabled
gtk : disabled
guest_agent : disabled
iasl : iasl
kvm : enabled
libiscsi : enabled
libnfs : enabled
libssh : enabled
libusb : enabled
linux_aio : enabled
lzo : enabled
qemu_firmwarepath : /usr/share/qemu:/usr/share/seabios:/usr/lib/ipxe/qemu
qemu_suffix : qemu
rbd : enabled
rdma : enabled
sdl : enabled
seccomp : enabled
slirp : enabled
smbd :
sphinx_build :
spice : enabled
tcg : enabled
trace_backends : log
trace_file : trace
usb_redir : enabled
vde : enabled
virglrenderer : enabled
virtfs : enabled
vnc : enabled
vnc_jpeg : enabled
vnc_png : enabled
vnc_sasl : enabled
vte : disabled
xen : enabled
xen_pci_passthrough : enabled
Found ninja-1.10.1 at /usr/bin/ninja
Attachment:
1107-meson-configure-move-RDMA-options-to-meson.diff
Description: Text document
Attachment:
1108-meson-configure-move-libgio-test-to-meson.diff
Description: Text document
Attachment:
1109-audio-dbus-fix-building.diff
Description: Text document
Attachment:
1110-ui-dbus-display-requires-CONFIG_GBM.diff
Description: Text document
|