HV: Add the definition of VECTOR_HYPERVISOR_CALLBACK_VHM

It is from the HYPERVISOR_CALLBACK_VECTOR in sos_kernel.
After this vector is used in both kernel and hypervisor, this will be defined
as the default vector.

Tracked-On: https://github.com/projectacrn/acrn-hypervisor/issues/1325
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Zhao Yakui 2018-09-25 15:45:36 +08:00 committed by lijinxia
parent a8e688eb72
commit 228699131b
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#define VECTOR_NOTIFY_VCPU 0xF0U
#define VECTOR_VIRT_IRQ_VHM 0xF7U
#define VECTOR_SPURIOUS 0xFFU
#define VECTOR_HYPERVISOR_CALLBACK_VHM 0xF3U
/* the maximum number of msi entry is 2048 according to PCI
* local bus specification