Re: [Qemu-devel] [PATCH 09/21] exec: reorganize mem_add to match Int128 version

2013-05-31 Thread Richard Henderson
On 05/30/2013 02:16 PM, Paolo Bonzini wrote: > When adding support for 2^64-byte sections, we will have to change > the structure of mem_add to avoid failures in int128_get64. > Reorganize the code now before introducing Int128. > > Signed-off-by: Paolo Bonzini > --- > exec.c | 39 ++

[Qemu-devel] [PATCH 09/21] exec: reorganize mem_add to match Int128 version

2013-05-30 Thread Paolo Bonzini
When adding support for 2^64-byte sections, we will have to change the structure of mem_add to avoid failures in int128_get64. Reorganize the code now before introducing Int128. Signed-off-by: Paolo Bonzini --- exec.c | 39 --- 1 file changed, 16 insertions(+)