Skip to content

tmk: add a few APIC tests #1181

New issue

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

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

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

tmk: add a few APIC tests #1181

wants to merge 2 commits into from

Conversation

jstarks
Copy link
Member

@jstarks jstarks commented Apr 11, 2025

Add a few APIC tests. To support this, add the ability to enable exception and interrupt handlers on x86_64. Refactor the tmk core to a separate crate for better separation between tests and test framework.

One of the new tests fails with virt_support_apic. I'll fix this in a separate change so that it's easier to see. (These tests don't run in CI yet so there won't be any breaks.)

Add a few APIC tests. So support this, add the ability to enable
exception and interrupt handlers on x86_64. Refactor the tmk core to a
separate crate for better separation between tests and test framework.

One of the new tests fails with `virt_support_apic`. I'll fix this in a
separate change so that it's easier to see. (These tests don't run in CI
yet so there won't be any breaks.)
@jstarks jstarks requested review from a team as code owners April 11, 2025 22:57
@smmalis37
Copy link
Contributor

I don't think that's a bug, I think the name main is purposefully treated specially.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants