Re: [PATCH 2/7] exec: Split out variable page size support to exec-vary.c

2019-09-21 Thread Philippe Mathieu-Daudé
On 9/20/19 1:29 AM, Richard Henderson wrote: > The next patch will play a trick with "const" that will > confuse the compiler about the uses of target_page_bits > within exec.c. Moving everything to a new file prevents > this confusion. > > No functional change so far. > > Signed-off-by: Richard

[PATCH 2/7] exec: Split out variable page size support to exec-vary.c

2019-09-19 Thread Richard Henderson
The next patch will play a trick with "const" that will confuse the compiler about the uses of target_page_bits within exec.c. Moving everything to a new file prevents this confusion. No functional change so far. Signed-off-by: Richard Henderson --- Makefile.target | 2 +- include/qemu-