Skip to content

refactor(axklib-impl): replace wildcard import with explicit imports and update module paths#73

Merged
ZR233 merged 5 commits intoarceos-hypervisor:hypervisorfrom
YanQD:hypervisor
Sep 25, 2025
Merged

refactor(axklib-impl): replace wildcard import with explicit imports and update module paths#73
ZR233 merged 5 commits intoarceos-hypervisor:hypervisorfrom
YanQD:hypervisor

Conversation

@YanLien
Copy link

@YanLien YanLien commented Sep 25, 2025

No description provided.

Copilot AI review requested due to automatic review settings September 25, 2025 01:22
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR refactors the axklib-impl module by replacing a wildcard import with explicit imports and updating internal module paths to use fully qualified names. The changes improve code clarity by making dependencies explicit and using proper module prefixes.

  • Replace wildcard import use axklib::* with explicit imports of required types and traits
  • Update memory mapping calls from mem:: to axmm::
  • Update time and IRQ calls from bare module names to fully qualified axhal:: paths

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@YanLien YanLien requested a review from ZR233 September 25, 2025 01:22
@ZR233 ZR233 merged commit db21538 into arceos-hypervisor:hypervisor Sep 25, 2025
29 of 32 checks passed
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