diff options
Diffstat (limited to 'target/i386/kvm/hyperv-proto.h')
-rw-r--r-- | target/i386/kvm/hyperv-proto.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target/i386/kvm/hyperv-proto.h b/target/i386/kvm/hyperv-proto.h index 464fbf0..a9f056f 100644 --- a/target/i386/kvm/hyperv-proto.h +++ b/target/i386/kvm/hyperv-proto.h @@ -152,18 +152,6 @@ #define HV_X64_MSR_STIMER3_COUNT 0x400000B7 /* - * Hyper-V Synthetic debug options MSR - */ -#define HV_X64_MSR_SYNDBG_CONTROL 0x400000F1 -#define HV_X64_MSR_SYNDBG_STATUS 0x400000F2 -#define HV_X64_MSR_SYNDBG_SEND_BUFFER 0x400000F3 -#define HV_X64_MSR_SYNDBG_RECV_BUFFER 0x400000F4 -#define HV_X64_MSR_SYNDBG_PENDING_BUFFER 0x400000F5 -#define HV_X64_MSR_SYNDBG_OPTIONS 0x400000FF - -#define HV_X64_SYNDBG_OPTION_USE_HCALLS BIT(2) - -/* * Guest crash notification MSRs */ #define HV_X64_MSR_CRASH_P0 0x40000100 |