From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 605421387FD for ; Tue, 10 Jun 2014 21:36:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D25C4E0AB1; Tue, 10 Jun 2014 21:36:23 +0000 (UTC) Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E381E0A84 for ; Tue, 10 Jun 2014 21:36:22 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id f8so30663wiw.4 for ; Tue, 10 Jun 2014 14:36:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=7Gi22xO5BYiV9mdlIsPQwJ0/Q86EUUKolzsLoLYhKQE=; b=sNt1PYtmAU8oau8Bsv0mFoHBRItuowAHW5LHbjEZostoOzMomzk0lvjOiHhiZcvGWO CWkOLXoEgtHPyLz6fl7fjq3CYI6Ww0tRHckR0mSbeiIV2KBYjRydLjTlJVPaRDiCln5B lBW8R5TcrzvSGJwNQmChY8qx40JqS1IIv+8Vqg64QDfrIjDBBPku0Twem1TVMgkWmodV /TA+1GFLW6u7nEZEtY2fWCM6YlbTdFokE7LtWhIJmunYkSmOBJ0MgWleScBRyZuZH66h dIITlM5qrTsbLx0N3DhMW1nUiE23cbSwhsO228wiG7aZ+U2fxwGk69oIuwIDe1npkvBV sjXw== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.180.91.104 with SMTP id cd8mr42065440wib.0.1402436181406; Tue, 10 Jun 2014 14:36:21 -0700 (PDT) Sender: freemanrich@gmail.com Received: by 10.216.32.132 with HTTP; Tue, 10 Jun 2014 14:36:21 -0700 (PDT) In-Reply-To: <2889749.bhUys7Nap2@chiefwiggum> References: <2889749.bhUys7Nap2@chiefwiggum> Date: Tue, 10 Jun 2014 17:36:21 -0400 X-Google-Sender-Auth: 2cvKmzj6ulyENe-w4Vae-RgYsmE Message-ID: Subject: Re: [gentoo-user] qemu-kvm replacement From: Rich Freeman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: e9ac628c-810e-4929-a213-87d878293877 X-Archives-Hash: 8edb2bcb6d7003424366bdb7fac9ef46 On Tue, Jun 10, 2014 at 5:31 PM, Heiko Zinke wrote: > > So if I "sudo virsh edit vmname" and substitute "/usr/bin/qemu-kvm" by > "/usr/bin/qemu-system-x86_64 -machine accel=kvm -enable-kvm" I only get this > error :( > "error: Cannot check QEMU binary /usr/bin/qemu-system-x86_64 -machine > accel=kvm -enable-kvm: No such file or directory" I replaced /usr/bin/qemu-kvm with /usr/bin/qemu-system-x86_64 and everything worked fine. However, perhaps leaving out the --enabled-kvm will cause some problem. If you do need to pass a parameter there may be some other way to specify it - I'd have to read the xsd or the docs. Rich