Bug 516478
Summary: | Can not pass-throu MSIX NIC with IRQ shared | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Shaohui <shaohui.zheng> |
Component: | kernel | Assignee: | Alex Williamson <alex.williamson> |
Status: | CLOSED WONTFIX | QA Contact: | Lawrence Lim <llim> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 5.4 | CC: | ddutile, donald.d.dugger, haicheng.li, Jes.Sorensen, qzhang, qzhou, tools-bugs, virt-maint, ykaul |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-07-27 21:18:56 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 580948 |
Description
Shaohui
2009-08-10 06:28:26 UTC
Does this bug still exist on RHEL6? I think this problem is either fixed in 5.7 (due to bug 657149) or is not reproducible with libvirt. bz657149 added a reset handler for assigned devices that will use the pci sysfs reset interface. Assuming the kill -9 allows this to get called, the device should be put into a state where hotplugs can continue. Barring that, libvirt will also reset devices prior to assigning them to the guest. This would hopefully clear up any interrupt issue that may be caused by terminating qemu with such prejudice. While it's a good measure of robustness, I don't expect many actual users kill -9 their guests on a regular basis. If this is still a problem on RHEL6, please open a new bug there. |