summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRoman Bolshakov <r.bolshakov@yadro.com>2020-05-28 22:37:49 +0300
committerPaolo Bonzini <pbonzini@redhat.com>2020-06-12 11:15:01 -0400
commit6345d7e2aeb6f7bbaa9c1e7e94e21fccf9453c70 (patch)
treec28212c447d0620045b0565e9b3fcd65d845f727
parent8598135dd6df2b2ad2ce10f68d9eae3e9e26da6d (diff)
downloadfocaccia-qemu-6345d7e2aeb6f7bbaa9c1e7e94e21fccf9453c70.tar.gz
focaccia-qemu-6345d7e2aeb6f7bbaa9c1e7e94e21fccf9453c70.zip
i386: hvf: Drop unused variable
Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
Message-Id: <20200528193758.51454-5-r.bolshakov@yadro.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-rw-r--r--target/i386/hvf/x86.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/i386/hvf/x86.h b/target/i386/hvf/x86.h
index c95d5b2116..56fcde13c6 100644
--- a/target/i386/hvf/x86.h
+++ b/target/i386/hvf/x86.h
@@ -293,7 +293,6 @@ typedef struct lazy_flags {
 
 /* Definition of hvf_x86_state is here */
 struct HVFX86EmulatorState {
-    int interruptable;
     uint64_t fetch_rip;
     uint64_t rip;
     struct x86_register regs[16];