qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/3] Use the correct header in the TCG MIPS code


From: Brad
Subject: Re: [Qemu-devel] [PATCH 2/3] Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.
Date: Mon, 30 May 2011 17:24:57 -0400
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10

On 30/05/11 5:22 PM, Brad wrote:
On 30/05/11 5:16 PM, Andreas Färber wrote:
Am 30.05.2011 um 23:01 schrieb Brad:

On 25/05/11 11:06 PM, Brad wrote:
Use the correct header in the TCG MIPS code to find cacheflush() on
OpenBSD
to fix compilation of the MIPS host support for OpenBSD/mips64 based
architecures.

ping.

Signed-off-by: Brad Smith<address@hidden>

---
tcg/mips/tcg-target.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/tcg/mips/tcg-target.h b/tcg/mips/tcg-target.h
index 0028bfa..8cb7d88 100644
--- a/tcg/mips/tcg-target.h
+++ b/tcg/mips/tcg-target.h
@@ -102,7 +102,11 @@ enum {
/* guest base is supported */
#define TCG_TARGET_HAS_GUEST_BASE

+#ifdef __OpenBSD__
+#include<machine/sysarch.h>

Usually we have a space in there. Bad example below. ;)

In the original diff as it came across the mailing list even there
is a space.

Looks like a case of stupid ThunderBird mangling the e-mail content upon
replying. I didn't send the diff with ThunderBird.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




reply via email to

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