Bug 516672
Summary: | Disable unused/unsupported features on qemu-kvm | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Suqin Huang <shuang> |
Component: | kvm | Assignee: | Juan Quintela <quintela> |
Status: | CLOSED ERRATA | QA Contact: | Lawrence Lim <llim> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 5.5 | CC: | ehabkost, lihuang, ovirt-maint, quintela, riek, tools-bugs, virt-maint, ykaul |
Target Milestone: | rc | Keywords: | FutureFeature |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | kvm-83-126.el5 | Doc Type: | Enhancement |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-03-30 07:57:06 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: |
Description
Suqin Huang
2009-08-11 02:48:58 UTC
--disable-pcspkr configure option added on kvm-83-126.el5. reproduce on kvm-83-105.el5_4.8 1. -bt /usr/libexec/qemu-kvm -m 2G -smp 2 images/rhel4.8-32.raw -vnc :3 -monitor stdio -bt aa no error 2. -soundhw ? /usr/libexec/qemu-kvm -m 2G -smp 2 images/rhel4.8-32.raw -vnc :3 -monitor stdio -soundhw ? Valid sound card names (comma separated): pcspk PC speaker ac97 Intel 82801AA AC97 Audio 3. --help /usr/libexec/qemu-kvm --help | grep blue -bt hci,null Dumb bluetooth HCI - doesn't respond to commands Emulate a bluetooth device 'dev' in scatternet 'n' [root@dhcp-66-70-6 images]# /usr/libexec/qemu-kvm --help | grep enable-nesting -enable-nesting enable support for running a VM inside the VM (AMD only) [root@dhcp-66-70-6 images]# /usr/libexec/qemu-kvm --help | grep vga -vga [std|cirrus|vmware] Fix on kvm-83-132.el5 1. -bt /usr/libexec/qemu-kvm -m 2G -smp 2 images/rhel4.8-32.raw -vnc :3 -monitor stdio -bt aa /usr/libexec/qemu-kvm: invalid option -- '-bt' 2. -soundhw /usr/libexec/qemu-kvm -m 2G -smp 2 images/rhel4.8-32.raw -vnc :3 -monitor stdio -soundhw ? Valid sound card names (comma separated): ac97 Intel 82801AA AC97 Audio -soundhw all will enable all of the above 3. --help #/usr/libexec/qemu-kvm --help | grep blue #/usr/libexec/qemu-kvm --help | grep enable-nesting # /usr/libexec/qemu-kvm --help | grep vga -vga [std|cirrus] An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2010-0271.html |