You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the past when the system has been under high load and the guest/VMM hasn't had a chance to run in a while errors like the following can show up:
VMM|ERROR: vIRQ 0x1b is not enabled
VMM|ERROR: VPPI IRQ 27 dropped on vCPU 0
I can't tell if this is a bug with the VMM or with the kernel since a similar case where the guest hasn't had a chance to run in a while is setting a budget less than the period.
However, this leads to a kernel assertion right now: seL4/seL4#1104.
More investigation required, will post updates to this issue.
The text was updated successfully, but these errors were encountered:
This consistently causes the issue posted here after the VM gets stuck waiting on timer IRQs for a couple of minutes with no output and then it starts printing the errors you posted. I think the main problem is that the VM's VCPU TCB was not getting set to any domains. I created this patch to set the VMs VCPU TCB to the same domain as the PD that contains it: JE-Archer/microkit#1
This seems to fix the issue. I tested on QEMU and the ZCU102 with the same schedule.
In the past when the system has been under high load and the guest/VMM hasn't had a chance to run in a while errors like the following can show up:
I can't tell if this is a bug with the VMM or with the kernel since a similar case where the guest hasn't had a chance to run in a while is setting a budget less than the period.
However, this leads to a kernel assertion right now:
seL4/seL4#1104.
More investigation required, will post updates to this issue.
The text was updated successfully, but these errors were encountered: