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 76a48c9 commit 91e198dCopy full SHA for 91e198d
openhcl/virt_mshv_vtl/src/processor/snp/mod.rs
@@ -334,7 +334,7 @@ impl HardwareIsolatedBacking for SnpBacked {
334
dev: &impl CpuIo,
335
) -> Result<bool, UhRunVpError> {
336
this.cvm_handle_cross_vtl_interrupts(|this, vtl, check_rflags| {
337
- let vmsa = this.runner.vmsa_mut(vtl);
+ let (avic_page, vmsa) = this.runner.secure_avic_page_vmsa_mut(vtl);
338
if vmsa.event_inject().valid()
339
&& vmsa.event_inject().interruption_type() == x86defs::snp::SEV_INTR_TYPE_NMI
340
{
@@ -347,6 +347,7 @@ impl HardwareIsolatedBacking for SnpBacked {
347
.access(&mut SnpApicClient {
348
partition: this.partition,
349
vmsa,
350
+ avic_page,
351
dev,
352
vmtime: &this.vmtime,
353
vtl,
0 commit comments