Hi On Wed, Mar 16, 2022 at 6:40 PM Paolo Bonzini <pbonz...@redhat.com> wrote: > > On 3/16/22 10:52, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau <marcandre.lur...@redhat.com> > > > > It is unused. > > It's fine to remove it now, but I'll bring it back in 7.1. :) You decide.
Whatever, but if noone ack it, let's leave it then. thanks > > Paolo > > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > > --- > > meson.build | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/meson.build b/meson.build > > index bae62efc9c33..784e91753630 100644 > > --- a/meson.build > > +++ b/meson.build > > @@ -44,7 +44,6 @@ config_host_data = configuration_data() > > genh = [] > > qapi_trace_events = [] > > > > -bsd_oses = ['gnu/kfreebsd', 'freebsd', 'netbsd', 'openbsd', 'dragonfly', > > 'darwin'] > > supported_oses = ['windows', 'freebsd', 'netbsd', 'openbsd', 'darwin', > > 'sunos', 'linux'] > > supported_cpus = ['ppc', 'ppc64', 's390x', 'riscv', 'x86', 'x86_64', > > 'arm', 'aarch64', 'loongarch64', 'mips', 'mips64', 'sparc', 'sparc64'] >