Control: reassign -1 qemu-system-xen 1:7.2+dfsg-7+deb12u6 Control: affects -1 src:xen
On Sat, 3 Aug 2024 22:03:41 +0200 Thomas Keppler <[email protected]> wrote: > Sure enough, "regular" qemu-system-x86_64 includes both GnuTLS and Nettle: > > root@hypervisor:~# ldd /usr/bin/qemu-system-x86_64 | grep -e crypt -e tls -e nettle > libgnutls.so.30 => /lib/x86_64-linux-gnu/libgnutls.so.30 (0x00007f9e0b400000) > libnettle.so.8 => /lib/x86_64-linux-gnu/libnettle.so.8 (0x00007f9e0b072000) > libcrypto.so.3 => /lib/x86_64-linux-gnu/libcrypto.so.3 (0x00007f9e0a000000) > > But Xen's xen-qemu-system-i386 does not: > > root@hypervisor:~# ldd /usr/libexec/xen-qemu-system-i386 | grep -e > crypt -e tls -e nettle > libcrypto.so.3 => /lib/x86_64-linux-gnu/libcrypto.so.3 (0x00007f63b1600000) This indeed looks like a missing build option in qemu-system-xen. Reassigning this bug there. Please assign back if you think this is not correct.

