qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Help getting an qemu-alpha environment to work


From: Richard Henderson
Subject: Re: [Qemu-devel] Help getting an qemu-alpha environment to work
Date: Sat, 24 Apr 2010 18:07:58 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc12 Thunderbird/3.0.4

On 04/24/2010 08:51 AM, address@hidden wrote:
> I was a bit surprised not being greeted with "hello world", so I ran:
> 
> $ ../../alpha-linux-user/qemu-alpha -strace  hello-alpha
> 17682 write(1,0,536871368) = -1 errno=14 (Bad address)
> 17682 exit(0)

There's a problem with the current implementation of mmap
in linux-user such that it can return addresses that are
outside the "valid" address space of the guest.

I have a patch sequence that fixes this, but it's not
terribly clean and has bad worst-case performance so I
havn't bothered submitting it.


r~




reply via email to

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