We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4398fb commit e5f03c2Copy full SHA for e5f03c2
src/hyperlight_host/src/hypervisor/whp.rs
@@ -331,7 +331,6 @@ impl Vm for WhpVm {
331
WHvRunVpExitReasonX64Halt => HyperlightExit::Halt(),
332
WHvRunVpExitReasonMemoryAccess => {
333
let gpa = unsafe { exit_context.Anonymous.MemoryAccess.Gpa };
334
- let rip = exit_context.VpContext.Rip;
335
let access_info = unsafe {
336
WHV_MEMORY_ACCESS_TYPE(
337
// 2 first bits are the access type, see https://learn.microsoft.com/en-us/virtualization/api/hypervisor-platform/funcs/memoryaccess#syntax
0 commit comments