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

#4534: Remove multi irq support for mmio devices #4601

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

Commits on Sep 13, 2024

  1. Utilized option instead of vector to store irq lines

    Each MMIO device in Firecracker only utilizes at most one irq line, so
    capture this property at the type level.
    
    Signed-off-by: Andrew Yao <andr3wy@gmail.com>
    Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
    andr3wy authored and roypat committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    65e0e84 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Merge branch 'main' into 4534

    roypat committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a61d5c1 View commit details
    Browse the repository at this point in the history