qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] linux-user: elfload: Still use TARGET_PAGE_SIZE


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH] linux-user: elfload: Still use TARGET_PAGE_SIZE for i386 guest
Date: Tue, 11 Aug 2015 23:45:46 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0

On 08/11/2015 11:03 PM, gchen gchen wrote:
Under Alpha host, for ubuntu12.04.5 i386 guest, it will cause failure:
"Invalid ELF image for this architecture".

The related issue commit is "a70daba linux-user: Tell guest about big
host page sizes".

Signed-off-by: Chen Gang<address@hidden>
---
  linux-user/elfload.c | 4 ++++
  1 file changed, 4 insertions(+)

Nack. There's 99 problems with host page size > guest page size. This solves none of them, and in the hackiest way possible.


r~



reply via email to

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