Re: [Qemu-devel] [PATCH 07/16] translate-all: remove hole in PageDesc

2018-03-29 Thread Alex Bennée
Emilio G. Cota writes: > Groundwork for supporting parallel TCG generation. > > Move the hole to the end of the struct, so that a u32 > field can be added there without bloating the struct. > > Signed-off-by: Emilio G. Cota Reviewed-by: Alex Bennée > --- > accel/tcg/translate-all.c | 2 +- >

Re: [Qemu-devel] [PATCH 07/16] translate-all: remove hole in PageDesc

2018-02-28 Thread Richard Henderson
On 02/26/2018 09:39 PM, Emilio G. Cota wrote: > Groundwork for supporting parallel TCG generation. > > Move the hole to the end of the struct, so that a u32 > field can be added there without bloating the struct. > > Signed-off-by: Emilio G. Cota > --- > accel/tcg/translate-all.c | 2 +- > 1 fi

[Qemu-devel] [PATCH 07/16] translate-all: remove hole in PageDesc

2018-02-26 Thread Emilio G. Cota
Groundwork for supporting parallel TCG generation. Move the hole to the end of the struct, so that a u32 field can be added there without bloating the struct. Signed-off-by: Emilio G. Cota --- accel/tcg/translate-all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accel/tc