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
I'm not 100% sure about this one, but AFAIK, Uhyve does not provide an APIC or IO-APIC. But if the acpi feature is active, the kernel unsuccessfully probes the memory to find one. I think, we can skip the search for an APIC if we are on Uhyve and save a few CPU cycles.
The text was updated successfully, but these errors were encountered:
I'm not 100% sure about this one, but AFAIK, Uhyve does not provide an APIC or IO-APIC. But if the
acpi
feature is active, the kernel unsuccessfully probes the memory to find one. I think, we can skip the search for an APIC if we are on Uhyve and save a few CPU cycles.The text was updated successfully, but these errors were encountered: