Bug 1180410
| Summary: | qemu core dump when install a RHEL.7 guest(xhci) with migration | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Jan Kurik <jkurik> |
| Component: | qemu-kvm | Assignee: | Dr. David Alan Gilbert <dgilbert> |
| Status: | CLOSED EOL | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.0 | CC: | bhamrick, coli, dgilbert, flang, hhuang, huding, jkurik, juli, juzhang, knoel, kraxel, michen, mrezanin, pm-eus, rbalakri, rmainz, sdenham, shuang, sluo, virt-bugs, virt-maint, xwei |
| Target Milestone: | rc | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | qemu-kvm-1.5.3-60.el7_0.12 | Doc Type: | Bug Fix |
| Doc Text: |
An incoming migration with an XHCI controller could crash if the guest was an a particular state. Checks have been added to the XHCI inbound migration path.
|
Story Points: | --- |
| Clone Of: | 1074219 | Environment: | |
| Last Closed: | 2015-03-09 08:52:52 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: | 1074219 | ||
| Bug Blocks: | |||
|
Description
Jan Kurik
2015-01-09 07:11:20 UTC
Fix included in qemu-kvm-1.5.3-60.el7_0.12 Tried to reproduce this issue on both 'Intel + rhel guest' and 'AMD + win7 guest', but did not reproduce it. I checked my steps with flang who reproduce/verify the bug #1074219 and also checked with coli for it. host info: 3.10.0-229.el7.x86_64 qemu-kvm-1.5.3-60.el7.x86_64 guest info: 'Intel + rhel guest' 'AMD + win7 guest' Steps: Use the auto test script to install a RHEL7/Win7 guest with xhci device and keep ping-pong migration during installation. Results: Migration & installation successfully with xhci device. ############################ So here i just try 5 times with the latest qemu-kvm version with the same testing to verify this issue on both 'Intel + rhel guest' and 'AMD + win7 guest'. host info: 3.10.0-229.el7.x86_64 qemu-kvm-1.5.3-60.el7_0.12.x86_64 guest info: 'Intel + rhel guest' 'AMD + win7 guest' Steps: Use the auto test script to install a RHEL7/Win7 guest with xhci device and keep ping-pong migration during installation. Results: Migration & installation successfully with xhci device. ## Also tried to query the patch changelog from the qemu-kvm package which i have saw the kvm-xhci-add-sanity-checks-to-xhci_lookup_uport.patch in the fixed qemu-kvm-1.5.3-60.el7_0.12.x86_64 package. # rpm -q qemu-kvm qemu-kvm-1.5.3-60.el7.x86_64 # rpm -q --changelog qemu-kvm-1.5.3-60.el7.x86_64 | grep 1180410 # rpm -q qemu-kvm qemu-kvm-1.5.3-60.el7_0.12.x86_64 # rpm -q --changelog qemu-kvm-1.5.3-60.el7_0.12.x86_64 | grep 1180410 - kvm-xhci-add-sanity-checks-to-xhci_lookup_uport.patch [bz#1180410] - Resolves: bz#1180410 Base on above, we can set verified this issue to verify status i think. Please correct me if any mistake, thanks. Best Regards, sluo Set this issue as verified according above comment. The advisory has been dropped. RHEL-7.0 in now EOL. |