aboutsummaryrefslogtreecommitdiff
path: root/target/i386/hvf/x86hvf.h
diff options
context:
space:
mode:
authorClaudio Fontana <cfontana@suse.de>2020-08-11 15:58:14 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2020-10-05 16:41:22 +0200
commitb46bc3c23ffb83b6f51748957acc3ea339341c1e (patch)
tree2d41a41d8100873ec6a19b1acc512c4531e08e70 /target/i386/hvf/x86hvf.h
parentbb4776be7733659bdbce4548e2c042107bad76f4 (diff)
downloadqemu-b46bc3c23ffb83b6f51748957acc3ea339341c1e.zip
qemu-b46bc3c23ffb83b6f51748957acc3ea339341c1e.tar.gz
qemu-b46bc3c23ffb83b6f51748957acc3ea339341c1e.tar.bz2
hvf: remove hvf specific functions from global includes
Signed-off-by: Claudio Fontana <cfontana@suse.de> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Roman Bolshakov <r.bolshakov@yadro.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target/i386/hvf/x86hvf.h')
-rw-r--r--target/i386/hvf/x86hvf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/i386/hvf/x86hvf.h b/target/i386/hvf/x86hvf.h
index 79539f7..4fabc6d 100644
--- a/target/i386/hvf/x86hvf.h
+++ b/target/i386/hvf/x86hvf.h
@@ -35,5 +35,4 @@ void hvf_get_msrs(CPUState *cpu_state);
void vmx_clear_int_window_exiting(CPUState *cpu);
void hvf_get_segments(CPUState *cpu_state);
void vmx_update_tpr(CPUState *cpu);
-void hvf_cpu_synchronize_state(CPUState *cpu_state);
#endif