aboutsummaryrefslogtreecommitdiff
path: root/target/i386/cpu.h
diff options
context:
space:
mode:
authorRoman Bolshakov <r.bolshakov@yadro.com>2020-05-28 22:37:58 +0300
committerPaolo Bonzini <pbonzini@redhat.com>2020-06-12 11:20:12 -0400
commite77cb0bb204c18c04a8290e03181510bbbfc683a (patch)
tree94d76fa1c697c08229b8c0c54864bfa0a02ac8e0 /target/i386/cpu.h
parentfe76b09c5b600310639af7ec614fb1303c773e5f (diff)
i386: hvf: Drop HVFX86EmulatorState
Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com> Message-Id: <20200528193758.51454-14-r.bolshakov@yadro.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target/i386/cpu.h')
-rw-r--r--target/i386/cpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/i386/cpu.h b/target/i386/cpu.h
index 25a2f4c0c3..7d77efd9e4 100644
--- a/target/i386/cpu.h
+++ b/target/i386/cpu.h
@@ -1604,7 +1604,6 @@ typedef struct CPUX86State {
#if defined(CONFIG_HVF)
HVFX86LazyFlags hvf_lflags;
void *hvf_mmio_buf;
- HVFX86EmulatorState *hvf_emul;
#endif
uint64_t mcg_cap;