qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 02/27] meson: remove bsd_oses
@ 2022-03-16  9:52 marcandre.lureau
  2022-03-16 14:40 ` Paolo Bonzini
  0 siblings, 1 reply; 3+ messages in thread
From: marcandre.lureau @ 2022-03-16  9:52 UTC (permalink / raw)
  To: qemu-devel; +Cc: Marc-André Lureau

From: Marc-André Lureau <marcandre.lureau@redhat.com>

It is unused.

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']
-- 
2.35.1.273.ge6ebfd0e8cbb



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 02/27] meson: remove bsd_oses
  2022-03-16  9:52 [PATCH 02/27] meson: remove bsd_oses marcandre.lureau
@ 2022-03-16 14:40 ` Paolo Bonzini
  2022-03-16 14:44   ` Marc-André Lureau
  0 siblings, 1 reply; 3+ messages in thread
From: Paolo Bonzini @ 2022-03-16 14:40 UTC (permalink / raw)
  To: marcandre.lureau, qemu-devel

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']



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 02/27] meson: remove bsd_oses
  2022-03-16 14:40 ` Paolo Bonzini
@ 2022-03-16 14:44   ` Marc-André Lureau
  0 siblings, 0 replies; 3+ messages in thread
From: Marc-André Lureau @ 2022-03-16 14:44 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: qemu-devel

Hi

On Wed, Mar 16, 2022 at 6:40 PM Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> 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.

Whatever, but if noone ack it, let's leave it then.
thanks

>
> 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']
>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-16 14:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-16  9:52 [PATCH 02/27] meson: remove bsd_oses marcandre.lureau
2022-03-16 14:40 ` Paolo Bonzini
2022-03-16 14:44   ` Marc-André Lureau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).