On 07/03/2017 09:34 AM, Paolo Bonzini wrote:
This function calls tlb_set_page_with_attrs, which is not available when TCG is disabled. Move it to excp_helper.c.Signed-off-by: Paolo Bonzini<pbonz...@redhat.com> --- target/i386/excp_helper.c | 343 +++++++++++++++++++++++++++++++++++++++++++++ target/i386/helper.c | 344 +--------------------------------------------- 2 files changed, 344 insertions(+), 343 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~