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

Filter proxy IRRs when checking interrupt requests from the host #554

Closed
cperezvargas opened this issue Dec 20, 2024 · 1 comment
Closed
Labels
tdx TDX specific bugs or features

Comments

@cperezvargas
Copy link
Contributor

Here are more details on where to filter proxy IRRs for TDX:

impl UhProcessor<'_, TdxBacked> {
fn try_poll_apic(&mut self, scan_irr: bool) -> Result<bool, UhRunVpError> {
if let Some(irr) = self.runner.proxy_irr() {
// TODO TDX: filter proxy IRRs.
if self.backing.lapic.can_offload_irr() {

@cperezvargas
Copy link
Contributor Author

closing as this is a dup of #563

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tdx TDX specific bugs or features
Projects
None yet
Development

No branches or pull requests

1 participant