Skip to content
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

Add support for x86 MSI and IOAPIC IRQs #96

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Conversation

Ivan-Velickovic
Copy link
Contributor

@Ivan-Velickovic Ivan-Velickovic commented Feb 20, 2024

Depends on coliasgroup/capdl#1.

&cslot_to_relative_cptr(slot),
)?;
}
#[sel4_cfg(any(ARCH_IA32, ARCH_X86_64))]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did this because #[sel4_cfg(ARCH_X86_64)] doesn't work currently

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you clarify what change is this comment about?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I made a typo in my comment. I meant that it would be better to do a generic x86 (by checking CONFIG_ARCH_X86) check but that doesn't work at this moment due to

// sel4-config doesn't yet play nicely with:
I think.

crates/sel4-capdl-initializer/core/src/lib.rs Show resolved Hide resolved
&cslot_to_relative_cptr(slot),
)?;
}
#[sel4_cfg(any(ARCH_IA32, ARCH_X86_64))]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you clarify what change is this comment about?

crates/sel4-capdl-initializer/types/src/spec.rs Outdated Show resolved Hide resolved
crates/sel4-capdl-initializer/core/src/lib.rs Outdated Show resolved Hide resolved
crates/sel4-capdl-initializer/core/src/lib.rs Outdated Show resolved Hide resolved
@Ivan-Velickovic
Copy link
Contributor Author

I think it's ready to go now.

@nspin
Copy link
Member

nspin commented Feb 21, 2024

Thanks!

@nspin nspin merged commit 7c5d022 into seL4:main Feb 21, 2024
9 checks passed
@nspin nspin mentioned this pull request Feb 21, 2024
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.

2 participants