All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Christoph Egger <Christoph.Egger@amd.com>
Cc: "qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] bswap.h: build fix
Date: Fri, 16 Sep 2011 09:44:23 -0500	[thread overview]
Message-ID: <4E7360C7.8060205@codemonkey.ws> (raw)
In-Reply-To: <4E6F56A6.30403@amd.com>

On 09/13/2011 08:12 AM, Christoph Egger wrote:
>
> qemu build fails when CONFIG_MACHINE_BSWAP_H is defined
> because float32, float64, etc. are not defined.
> This makes qemu build.
>
> Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>


Applied.  Thanks.

Regards,

Anthony Liguori


>
> diff --git a/bswap.h b/bswap.h
> index f41bebe..cc7f84d 100644
> --- a/bswap.h
> +++ b/bswap.h
> @@ -4,6 +4,7 @@
> #include "config-host.h"
>
> #include <inttypes.h>
> +#include "softfloat.h"
>
> #ifdef CONFIG_MACHINE_BSWAP_H
> #include <sys/endian.h>
> @@ -11,8 +12,6 @@
> #include <machine/bswap.h>
> #else
>
> -#include "softfloat.h"
> -
> #ifdef CONFIG_BYTESWAP_H
> #include <byteswap.h>
> #else
>
>
>

      reply	other threads:[~2011-09-16 14:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-13 13:12 [Qemu-devel] [PATCH] bswap.h: build fix Christoph Egger
2011-09-16 14:44 ` Anthony Liguori [this message]

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=4E7360C7.8060205@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=Christoph.Egger@amd.com \
    --cc=qemu-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.