Re: [Qemu-devel] [PATCH] linux-user: Don't reserve space for commpage for AArch64

2014-03-12 Thread Riku Voipio
On Mon, Mar 10, 2014 at 12:59:17PM +, Peter Maydell wrote: > AArch64 Linux, unlike AArch32, doesn't use a commpage. This means we > should not be reserving room in the guest address space for one. > Fixes LP:1287195. Looks good, Reviewed-by: Riku Voipio > Reported-by: Amanieu d'Antras > Si

[Qemu-devel] [PATCH] linux-user: Don't reserve space for commpage for AArch64

2014-03-10 Thread Peter Maydell
AArch64 Linux, unlike AArch32, doesn't use a commpage. This means we should not be reserving room in the guest address space for one. Fixes LP:1287195. Reported-by: Amanieu d'Antras Signed-off-by: Peter Maydell --- linux-user/elfload.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-)