Bug 1038926
Summary: | Hide button from virt-manager GUI since qemu-kvm not supported | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | tingting zheng <tzheng> |
Component: | virt-manager | Assignee: | Giuseppe Scrivano <gscrivan> |
Status: | CLOSED WONTFIX | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.0 | CC: | codong, dallan, dyuan, lcui, mkletzan, mzhan, tzheng, zsong |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-06-09 10:54:40 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
tingting zheng
2013-12-06 07:29:39 UTC
Also virtio-9p-device and virtio-9p-pci are not supported from qemu-kvm,so when try to add FileSystem on virt-manager,error will show: Error starting domain: internal error: early end of file from monitor: possible problem: qemu-kvm: -device virtio-9p-pci,id=fs0,fsdev=fsdev-fs0,mount_tag=/mnt,bus=pci.0,addr=0x7: Parameter 'driver' expects device type I can reproduce it on rpm -qa libvirt virt-manager libvirt-1.1.1-17.el7.x86_64 virt-manager-0.10.0-9.el7.noarch 1. From virt-manager GUI,you can find parallel device.If you add it then try to boot the guest,error will show: Error starting domain: internal error: early end of file from monitor: possible problem: qemu-kvm: -device isa-parallel,chardev=charparallel0,id=parallel0: Parameter 'driver' expects device type 2. Check other devices,ccid-card-emulated is not there,so smardcard with host mode is not supported on rhel7. Try to boot guest with smardcard host mode will meet error: Error starting domain: internal error: early end of file from monitor: possible problem: qemu-kvm: -device ccid-card-emulated,backend=nss-emulated,id=smartcard0,bus=ccid0.0: Parameter 'driver' expects device type Please pay attention to one point: Since install guest by cdrom is not supported by qemu-kvm, we should remove cdrom installation option from virt-manager when install qemu/kvm guest. 2 places should be changed on "New VM" window for create qemu/kvm guest with virt-manager: A. Remove "or CDROM" from installation option "Local install media(ISO image or CDROM)" on "Step1 of 5" window; B. Remove installation option "Use CDROM or DVD" on "Step 2 of 5" window. Thanks. since there is no way to query which devices are supported by libvirt so to display only those supported and that these options can be used with the upstream version of libvirt/qemu, I think we should leave them in virt-manager and rely on the error message. |