Conversation
- add architecture-independent msixbackend abstractioin - implement MSI-X backend for GICv3 - refactor vpci_dev to remove arch-specific dependencies - refine virtio-pci device access interface
Merge guest IPI action bits, publish blocking sends before return, and keep the virtual IPI line asserted until all pending actions are cleared.
Maintain asserted HWI bits per physical CPU, update only GINTC.VIP, preserve PIP and HC, and remove timer-driven global injection cleanup.
Pass the target zone and IRQ through HvClearInjectIrq so backends can deassert one guest interrupt line without clearing unrelated pending interrupts.
fix(loongarch64): make SMP IPI and Virtio IRQ delivery stateful
align LS3A5000 VirtIO IRQ and make HWI lock per-CPU
ci(x86_64): add Asterinas zone1 Jenkins test
Add overlap check between MMIO passthrough regions and MMIO intercept handler regions
* fix(loongarch64): preserve firmware PCI bridge bus numbers * fix(pci): preserve firmware bridge bus topology Cache the firmware-programmed bridge bus register during enumeration for no_pcie_bar_realloc backends. Preserve it for identity bus mappings and translate primary, secondary, and subordinate bus numbers when a zone remaps buses. * fix(pci): initialize bridge state before bus mapping Cache PCI configuration values before set_vbdf initializes the virtual bridge bus register. Also require at least one visible bus mapping before treating a bridge topology as identity-mapped.
chore(release): prepare v0.6 release
li041
approved these changes
Aug 25, 2026
liulog
approved these changes
Aug 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR merges
devintomainto cut thev0.6release.