Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

hyperv: Add two new hypercall numbers to guest ABI public header

In preparation for the subsequent crashdump patches, copy two hypercall
numbers to the guest ABI header published by Hyper-V. One to notify
hypervisor of an event that occurs in the root partition, other to ask
hypervisor to disable the hypervisor.

Signed-off-by: Mukesh Rathor <mrathor@linux.microsoft.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>

authored by

Mukesh Rathor and committed by
Wei Liu
56c3feb3 91a076d3

+2
+2
include/hyperv/hvgdk_mini.h
··· 470 470 #define HVCALL_MAP_DEVICE_INTERRUPT 0x007c 471 471 #define HVCALL_UNMAP_DEVICE_INTERRUPT 0x007d 472 472 #define HVCALL_RETARGET_INTERRUPT 0x007e 473 + #define HVCALL_NOTIFY_PARTITION_EVENT 0x0087 473 474 #define HVCALL_NOTIFY_PORT_RING_EMPTY 0x008b 474 475 #define HVCALL_REGISTER_INTERCEPT_RESULT 0x0091 475 476 #define HVCALL_ASSERT_VIRTUAL_INTERRUPT 0x0094 ··· 495 494 #define HVCALL_GET_PARTITION_PROPERTY_EX 0x0101 496 495 #define HVCALL_MMIO_READ 0x0106 497 496 #define HVCALL_MMIO_WRITE 0x0107 497 + #define HVCALL_DISABLE_HYP_EX 0x010f 498 498 #define HVCALL_MAP_STATS_PAGE2 0x0131 499 499 500 500 /* HV_HYPERCALL_INPUT */