qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 19/22] target/i386: move TLB refill function out


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 19/22] target/i386: move TLB refill function out of helper.c
Date: Mon, 3 Jul 2017 13:15:21 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

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<address@hidden>
---
  target/i386/excp_helper.c | 343 +++++++++++++++++++++++++++++++++++++++++++++
  target/i386/helper.c      | 344 +---------------------------------------------
  2 files changed, 344 insertions(+), 343 deletions(-)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]