From: David CARLIER <devnexen@gmail.com>
To: "Philippe Mathieu-Daudé" <philmd@redhat.com>
Cc: QEMU Trivial <qemu-trivial@nongnu.org>,
qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [PATCH 1/3] Include endian.h for Haiku to solve bswap* macros build
Date: Sat, 26 Sep 2020 09:27:14 +0100 [thread overview]
Message-ID: <CA+XhMqwWuMrnUsFx7re5K6Yo7UP5xdF5kNaPmVsabf-4LU9Rfw@mail.gmail.com> (raw)
In-Reply-To: <CAP+75-XwpLiutpW6-J3DLKFGXOVd=tLF2fG2=0=nP9+KZ0UYug@mail.gmail.com>
Hi the last image available the beta 2.
Regards.
On Sat, 26 Sep 2020 at 08:56, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
>
> Hi David,
>
> On Fri, Jun 26, 2020 at 4:08 PM David CARLIER <devnexen@gmail.com> wrote:
> >
> > From 95ef79ddff73eebd1f1bec6673c2c68209fab107 Mon Sep 17 00:00:00 2001
> > From: David Carlier <devnexen@gmail.com>
> > Date: Fri, 26 Jun 2020 13:56:14 +0000
> > Subject: [PATCH 1/3] Include endian.h for Haiku to solve bswap* macros build
> > failure.
>
> Back to this patch, what version of Haiku are you using?
> I couldn't find this information in your other emails.
> Thanks,
> Phil.
>
> >
> > Signed-off-by: David Carlier <devnexen@gmail.com>
> > ---
> > include/qemu/bswap.h | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/include/qemu/bswap.h b/include/qemu/bswap.h
> > index 2a9f3fe783..1d3e4c24e4 100644
> > --- a/include/qemu/bswap.h
> > +++ b/include/qemu/bswap.h
> > @@ -8,6 +8,8 @@
> > # include <machine/bswap.h>
> > #elif defined(__FreeBSD__)
> > # include <sys/endian.h>
> > +#elif defined(__HAIKU__)
> > +# include <endian.h>
> > #elif defined(CONFIG_BYTESWAP_H)
> > # include <byteswap.h>
> >
> > --
> > 2.26.0
> >
>
next prev parent reply other threads:[~2020-09-26 8:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-26 14:07 [PATCH 1/3] Include endian.h for Haiku to solve bswap* macros build David CARLIER
2020-09-26 7:55 ` Philippe Mathieu-Daudé
2020-09-26 8:27 ` David CARLIER [this message]
2020-09-26 10:31 ` Carlo Arenas
2020-09-26 11:22 ` Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CA+XhMqwWuMrnUsFx7re5K6Yo7UP5xdF5kNaPmVsabf-4LU9Rfw@mail.gmail.com \
--to=devnexen@gmail.com \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).