Re: [Qemu-devel] [PATCH v4 53/54] include/exec: wrap cpu_ldst.h in CONFIG_TCG

2019-08-01 Thread Richard Henderson
On 7/31/19 9:07 AM, Alex Bennée wrote: > This gets around a build problem with --disable-tcg. > > Signed-off-by: Alex Bennée > --- > include/exec/exec-all.h | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Richard Henderson r~

[Qemu-devel] [PATCH v4 53/54] include/exec: wrap cpu_ldst.h in CONFIG_TCG

2019-07-31 Thread Alex Bennée
This gets around a build problem with --disable-tcg. Signed-off-by: Alex Bennée --- include/exec/exec-all.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/exec/exec-all.h b/include/exec/exec-all.h index c42626e35b1..e6b9b460c81 100644 --- a/include/exec/exec-all.h +++ b/include/ex