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

module design for vioapic #8741

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 2, 2024

  1. doc: move closing markers before endif

    Move the closing markers in the '#define .. #endif' to match the opening
    markers.
    
    Tracked-On: projectacrn#8665
    Signed-off-by: Haiwei Li <haiwei.li@intel.com>
    haiwei-li committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    fc163ff View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. hv: vioapic: refactor some codes in vioapic

    This patch is to:
    * Trim trailing whitespaces
    * Use macro and add comments
    * Add lock around `reset_one_vioapic()`
    
    Tracked-On: projectacrn#8740
    Signed-off-by: Haiwei Li <haiwei.li@intel.com>
    haiwei-li committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c2e88f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. doc: add module design for vioapic

    GAI Tooling Notice: These contents may have been developed with support from one
    or more generative artificial intelligence solutions.
    
    This patch is to add doxygen style comments for some elements in
    vp-dm_vioapic module.
    
    Tracked-On: projectacrn#8665
    Signed-off-by: Haiwei Li <haiwei.li@intel.com>
    haiwei-li authored and U-CCR\haiweili committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    13ac8bd View commit details
    Browse the repository at this point in the history