Bug 1140620
Summary: | Should replace "qemu-system-i386" by "/usr/libexec/qemu-kvm" in manpage of qemu-kvm for our official qemu-kvm build | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Qian Guo <qiguo> |
Component: | qemu-kvm-rhev | Assignee: | Miroslav Rezanina <mrezanin> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 7.1 | CC: | flang, hhuang, juzhang, michen, rbalakri, smitterl, virt-bugs, virt-maint |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-rhev-2.1.2-10.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 1140618 | Environment: | |
Last Closed: | 2015-03-05 09:55:04 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: | |||
Bug Depends On: | 1140618 | ||
Bug Blocks: |
Description
Qian Guo
2014-09-11 11:04:19 UTC
Clone this bug since can be reproduced by qemu-kvm-rhev-2.1.0-3.el7.x86_64 Fix included in qemu-kvm-rhev-2.1.2-10.el7 Reproduce this bug as follow version: Host # uname -r 3.10.0-195.el7.x86_64 # rpm -q qemu-kvm-rhev qemu-kvm-rhev-2.1.2-8.el7.x86_64 Steps: #man qemu-kvm Results: ....usage: qemu-system-i386 [options] [disk_image] ... qemu-system-i386 -add-fd fd=3,set=2,opaque="rdwr:/path/to/file" ... qemu-system-i386 -boot once=d ... Verify this bug as follow version: Host # uname -r 3.10.0-210.el7.x86_64 # rpm -q qemu-kvm-rhev qemu-kvm-rhev-2.1.2-13.el7.x86_64 Steps: #man qemu-kvm Results: ... usage: qemu-kvm [options] [disk_image] ... qemu-kvm dos.img -soundhw gus -parallel none ... qemu-kvm -drive file=/tmp/test.qcow2... According to above test ,this bug has been fixed. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-0624.html |