qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 02/27] meson: remove bsd_oses


From: Paolo Bonzini
Subject: Re: [PATCH 02/27] meson: remove bsd_oses
Date: Wed, 16 Mar 2022 15:40:48 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 3/16/22 10:52, marcandre.lureau@redhat.com wrote:
From: Marc-André Lureau <marcandre.lureau@redhat.com>

It is unused.

It's fine to remove it now, but I'll bring it back in 7.1. :)  You decide.

Paolo

Signed-off-by: Marc-André Lureau <marcandre.lureau@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']




reply via email to

[Prev in Thread] Current Thread [Next in Thread]