Re: [Qemu-devel] [PATCH 05/10] linux-user: init_guest_space: Clarify page alignment logic

2018-03-09 Thread Laurent Vivier
Le 28/12/2017 à 19:08, Luke Shumaker a écrit : > From: Luke Shumaker > > There are 3 parts to this change: > - Add a comment showing the relative sizes and positions of the blocks of >memory > - introduce and use new aligned_{start,size} instead of adjusting >

Re: [Qemu-devel] [PATCH 05/10] linux-user: init_guest_space: Clarify page alignment logic

2018-03-02 Thread Peter Maydell
On 28 December 2017 at 18:08, Luke Shumaker wrote: > From: Luke Shumaker > > There are 3 parts to this change: > - Add a comment showing the relative sizes and positions of the blocks of >memory > - introduce and use new aligned_{start,size}

[Qemu-devel] [PATCH 05/10] linux-user: init_guest_space: Clarify page alignment logic

2017-12-28 Thread Luke Shumaker
From: Luke Shumaker There are 3 parts to this change: - Add a comment showing the relative sizes and positions of the blocks of memory - introduce and use new aligned_{start,size} instead of adjusting real_{start_size} - When we clean up (on failure),