Bug 519787
| Summary: | qemu-kvm exits when initializing MSI-X fails on older kernels | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan ONDREJ <ondrejj> |
| Component: | qemu | Assignee: | Glauber Costa <gcosta> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | berrange, dwmw2, gcosta, gczarcinski, itamar, jaswinder, markmc, virt-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | https://www.redhat.com/archives/fedora-virt/2009-August/msg00121.html | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-09-07 07:04:44 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: | 498968 | ||
|
Description
Jan ONDREJ
2009-08-27 19:19:05 UTC
Same thing for me. Even if I was installing F12 alpha, I specified Fedora 9 when creating the guest via virt-manager because DVD/CD iso image references are screwed up for if not IDE. (In reply to comment #0) > kvm_msix_add: kvm_get_irq_route_gsi failed: No space left on device > kvm_msix_update: kvm_update_routing_entry failed: Invalid argument Okay, the issue here is that MSI-X support requires a newer kernel We shouldn't exit on older kernels, though - this needs to be fixed Amit points this out as the likely fix: http://git.kernel.org/?p=virt/kvm/qemu-kvm.git;a=commitdiff;h=aca6915d92 This is building in dist-f12 now: * Mon Sep 7 2009 Mark McLoughlin <markmc> - 2:0.10.91-0.10.rc1 - Fix MSI-X error handling on older kernels (#519787) |