On 25/01/2024 20.48, Ilya Leoshkevich wrote:
Hi,
I needed to verify that my qemu-user changes didn't break BSD, and
Daniel Berrange suggested vm-build-freebsd on IRC. I had several
problems with it, which this series resolves.
Best regards,
Ilya
Ilya Leoshkevich (3):
tests/vm: Set UseDNS=no in the sshd configuration
tests/vm/freebsd: Reload the sshd configuration
meson: Disable CONFIG_NOTIFY1 on FreeBSD
meson.build | 1 +
tests/vm/basevm.py | 2 ++
tests/vm/freebsd | 2 ++
3 files changed, 5 insertions(+)
Tested-by: Thomas Huth <th...@redhat.com>
I can take the patches through my tree (and fix the second patch to use
console_wait_send() if you don't mind).
Thomas