mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
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:
parent
fe76b09c5b
commit
e77cb0bb20
4 changed files with 0 additions and 7 deletions
|
@ -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])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue