[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/4] make vm-build-freebsd fixes
From: |
Ilya Leoshkevich |
Subject: |
[PATCH v2 0/4] make vm-build-freebsd fixes |
Date: |
Mon, 5 Feb 2024 19:11:31 +0100 |
v1: https://lists.gnu.org/archive/html/qemu-devel/2024-01/msg05155.html
v1 -> v2: Link with libinotify instead of disabling the inotify
support (Daniel).
Use a bit more context lines in order to prevent the
incorrect application of the test patch.
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 (4):
tests/vm: Set UseDNS=no in the sshd configuration
tests/vm/freebsd: Reload the sshd configuration
tests/test-util-filemonitor: Adapt to FreeBSD inotify rename semantics
meson: Link with libinotify on FreeBSD
meson.build | 12 +++++++++++-
tests/unit/test-util-filemonitor.c | 8 ++++++++
tests/vm/basevm.py | 2 ++
tests/vm/freebsd | 1 +
util/meson.build | 6 +++++-
5 files changed, 27 insertions(+), 2 deletions(-)
--
2.43.0
- [PATCH v2 0/4] make vm-build-freebsd fixes,
Ilya Leoshkevich <=