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>
This commit is contained in:
Roman Bolshakov 2020-05-28 22:37:58 +03:00 committed by Paolo Bonzini
parent fe76b09c5b
commit e77cb0bb20
4 changed files with 0 additions and 7 deletions

View file

@ -228,10 +228,6 @@ typedef struct x68_segment_selector {
};
} __attribute__ ((__packed__)) x68_segment_selector;
/* Definition of hvf_x86_state is here */
struct HVFX86EmulatorState {
};
/* useful register access macros */
#define x86_reg(cpu, reg) ((x86_register *) &cpu->regs[reg])