On 07/03/2017 09:34 AM, Paolo Bonzini wrote:
From: Yang Zhong<[email protected]>
translate-all.c will be disabled if tcg is disabled in the build,
so page_size_init() function and related variables will be moved
to exec.c file.
Signed-off-by: Yang Zhong<[email protected]>
Signed-off-by: Paolo Bonzini<[email protected]>
---
accel/tcg/translate-all.c | 18 ------------------
exec.c | 20 ++++++++++++++++++++
2 files changed, 20 insertions(+), 18 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~