mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-24 00:18:36 -07:00
hw/hyperv/hyperv-proto: Move SYNDBG definitions from target/i386
Allows SYNDBG definitions to be available for common compilation units. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-ID: <20250307215623.524987-5-pierrick.bouvier@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
f410d702e4
commit
003d35ad6c
2 changed files with 12 additions and 12 deletions
|
|
@ -61,6 +61,18 @@
|
|||
#define HV_MESSAGE_X64_APIC_EOI 0x80010004
|
||||
#define HV_MESSAGE_X64_LEGACY_FP_ERROR 0x80010005
|
||||
|
||||
/*
|
||||
* 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)
|
||||
|
||||
/*
|
||||
* Message flags
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue