qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] softmmu thoughts


From: Piotras
Subject: Re: [Qemu-devel] softmmu thoughts
Date: Thu, 16 Dec 2004 22:28:58 +0100

Currently only Linux running on x86 hardware is supported for 
emulation of x86 guest (softmmu).


Regards,

Piotrek

On Thu, 16 Dec 2004 17:53:44 +0200, Elefterios Stamatogiannakis
<address@hidden> wrote:
>   I tried to compile it under mingw and it failed. This patch is for
> linux only?
> 
>   (today's cvs with all three patches cleanly applied)
> ---------
> $ gcc -dumpversion
> 3.2.3
> ---------
> gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. 
> -I/c/Projects/qemu/target-i386 -I/c/Projects/qemu -D_GNU_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/c/Projects/qemu/slirp -c
> -o vl.o /c/Projects/qemu/vl.c
> In file included from c:/Projects/qemu/target-i386/cpu.h:34,
>                   from c:/Projects/qemu/vl.h:73,
>                   from c:/Projects/qemu/vl.c:24:
> c:/Projects/qemu/mmu_map.h:22:22: ucontext.h: No such file or directory
> In file included from c:/Projects/qemu/target-i386/cpu.h:34,
>                   from c:/Projects/qemu/vl.h:73,
>                   from c:/Projects/qemu/vl.c:24:
> c:/Projects/qemu/mmu_map.h:112: parse error before '*' token
> c:/Projects/qemu/mmu_map.h: In function `mmu_map_fault_get_vaddr':
> c:/Projects/qemu/mmu_map.h:117: `addr' undeclared (first use in this
> function)
> ---------
> 
> teris.
> 
> Piotras wrote:
> > Hi!
> >
> > I updated the patch to solve problems reported by Jens Arm:
> >   * compilation problem on Mandrake 9.1
> >   * SEGV problem when working with non-TLS glibc.
> > Jens, thanks for your help!
> >
> > I also cleaned-up the code and comments in several places (for
> > example page_unprotect).
> >
> > The patch should apply cleanly to recent CVS. It should work
> > with 0.6.1 without problems too.
> >
> >
> > Regards,
> >
> > Piotrek




reply via email to

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