[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

alternate build of xen-4.17.0 in EL9 using qemu-xen-7.2.0 in Copr



Hello xen-users,

http://xenbits.xen.org/gitweb/?p=qemu-xen.git;a=shortlog;h=refs/heads/staging

With the release of 7.2.0 from the above repo, its only 6 days past
the xen-4.17.0 release, so why not try an alternate build of 4.17.0?

Our qemuu-7.0.0 already had almost 10 backports from qemu-7.1.0, even
more reason to use a more recent qemu release.

The Copr repo hosting our alternate build is here:
https://copr.fedorainfracloud.org/coprs/prymar56/stream9-extra/build/5153466/

We've also done this alternate build with deb11 and in the next few
days there will be Jammy and Focal builds.

Cheers,
PryMar56

Meson Meta info for qemu-7.2.0 (xen-4.17.0) build in AlmaLinux 9 with gcc-11

+ /usr/bin/make -j5 subdir-install-qemu-xen-dir -C tools DESTDIR=/builddir/build/BUILD/xen-4.17.0/dist/uumeq make: Entering directory '/builddir/build/BUILD/xen-4.17.0/tools' if test -d /builddir/build/BUILD/xen-4.17.0/tools/../tools/qemu-xen ; then \ mkdir -p qemu-xen-dir; \ else \ export GIT=git; \ /builddir/build/BUILD/xen-4.17.0/tools/../scripts/git-checkout.sh /builddir/build/BUILD/xen-4.17.0/tools/../tools/qemu-xen qemu-xen-4.17.0 qemu-xen-dir ; \ fi if test -d /builddir/build/BUILD/xen-4.17.0/tools/../tools/qemu-xen ; then \ source=/builddir/build/BUILD/xen-4.17.0/tools/../tools/qemu-xen; \ else \ source=/builddir/build/BUILD/xen-4.17.0/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/builddir/build/BUILD/xen-4.17.0/tools/../dist/install/usr/lib64/ -Wl,-rpath-link=/builddir/build/BUILD/xen-4.17.0/tools/../dist/install/usr/lib64/ $LDFLAGS" \ PKG_CONFIG_PATH=/builddir/build/BUILD/xen-4.17.0/tools/../dist/install/usr/lib64/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PATH}} \ $source/configure --enable-xen --target-list=i386-softmmu \ \ $enable_trace_backend \ --prefix=/usr \ --libdir=/usr/lib/xen/lib \ --includedir=/usr/lib/xen/include \ --extra-cflags="-DXC_WANT_COMPAT_EVTCHN_API=1 \ -DXC_WANT_COMPAT_GNTTAB_API=1 \ -I/builddir/build/BUILD/xen-4.17.0/tools/../tools/include \ -DXC_WANT_COMPAT_MAP_FOREIGN_API=1 \ -DXC_WANT_COMPAT_DEVICEMODEL_API=1 \ " \ --extra-ldflags=" -L/builddir/build/BUILD/xen-4.17.0/tools/../dist/install/usr/lib64 -Wl,-rpath-link=/builddir/build/BUILD/xen-4.17.0/tools/../dist/install/usr/lib64 " \ --bindir=/usr/lib/xen/bin \ --datadir=/usr/share/qemu-xen \ --localstatedir=/var \ --docdir=/usr/lib/xen/share/doc \ --mandir=/usr/lib/xen/share/man \ --libexecdir=/usr/lib/xen/libexec \ --firmwarepath=/usr/lib/xen/share/qemu-firmware \ --disable-kvm \ --disable-docs \ --disable-guest-agent \ --enable-linux-io-uring --meson=/usr/bin/meson --mandir=/usr/share/man --enable-docs --enable-kvm --enable-tcg --enable-linux-aio --audio-drv-list=alsa,oss --enable-attr --enable-brlapi --enable-virtfs --enable-cap-ng --enable-curl --enable-gnutls --disable-gtk --disable-vte --enable-libiscsi --enable-curses --enable-libnfs --disable-smartcard --enable-rbd --enable-glusterfs --enable-vnc-sasl --enable-sdl --enable-opengl --enable-linux-io-uring --enable-seccomp --enable-spice --enable-libusb --enable-usb-redir --enable-libssh --enable-fuse --enable-vnc --enable-vnc-jpeg --enable-xen-pci-passthrough --enable-rdma --enable-bpf --enable-lzo --enable-vhost-net --enable-kvm --enable-system --enable-modules --disable-smartcard --extra-cflags=" -I/builddir/build/BUILD/xen-4.17.0/tools/include " \ --cpu=x86_64 \ \ $virtfs; \ /usr/bin/make all The Meson build system Version: 0.62.2 Source dir: /builddir/build/BUILD/xen-4.17.0/tools/qemu-xen Build dir: /builddir/build/BUILD/xen-4.17.0/tools/qemu-xen-build Build type: native build Project name: qemu Project version: 7.2.0 C compiler for the host machine: cc -m64 -mcx16 (gcc 11.3.1 "cc (GCC) 11.3.1 20220421 (Red Hat 11.3.1-2)") C linker for the host machine: cc -m64 -mcx16 ld.bfd 2.35.2-24 Host machine cpu family: x86_64 Host machine cpu: x86_64 Program scripts/symlink-install-tree.py found: YES (/usr/bin/python3 /builddir/build/BUILD/xen-4.17.0/tools/qemu-xen/scripts/symlink-install-tree.py) Program sh found: YES (/usr/bin/sh) Program python3 found: YES (/usr/bin/python3) Program bzip2 found: YES (/usr/bin/bzip2) Program iasl found: YES (/usr/bin/iasl) Compiler for C supports link arguments -Wl,-z,relro: YES Compiler for C supports link arguments -Wl,-z,now: YES C++ compiler for the host machine: c++ -m64 -mcx16 (gcc 11.3.1 "c++ (GCC) 11.3.1 20220421 (Red Hat 11.3.1-2)") C++ linker for the host machine: c++ -m64 -mcx16 ld.bfd 2.35.2-24 Compiler for C++ supports link arguments -Wl,--warn-common: YES 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 (1.7.3) Run-time dependency gio-2.0 found: YES 2.68.4 Program /usr/bin/gdbus-codegen found: YES (/usr/bin/gdbus-codegen) Run-time dependency gio-unix-2.0 found: YES 2.68.4 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: YES 2.0 Run-time dependency libnfs found: YES 4.0.0 Run-time dependency appleframeworks found: NO (tried framework) Run-time dependency appleframeworks found: NO (tried framework) Run-time dependency libseccomp found: YES 2.5.2 Header has symbol "SCMP_FLTATR_API_SYSRAWRC" with dependency libseccomp: YES Has header "cap-ng.h" : YES Library cap-ng found: YES Run-time dependency xkbcommon found: YES 1.0.3 Run-time dependency slirp found: YES 4.4.0 Has header "libvdeplug.h" : NO Run-time dependency libpulse found: NO (tried pkgconfig) Run-time dependency alsa found: YES 1.2.7.2 Run-time dependency jack found: NO (tried pkgconfig) Run-time dependency sndio found: NO (tried pkgconfig) Run-time dependency spice-protocol found: YES 0.14.4 Run-time dependency spice-server found: YES 0.15.0 Library rt found: YES Run-time dependency libiscsi found: YES 1.19.0 Run-time dependency libzstd found: YES 1.5.1 Run-time dependency virglrenderer found: YES 0.9.1 Run-time dependency blkio found: NO (tried pkgconfig) Run-time dependency libcurl found: YES 7.76.1 Run-time dependency libudev found: YES 250 Library mpathpersist found: NO Run-time dependency ncursesw found: YES 6.2.20210508 Has header "brlapi.h" : YES Library brlapi found: YES Run-time dependency sdl2 found: YES 2.0.20 Run-time dependency sdl2_image found: YES 2.0.5 Library rados found: YES Has header "rbd/librbd.h" : YES Library rbd found: YES Run-time dependency glusterfs-api found: YES 7.6.0 Run-time dependency libssh found: YES 0.9.6 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 22.1.5 Run-time dependency gnutls found: YES 3.7.6 Run-time dependency gmp found: YES 6.2.0 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.90 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 xencontrol found: YES 4.17.0 Run-time dependency xenstore found: YES 4.0 Run-time dependency xenforeignmemory found: YES 1.4 Run-time dependency xengnttab found: YES 1.2 Run-time dependency xenevtchn found: YES 1.2 Run-time dependency xendevicemodel found: YES 1.4 Run-time dependency xentoolcore found: YES 1.0 Dependency libcacard skipped: feature smartcard disabled Run-time dependency u2f-emu found: NO (tried pkgconfig) Run-time dependency canokey-qemu found: NO (tried pkgconfig) Run-time dependency libusbredirparser-0.5 found: YES 0.12.0 Run-time dependency libusb-1.0 found: YES 1.0.26 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: NO (tried pkgconfig) Checking for function "gettid" : YES Run-time dependency libselinux found: YES 3.4 Run-time dependency fuse3 found: YES 3.10.2 Run-time dependency libbpf found: YES 0.6.0 Has header "sys/epoll.h" : YES Has header "linux/magic.h" : YES Has header "valgrind/valgrind.h" : YES Has header "linux/btrfs.h" : YES Has header "libdrm/drm.h" : YES 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 "close_range" : YES 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 "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 "getifaddrs" : YES Checking for function "openpty" with dependency -lutil: YES Checking for function "strchrnul" : YES Checking for function "system" : YES Checking for function "rbd_namespace_exists" with dependencies -lrbd, -lrados: 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 "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" : YES Header has symbol "FSCONFIG_SET_FLAG" : 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 Header has symbol "AF_VSOCK" : YES Program scripts/minikconf.py found: YES (/usr/bin/python3 /builddir/build/BUILD/xen-4.17.0/tools/qemu-xen/scripts/minikconf.py) Configuring i386-softmmu-config-target.h using configuration Configuring i386-softmmu-config-devices.mak with command Reading depfile: /builddir/build/BUILD/xen-4.17.0/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 (/builddir/build/BUILD/xen-4.17.0/tools/qemu-xen/scripts/make-config-poison.sh) Run-time dependency capstone found: YES 4.0.2 Library fdt found: YES Configuring config-host.h using configuration Program scripts/hxtool found: YES (/builddir/build/BUILD/xen-4.17.0/tools/qemu-xen/scripts/hxtool) Program scripts/shaderinclude.pl found: YES (/usr/bin/env perl /builddir/build/BUILD/xen-4.17.0/tools/qemu-xen/scripts/shaderinclude.pl) Program scripts/qapi-gen.py found: YES (/usr/bin/python3 /builddir/build/BUILD/xen-4.17.0/tools/qemu-xen/scripts/qapi-gen.py) Program scripts/qemu-version.sh found: YES (/builddir/build/BUILD/xen-4.17.0/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 11.3.1 "cc (GCC) 11.3.1 20220421 (Red Hat 11.3.1-2)") libvhost-user| C linker for the host machine: cc -m64 -mcx16 ld.bfd 2.35.2-24 libvhost-user| Dependency threads found: YES unknown (cached) libvhost-user| Dependency glib-2.0 found: YES 2.68.4 (overridden) libvhost-user| Build targets in project: 9 libvhost-user| Subproject libvhost-user finished. Executing subproject libvduse libvduse| Project name: libvduse libvduse| Project version: undefined libvduse| C compiler for the host machine: cc -m64 -mcx16 (gcc 11.3.1 "cc (GCC) 11.3.1 20220421 (Red Hat 11.3.1-2)") libvduse| C linker for the host machine: cc -m64 -mcx16 ld.bfd 2.35.2-24 libvduse| Build targets in project: 10 libvduse| Subproject libvduse finished. Program scripts/decodetree.py found: YES (/usr/bin/python3 /builddir/build/BUILD/xen-4.17.0/tools/qemu-xen/scripts/decodetree.py) Program ../scripts/modules/module_block.py found: YES (/usr/bin/python3 /builddir/build/BUILD/xen-4.17.0/tools/qemu-xen/block/../scripts/modules/module_block.py) Program ../scripts/block-coroutine-wrapper.py found: YES (/usr/bin/python3 /builddir/build/BUILD/xen-4.17.0/tools/qemu-xen/block/../scripts/block-coroutine-wrapper.py) Program scripts/modinfo-collect.py found: YES (/builddir/build/BUILD/xen-4.17.0/tools/qemu-xen/scripts/modinfo-collect.py) Program scripts/modinfo-generate.py found: YES (/builddir/build/BUILD/xen-4.17.0/tools/qemu-xen/scripts/modinfo-generate.py) Program nm found: YES Program scripts/undefsym.py found: YES (/usr/bin/python3 /builddir/build/BUILD/xen-4.17.0/tools/qemu-xen/scripts/undefsym.py) Program scripts/feature_to_c.sh found: YES (/bin/sh /builddir/build/BUILD/xen-4.17.0/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 sphinx-build-3 found: YES (/usr/bin/sphinx-build-3) Program bash found: YES 5.1.8 (/usr/bin/bash) Program diff found: YES (/usr/bin/diff) Program dbus-daemon found: YES (/usr/bin/dbus-daemon) Found CMake: /usr/bin/cmake (3.20.2) Run-time dependency gvnc-1.0 found: NO (tried pkgconfig and cmake) Program initrd-stress.sh found: YES (/builddir/build/BUILD/xen-4.17.0/tools/qemu-xen/tests/migration/initrd-stress.sh) Build targets in project: 670 qemu 7.2.0 Directories Install prefix : /usr BIOS directory : share/qemu-xen/qemu firmware path : /usr/lib/xen/share/qemu-firmware binary directory : /usr/lib/xen/bin library directory : /usr/lib/xen/lib module directory : lib/xen/lib/qemu libexec directory : /usr/lib/xen/libexec include directory : /usr/lib/xen/include config directory : /etc local state directory : /var Manual directory : /usr/share/man Doc directory : /usr/lib/xen/share/doc Build directory : /builddir/build/BUILD/xen-4.17.0/tools/qemu-xen-build Source path : /builddir/build/BUILD/xen-4.17.0/tools/qemu-xen GIT submodules : ui/keycodemapdb tests/fp/berkeley-testfloat-3 tests/fp/berkeley-softfloat-3 dtc Host binaries git : git make : make python : /usr/bin/python3 (version: 3.9) sphinx-build : /usr/bin/sphinx-build-3 iasl : /usr/bin/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-user support : YES vhost-user-crypto support : YES vhost-user-blk server 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/builddir/build/BUILD/xen-4.17.0/tools/../tools/include -DXC_WANT_COMPAT_MAP_FOREIGN_API=1 -DXC_WANT_COMPAT_DEVICEMODEL_API=1 -I/builddir/build/BUILD/xen-4.17.0/tools/include -O2 -g CXXFLAGS : -DXC_WANT_COMPAT_EVTCHN_API=1 -DXC_WANT_COMPAT_GNTTAB_API=1 -I/builddir/build/BUILD/xen-4.17.0/tools/../tools/include -DXC_WANT_COMPAT_MAP_FOREIGN_API=1 -DXC_WANT_COMPAT_DEVICEMODEL_API=1 -I/builddir/build/BUILD/xen-4.17.0/tools/include -O2 -g LDFLAGS : -L/builddir/build/BUILD/xen-4.17.0/tools/../dist/install/usr/lib64/ -Wl,-rpath-link=/builddir/build/BUILD/xen-4.17.0/tools/../dist/install/usr/lib64/ -DXC_WANT_COMPAT_EVTCHN_API=1 -DXC_WANT_COMPAT_GNTTAB_API=1 -I/builddir/build/BUILD/xen-4.17.0/tools/../tools/include -DXC_WANT_COMPAT_MAP_FOREIGN_API=1 -DXC_WANT_COMPAT_DEVICEMODEL_API=1 -I/builddir/build/BUILD/xen-4.17.0/tools/include -L/builddir/build/BUILD/xen-4.17.0/tools/../dist/install/usr/lib64 -Wl,-rpath-link=/builddir/build/BUILD/xen-4.17.0/tools/../dist/install/usr/lib64 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 : -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 : -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,--warn-common 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 Cross compilers i386 : cc Targets and accelerators KVM support : YES HAX support : NO HVF support : NO WHPX support : NO NVMM support : NO Xen support : YES xen ctrl version : 4.17.0 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 vfio-user server : NO 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.2 VDUSE block exports : YES Crypto TLS priority : NORMAL GNUTLS support : YES 3.7.6 GNUTLS crypto : YES libgcrypt : NO nettle : NO AF_ALG support : NO rng-none : NO Linux keyring : YES Dependencies SDL support : YES SDL image support : YES 2.0.5 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.9.1 blkio support : NO curl support : YES 7.76.1 Multipath support : NO PNG support : YES 1.6.37 VNC support : YES VNC SASL support : YES VNC JPEG support : YES 2.0.90 OSS support : YES sndio support : NO ALSA support : YES 1.2.7.2 PulseAudio support : NO JACK support : NO brlapi support : YES vde support : NO netmap support : NO l2tpv3 support : YES Linux AIO support : YES Linux io_uring support : YES 2.0 ATTR/XATTR support : YES RDMA support : YES PVRDMA support : YES fdt support : system libcap-ng support : YES bpf support : YES 0.6.0 spice protocol support : YES 0.14.4 spice server support : YES 0.15.0 rbd support : YES smartcard support : NO U2F support : NO libusb : YES 1.0.26 usb net redir : YES 0.12.0 OpenGL support (epoxy) : YES 1.5.5 GBM : YES 22.1.5 libiscsi support : YES 1.19.0 libnfs support : YES 4.0.0 seccomp support : YES 2.5.2 GlusterFS support : YES 7.6.0 TPM support : YES libssh support : YES 0.9.6 lzo support : YES snappy support : NO bzip2 support : YES lzfse support : NO zstd support : YES 1.5.1 NUMA host support : YES capstone : YES 4.0.2 libpmem support : NO libdaxctl support : NO libudev : YES 250 FUSE lseek : YES selinux : YES 3.4 Subprojects libvduse : YES libvhost-user : YES User defined options Native files : config-meson.cross bindir : /usr/lib/xen/bin datadir : /usr/share/qemu-xen includedir : /usr/lib/xen/include libdir : /usr/lib/xen/lib libexecdir : /usr/lib/xen/libexec localstatedir : /var mandir : /usr/share/man prefix : /usr attr : enabled audio_drv_list : alsa,oss bpf : enabled brlapi : enabled cap_ng : enabled curl : enabled curses : enabled docdir : /usr/lib/xen/share/doc docs : enabled fuse : enabled glusterfs : enabled gnutls : enabled gtk : disabled guest_agent : disabled kvm : enabled libiscsi : enabled libnfs : enabled libssh : enabled libusb : enabled linux_aio : enabled linux_io_uring : enabled lzo : enabled opengl : enabled qemu_firmwarepath : ["""/usr/lib/xen/share/qemu-firmware""",] rbd : enabled rdma : enabled sdl : enabled seccomp : enabled smartcard : disabled spice : enabled trace_backends : log usb_redir : enabled vfio_user_server : disabled vhost_net : enabled virtfs : enabled vnc : enabled vnc_jpeg : enabled vnc_sasl : enabled vte : disabled xen : enabled xen_pci_passthrough : enabled Found ninja-1.10.2 at /usr/bin/ninja Running postconf script '/usr/bin/python3 /builddir/build/BUILD/xen-4.17.0/tools/qemu-xen/scripts/symlink-install-tree.py' make[1]: Entering directory '/builddir/build/BUILD/xen-4.17.0/tools/qemu-xen-build' /usr/bin/ninja build.ninja && touch build.ninja.stamp ninja: no work to do. /usr/bin/meson introspect --targets --tests --benchmarks | /usr/bin/python3 -B scripts/mtest2make.py > Makefile.mtest pc-bios/optionrom: -fcf-protection=none detected pc-bios/optionrom: -fno-pie detected pc-bios/optionrom: -no-pie detected pc-bios/optionrom: -fno-stack-protector detected pc-bios/optionrom: -Wno-array-bounds detected pc-bios/optionrom: Assembling multiboot.o pc-bios/optionrom: Assembling multiboot_dma.o pc-bios/optionrom: Assembling linuxboot.o pc-bios/optionrom: Compiling linuxboot_dma.o pc-bios/optionrom: Assembling kvmvapic.o pc-bios/optionrom: Assembling pvh.o pc-bios/optionrom: Compiling pvh_main.o pc-bios/optionrom: Linking multiboot.img pc-bios/optionrom: Linking multiboot_dma.img pc-bios/optionrom: Linking linuxboot.img pc-bios/optionrom: Linking linuxboot_dma.img pc-bios/optionrom: Linking kvmvapic.img pc-bios/optionrom: Extracting raw object multiboot.raw pc-bios/optionrom: Extracting raw object multiboot_dma.raw pc-bios/optionrom: Extracting raw object linuxboot.raw pc-bios/optionrom: Extracting raw object linuxboot_dma.raw pc-bios/optionrom: Extracting raw object kvmvapic.raw pc-bios/optionrom: Computing checksum into multiboot.bin pc-bios/optionrom: Computing checksum into multiboot_dma.bin pc-bios/optionrom: Computing checksum into linuxboot.bin pc-bios/optionrom: Computing checksum into linuxboot_dma.bin pc-bios/optionrom: Computing checksum into kvmvapic.bin pc-bios/optionrom: Linking pvh.img pc-bios/optionrom: Extracting raw object pvh.raw pc-bios/optionrom: Computing checksum into pvh.bin [1/2839] Generating config-poison.h with a custom command (wrapped by meson to capture output)

Attachment: xen-417-q72-el9-dec22.png
Description: PNG image


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.