qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] target-s390x: fix LOAD MULTIPLE instruction on


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH] target-s390x: fix LOAD MULTIPLE instruction on page boundary
Date: Tue, 26 May 2015 09:23:37 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 05/25/2015 02:55 PM, Alexander Graf wrote:
> For linux-user we could just implement probe as
> 
>   foo = load_x_bytes(addr)
>   store_x_bytes(addr, foo)
> 
> or can we have write-only maps there?

One of these days I'm going to enable softmmu for linux-user, at least as an
option.  While direct loads and stores are nice, there are a whole pile of
things that Just Don't Work.

Especially guests with page sizes smaller than the host.  Very few of the
linux-user-test-0.3 suite even load e.g. on ppc64/aarch64 with a 64k page size.


r~




reply via email to

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