Re: [PATCH 0/7] exec: Improve code for TARGET_PAGE_BITS_VARY

2019-09-20 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190919232952.6382-1-richard.hender...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190919232952.6382-1-richard.hender...@linaro.org Subject: [PATCH 0/7] exec: Improve code

Re: [PATCH 0/7] exec: Improve code for TARGET_PAGE_BITS_VARY

2019-09-20 Thread Paolo Bonzini
On 20/09/19 01:29, Richard Henderson wrote: > There's currently a fair amount of overhead in the way we currently > treat TARGET_PAGE_{BITS,SIZE,MASK} with TARGET_PAGE_BITS_VARY. > > We have assertions that TARGET_PAGE_BITS has been finalized. Which > is fine, but the variable that controls the a

[PATCH 0/7] exec: Improve code for TARGET_PAGE_BITS_VARY

2019-09-19 Thread Richard Henderson
There's currently a fair amount of overhead in the way we currently treat TARGET_PAGE_{BITS,SIZE,MASK} with TARGET_PAGE_BITS_VARY. We have assertions that TARGET_PAGE_BITS has been finalized. Which is fine, but the variable that controls the assertion may be assumed to be modified by any function