Re: [Qemu-devel] [PATCH 2/3] Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.

2011-06-03 Thread Aurelien Jarno
On Wed, May 25, 2011 at 11:06:00PM -0400, 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. > > Signed-off-by: Brad Smith > > --- > tcg/mips/tcg-target.h |4 >

Re: [Qemu-devel] [PATCH 2/3] Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.

2011-05-30 Thread Andreas Färber
Am 30.05.2011 um 23:22 schrieb Brad: 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

Re: [Qemu-devel] [PATCH 2/3] Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.

2011-05-30 Thread Brad
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 a

Re: [Qemu-devel] [PATCH 2/3] Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.

2011-05-30 Thread Brad
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-

Re: [Qemu-devel] [PATCH 2/3] Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.

2011-05-30 Thread Andreas Färber
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 --- tcg/mips/tcg-target.

Re: [Qemu-devel] [PATCH 2/3] Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.

2011-05-30 Thread 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 --- tcg/mips/tcg-target.h |4 1 files changed, 4 inser

[Qemu-devel] [PATCH 2/3] Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.

2011-05-25 Thread Brad
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. Signed-off-by: Brad Smith --- tcg/mips/tcg-target.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/tcg/mip