[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] CONFIG_MMU_MAP powerpc host support
From: |
Laurent Amon |
Subject: |
Re: [Qemu-devel] [PATCH] CONFIG_MMU_MAP powerpc host support |
Date: |
Sat, 25 Dec 2004 01:04:58 +0100 |
On 20 déc. 04, at 18:55, Magnus Damm wrote:
Hello,
This patch adds powerpc host support to the CONFIG_MMU_MAP patch
written by Piotrek. My patch should be applied on top of
v1-part[1-3].patch.gz. I have only tested the code with a x86 guest on
a ppc host running Linux - someone, please test on a host running OSX.
Hi,
On a first try, it doesn't compile on OSX 10.3.7, with gcc version 3.3
20030304 (Apple Computer, Inc. build 1495). I'll try to look why
another time.
I get this :
In file included from /usr/include/ucontext.h:27,
from
/Users/lamon/src/qemustuff/qemu-snapshot-2004-12-22_23/mmu_map.h:22,
from
/Users/lamon/src/qemustuff/qemu-snapshot-2004-12-22_23/target-i386/
cpu.h:34,
from
/Users/lamon/src/qemustuff/qemu-snapshot-2004-12-22_23/target-i386/
exec.h:116,
from
/Users/lamon/src/qemustuff/qemu-snapshot-2004-12-22_23/target-i386/
op.c:22:
/usr/include/sys/ucontext.h:30: error: parse error before "sigset_t"
/usr/include/sys/ucontext.h:35: error: parse error before '}' token
/usr/include/sys/ucontext.h:42: error: parse error before "sigset_t"
/usr/include/sys/ucontext.h:47: error: parse error before '}' token
In file included from
/Users/lamon/src/qemustuff/qemu-snapshot-2004-12-22_23/target-i386/
cpu.h:34,
from
/Users/lamon/src/qemustuff/qemu-snapshot-2004-12-22_23/target-i386/
exec.h:116,
from
/Users/lamon/src/qemustuff/qemu-snapshot-2004-12-22_23/target-i386/
op.c:22:
/Users/lamon/src/qemustuff/qemu-snapshot-2004-12-22_23/mmu_map.h: In
function `mmu_map_fault_get_vaddr':
/Users/lamon/src/qemustuff/qemu-snapshot-2004-12-22_23/mmu_map.h:155:
error: dereferencing pointer to incomplete type
/Users/lamon/src/qemustuff/qemu-snapshot-2004-12-22_23/mmu_map.h: In
function `mmu_map_fault_update_uc':
/Users/lamon/src/qemustuff/qemu-snapshot-2004-12-22_23/mmu_map.h:166:
error: dereferencing pointer to incomplete type
/Users/lamon/src/qemustuff/qemu-snapshot-2004-12-22_23/mmu_map.h:168:
error: dereferencing pointer to incomplete type
make[1]: *** [op.o] Error 1
make: *** [all] Error 1
Merry Christmas,
Lga.
- [Qemu-devel] [PATCH] CONFIG_MMU_MAP powerpc host support, Magnus Damm, 2004/12/20
- [Qemu-devel] Re: [PATCH] CONFIG_MMU_MAP powerpc host support, Piotras, 2004/12/20
- Re: [Qemu-devel] [PATCH] CONFIG_MMU_MAP powerpc host support,
Laurent Amon <=
- Re: [Qemu-devel] [PATCH] CONFIG_MMU_MAP powerpc host support, Norikatsu Shigemura, 2004/12/25
- Re: [Qemu-devel] [PATCH] CONFIG_MMU_MAP powerpc host support, Laurent Amon, 2004/12/27
- Re: [Qemu-devel] [PATCH] CONFIG_MMU_MAP powerpc host support, Pierre d'Herbemont, 2004/12/27
- Re: [Qemu-devel] [PATCH] CONFIG_MMU_MAP powerpc host support, Laurent Amon, 2004/12/27
- Re: [Qemu-devel] [PATCH] CONFIG_MMU_MAP powerpc host support, Daniel Egger, 2004/12/28
- Re: [Qemu-devel] [PATCH] CONFIG_MMU_MAP powerpc host support, Pierre d'Herbemont, 2004/12/28
- Re: [Qemu-devel] [PATCH] CONFIG_MMU_MAP powerpc host support, Daniel Egger, 2004/12/28
- Re: [Qemu-devel] [PATCH] CONFIG_MMU_MAP powerpc host support, Pierre d'Herbemont, 2004/12/28
- Re: [Qemu-devel] [PATCH] CONFIG_MMU_MAP powerpc host support, Piotras, 2004/12/29