From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40303) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUYez-0000kP-W0 for qemu-devel@nongnu.org; Fri, 11 Oct 2013 05:05:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUYev-0006sP-IN for qemu-devel@nongnu.org; Fri, 11 Oct 2013 05:05:25 -0400 Received: from mail-bk0-x22c.google.com ([2a00:1450:4008:c01::22c]:43035) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUYev-0006sF-AX for qemu-devel@nongnu.org; Fri, 11 Oct 2013 05:05:21 -0400 Received: by mail-bk0-f44.google.com with SMTP id mz10so1446056bkb.3 for ; Fri, 11 Oct 2013 02:05:20 -0700 (PDT) Date: Fri, 11 Oct 2013 11:05:17 +0200 From: Stefan Hajnoczi Message-ID: <20131011090517.GB28383@stefanha-thinkpad.redhat.com> References: <20131010090204.GD10516@stefanha-thinkpad.redhat.com> <201310101100.r9AB0dl5029319@indigo.cs.bgu.ac.il> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201310101100.r9AB0dl5029319@indigo.cs.bgu.ac.il> Subject: Re: [Qemu-devel] kvm binary is deprecated List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Binun Cc: kahilm@post.bgu.ac.il, markbl@post.bgu.ac.il, qemu-devel@nongnu.org On Thu, Oct 10, 2013 at 02:00:39PM +0300, Alexander Binun wrote: > Stefan , great thanks! We are setting up the scene for experiments... > > Unfortunately, we ran into yet one trouble. The configuration: Ubuntu 13.04, internal KVM, Qemu 1.4.0. VMs are created using virt-manager. > > When we try to create a VM the following error message appears: > --- kvm binary is deprecated, please use qemu-system-x86_64 instead > > The same message appears when I try to run kvm --version. > > Question: how must be upgrade/degrade KVM oro Qemu in order to make them collaborate properly ? It sounds like you may be building the old qemu-kvm.git source code. Last year qemu-kvm.git was merged back into qemu.git. It means you should use git://git.qemu-project.org/qemu.git if you are building from source. Some distros are creating transitional packages or wrapper scripts that build QEMU (qemu-system-x86_64) and provide a /usr/bin/kvm or qemu-kvm executable. More info: http://blog.vmsplice.net/2012/12/qemu-kvmgit-has-unforked-back-into.html Stefan