Gentoo Archives: gentoo-user

From: Rich Freeman <rich0@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] qemu-kvm replacement
Date: Tue, 10 Jun 2014 21:36:28
Message-Id: CAGfcS_=zmvBKSJqGjKw6w462DgHm2p53XGMLedj1vvN5WfeN7Q@mail.gmail.com
In Reply to: [gentoo-user] qemu-kvm replacement by Heiko Zinke
1 On Tue, Jun 10, 2014 at 5:31 PM, Heiko Zinke <mails@××××××.com> wrote:
2 >
3 > So if I "sudo virsh edit vmname" and substitute "/usr/bin/qemu-kvm" by
4 > "/usr/bin/qemu-system-x86_64 -machine accel=kvm -enable-kvm" I only get this
5 > error :(
6 > "error: Cannot check QEMU binary /usr/bin/qemu-system-x86_64 -machine
7 > accel=kvm -enable-kvm: No such file or directory"
8
9 I replaced /usr/bin/qemu-kvm with /usr/bin/qemu-system-x86_64 and
10 everything worked fine.
11
12 However, perhaps leaving out the --enabled-kvm will cause some
13 problem. If you do need to pass a parameter there may be some other
14 way to specify it - I'd have to read the xsd or the docs.
15
16 Rich

Replies

Subject Author
Re: [gentoo-user] qemu-kvm replacement Mike Gilbert <floppym@g.o>