Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Skip APIC detection on Uhyve #1352

Open
jounathaen opened this issue Aug 7, 2024 · 2 comments
Open

Skip APIC detection on Uhyve #1352

jounathaen opened this issue Aug 7, 2024 · 2 comments
Labels
good first issue Good for newcomers

Comments

@jounathaen
Copy link
Member

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.

@jounathaen jounathaen added the good first issue Good for newcomers label Aug 7, 2024
@stlankes
Copy link
Contributor

stlankes commented Aug 7, 2024

I would assume that we need at least a local APIC to program the timer interrupt.

@jounathaen
Copy link
Member Author

Yes. Something like this is happening. But the probing can probably be skipped.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants