Re: [Qemu-devel] [PATCH 2/2] linux-user: remove useless macros GUEST_BASE and RESERVED_VA

2015-08-24 Thread Alexander Graf
On 23.08.15 16:42, Laurent Vivier wrote: > Signed-off-by: Laurent Vivier I would prefer to have a commit message here. It's not critical in this patch, but makes life easier for people who dig through them later in the git log, so they don't see the patch contents. Reviewed-by: Alexander Graf

[Qemu-devel] [PATCH 2/2] linux-user: remove useless macros GUEST_BASE and RESERVED_VA

2015-08-23 Thread Laurent Vivier
Signed-off-by: Laurent Vivier --- include/exec/cpu-all.h | 4 +--- include/exec/cpu_ldst.h | 8 linux-user/mmap.c| 20 ++-- tcg/aarch64/tcg-target.c | 10 +- tcg/arm/tcg-target.c | 8 tcg/i386/tcg-target.c| 22 +++---