Red Hat Bugzilla – Bug 1140620
Should replace "qemu-system-i386" by "/usr/libexec/qemu-kvm" in manpage of qemu-kvm for our official qemu-kvm build
Last modified: 2015-03-05 04:55:04 EST
+++ This bug was initially created as a clone of Bug #1140618 +++ Description of problem: Since we launch qemu from /use/libexec/qemu-kvm by our official qemu-kvm build, so we should update the manpage to use the right path and name. Version-Release number of selected component (if applicable): qemu-kvm-1.5.3-69.el7.x86_64 How reproducible: 100% Steps to Reproduce: 1. 2. 3. Actual results: In manpage, all the examples are useing qemu-system-i386 Expected results: should be replaced by /usr/libexec/qemu-kvm Additional info:
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