Bug 517857
| Summary: | Pass-throu NIC is invisible in guest OS via libvirt | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Shaohui <shaohui.zheng> | ||||||||||||||
| Component: | libvirt | Assignee: | Daniel Veillard <veillard> | ||||||||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Virtualization Bugs <virt-bugs> | ||||||||||||||
| Severity: | low | Docs Contact: | |||||||||||||||
| Priority: | low | ||||||||||||||||
| Version: | 5.4 | CC: | ddugger, donald.d.dugger, haicheng.li, markmc, virt-maint, xen-maint | ||||||||||||||
| Target Milestone: | rc | ||||||||||||||||
| Target Release: | --- | ||||||||||||||||
| Hardware: | All | ||||||||||||||||
| OS: | Linux | ||||||||||||||||
| Whiteboard: | |||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||
| Last Closed: | 2009-09-11 20:11:12 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: | |||||||||||||||||
| Attachments: |
|
||||||||||||||||
|
Description
Shaohui
2009-08-17 14:08:45 UTC
Created attachment 357654 [details]
configure file
Created attachment 357655 [details]
dmi decode information
Created attachment 357656 [details]
virt-manager snapshot(bugus bdf)
Created attachment 357658 [details]
dmesg when create guest with qemu-kvm
Created attachment 357659 [details]
dmesg when create guest via libvirt
Created attachment 357662 [details]
qemu log on /var/log/libvirt/qemu/vm2.log
Here's the problem: <domain type='qemu'> it should be: <domain type='kvm'> With type='qemu', libvirt runs qemu-kvm -no-kvm and -pcidevice is ignored If you change it to type='kvm', does it work? After I change the hypervisor to kvm, I can success to pass-throu the device and it works fine. |