Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the target VP for a virtual interrupt.
Architecture: ARM64 only.
Interface
HV_STATUS
HvCallSetVirtualInterruptTarget(
_In_ HV_PARTITION_ID PartitionId,
_In_ HV_INTERRUPT_VECTOR InterruptId,
_In_ HV_VP_INDEX VpIndex,
_In_ HV_VTL Vtl
);
Call Code
0x011F (Simple)
Input Parameters
| Name | Offset | Size | Information Provided |
|---|---|---|---|
| PartitionId | 0 | 8 | Specifies the partition ID |
| InterruptId | 8 | 4 | Specifies the virtual interrupt vector |
| VpIndex | 12 | 4 | Specifies the target VP index |
| Vtl | 16 | 1 | Specifies the target VTL |