Skip to content

Platform dependent irq assignment for the mmio device manager #994

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

Merged
merged 3 commits into from
Mar 13, 2019

Conversation

dianpopa
Copy link
Contributor

@dianpopa dianpopa commented Mar 8, 2019

Issue #, if available: #757

Description of changes: The interrupts assignment (irq base, maximum irq) is platform dependent but up until now we would be hard coding those for x86_64 inside the mmio device manager. Refactored the code accordingly.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

serban300
serban300 previously approved these changes Mar 12, 2019
@serban300 serban300 requested a review from a team March 12, 2019 13:19
Since the interval of allowed IRQ IDs for the device
manager is x86_64 specific, it was moved in the
layout for the x86_64 architecture.

Signed-off-by: Diana Popa <[email protected]>
@dianpopa
Copy link
Contributor Author

@aghecenco implemented suggested changes. Take a look.

@acatangiu acatangiu merged commit a50f78d into firecracker-microvm:master Mar 13, 2019
@dianpopa dianpopa deleted the i757d branch March 18, 2019 13:43
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.

4 participants