Message ID | 20240125194840.1564-1-iii@linux.ibm.com (mailing list archive) |
---|---|
Headers | show |
Series | make vm-build-freebsd fixes | expand |
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 <thuth@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
On Wed, 2024-01-31 at 14:24 +0100, Thomas Huth wrote: > 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 <thuth@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 > Sure, that sounds good to me. Thanks!