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 riku.voi...@linaro.org Reported-by:

[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 aman...@gmail.com Signed-off-by: Peter Maydell peter.mayd...@linaro.org --- linux-user/elfload.c | 5 - 1 file