[PATCH 0/3] make vm-build-freebsd fixes

Ilya Leoshkevich posted 3 patches 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240125194840.1564-1-iii@linux.ibm.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, "Alex Bennée" <alex.bennee@linaro.org>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Ed Maste <emaste@freebsd.org>, Li-Wen Hsu <lwhsu@freebsd.org>, Warner Losh <imp@bsdimp.com>, Kyle Evans <kevans@freebsd.org>
There is a newer version of this series
meson.build        | 1 +
tests/vm/basevm.py | 2 ++
tests/vm/freebsd   | 2 ++
3 files changed, 5 insertions(+)
[PATCH 0/3] make vm-build-freebsd fixes
Posted by Ilya Leoshkevich 10 months ago
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(+)

-- 
2.43.0
Re: [PATCH 0/3] make vm-build-freebsd fixes
Posted by Thomas Huth 9 months, 4 weeks ago
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
Re: [PATCH 0/3] make vm-build-freebsd fixes
Posted by Ilya Leoshkevich 9 months, 4 weeks ago
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!