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

vIOMMU: Add tests of intel iommu without ioapic feature #6101

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

Yingshun
Copy link
Contributor

@Yingshun Yingshun commented Jan 2, 2025

Update to cover intremap on and off.

Test results:

(1/2) type_specific.io-github-autotest-libvirt.vIOMMU.intel_iommu.without_ioapic.default: STARTED
(1/2) type_specific.io-github-autotest-libvirt.vIOMMU.intel_iommu.without_ioapic.default: PASS (124.25 s)
(2/2) type_specific.io-github-autotest-libvirt.vIOMMU.intel_iommu.without_ioapic.intremap_on: STARTED
(2/2) type_specific.io-github-autotest-libvirt.vIOMMU.intel_iommu.without_ioapic.intremap_on: PASS (132.04 s)

"""
iommu_dict = eval(params.get('iommu_dict', '{}'))
err_msg = params.get("err_msg", "I/O APIC")
auto_add_ioapic = params.get("auto_add_ioapic", "no") == "yes"
feature_name = params.get("feature_name", "ioapic")
Copy link
Contributor

Choose a reason for hiding this comment

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

No libvirt_version.is_libvirt_feature_supported(params)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated. thx!

Update to cover intremap on and off.

Signed-off-by: Yingshun Cui <[email protected]>
@Yingshun Yingshun requested a review from chloerh January 7, 2025 12:53
@chloerh chloerh merged commit 9af8f59 into autotest:master Jan 8, 2025
5 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.

3 participants