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: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] target-s390x: fix LOAD MULTIPLE instruction on page boundary
Date: Tue, 26 May 2015 08:09:18 +0100

On 25 May 2015 at 22:55, Alexander Graf <address@hidden> 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?

The guest can mmap() things write-only, so yes.

-- PMM



reply via email to

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