Skip to content

Commit

Permalink
Removed WHvGetRunExitContext links
Browse files Browse the repository at this point in the history
  • Loading branch information
Juarezhm committed Jun 22, 2018
1 parent 7484f0f commit b928708
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Specifies the output buffer that receives the context structure providing the in
`ExitContextSizeInBytes`
Specifies the size of the buffer that receives the exit context, in bytes. The minimum buffer size required to hold the exit context can be queried with the [`WHvGetRunExitContextSize`](WHvGetRunExitContextSize.md) function. 
Specifies the size of the buffer that receives the exit context, in bytes.
  
## Remarks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ The state of the virtual processor includes the hardware registers and any inter
|[WHvCreateVirtualProcessor](funcs/WHvCreateVirtualProcessor.md)|This function creates a new virtual processor in a partition. The index of the virtual processor is used to set the APIC ID of the processor.|
|[WHvDeleteVirtualProcessor](funcs/WHvDeleteVirtualProcessor.md)|This function deletes a virtual processor in a partition.|
|[WHvRunVirtualProcessor](funcs/WHvRunVirtualProcessor.md)|This function executes the virtual processor (i.e., enables to run guest code). A call to this function blocks synchronously until either the virtual processor executed an operation that needs to be handled by the virtualization stack (e.g., accessed memory in the GPA space that is not mapped or not accessible) or the virtualization stack explicitly request an exit of the function (e.g., to inject an interrupt for the virtual processor or to change the state of the VM). |
|[WHvGetRunExitContextSize](funcs/WHvGetRunExitContextSize.md)|This function returns the minimum size required for the buffer that receives the exit context.|
|[WHvCancelRunVirtualProcessor](funcs/WHvCancelRunVirtualProcessor.md)|Canceling the execution of a virtual processor allows an application to abort the call to run the virtual processor by another thread, and to return the control to that thread. The virtualization stack can use this function to return the control of a virtual processor back to the virtualization stack in case it needs to change the state of a VM or to inject an event into the processor. |
| | |

Expand Down

0 comments on commit b928708

Please sign in to comment.