commit | 6578eb25a07c0056976f466baf640ef59ae45ab5 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Jul 03 18:10:00 2017 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jul 05 09:12:44 2017 +0200 |
tree | 4f231125b0df64b86f2a6f9cfeafcf7b21310e95 | |
parent | 1d8ad165b688759bbf00e40431ee9fde8817d190 [diff] |
target/i386: move TLB refill function out of helper.c 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 <pbonzini@redhat.com>