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 d97e66f commit 4ee5d5fCopy full SHA for 4ee5d5f
arch/arm64/kvm/emulate-nested.c
@@ -304,13 +304,15 @@ static const struct trap_bits coarse_trap_bits[] = {
304
.index = MDCR_EL2,
305
.value = MDCR_EL2_TPMCR,
306
.mask = MDCR_EL2_TPMCR,
307
- .behaviour = BEHAVE_FORWARD_RW,
+ .behaviour = BEHAVE_FORWARD_RW |
308
+ BEHAVE_FORWARD_IN_HOST_EL0,
309
},
310
[CGT_MDCR_TPM] = {
311
312
.value = MDCR_EL2_TPM,
313
.mask = MDCR_EL2_TPM,
314
315
316
317
[CGT_MDCR_TDE] = {
318
0 commit comments