mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
target/i386: fix exceptions for MOV to DR
Use raise_exception_ra (without error code) when raising the illegal opcode operation; raise #GP when setting bits 63:32 of DR6 or DR7. Move helper_get_dr to sysemu/ since it is a privileged instruction that is not needed on user-mode emulators. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
acf23ffb58
commit
533883fd7e
7 changed files with 35 additions and 45 deletions
|
@ -140,8 +140,6 @@
|
|||
#define SVM_MSRPM_SIZE (1ULL << 13)
|
||||
#define SVM_IOPM_SIZE ((1ULL << 13) + 1)
|
||||
|
||||
#define SVM_DR_RESERVED_MASK 0xffffffff00000000ULL
|
||||
|
||||
struct QEMU_PACKED vmcb_control_area {
|
||||
uint16_t intercept_cr_read;
|
||||
uint16_t intercept_cr_write;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue