From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVeCS-0008EX-Ja for qemu-devel@nongnu.org; Mon, 14 Oct 2013 05:12:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVeCN-00064M-FM for qemu-devel@nongnu.org; Mon, 14 Oct 2013 05:12:28 -0400 Received: from mail-bk0-x235.google.com ([2a00:1450:4008:c01::235]:44089) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVeCN-00064C-7P for qemu-devel@nongnu.org; Mon, 14 Oct 2013 05:12:23 -0400 Received: by mail-bk0-f53.google.com with SMTP id d7so2463741bkh.26 for ; Mon, 14 Oct 2013 02:12:22 -0700 (PDT) Date: Mon, 14 Oct 2013 11:12:20 +0200 From: Stefan Hajnoczi Message-ID: <20131014091220.GA30440@stefanha-thinkpad.redhat.com> References: <20131011090517.GB28383@stefanha-thinkpad.redhat.com> <201310121445.r9CEjqgI026491@indigo.cs.bgu.ac.il> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201310121445.r9CEjqgI026491@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 Sat, Oct 12, 2013 at 05:45:52PM +0300, Alexander Binun wrote: > The qemu used by me is the one installed using apt-get install qemu. The executable is in /usr/bin. The KVM driver is the one supplied with Ubuntu 13.04. > > The version of qemu is 1.4.0 (after running qemu --version I get the message > > --- QEMU emulator version 1.4.0 (Debian 1.4.0+dfsg-1expubuntu4), Copyright (c) 2003-2008 Fabrice Bellard > > You mean I should use the build-from-sources qemu (getting the sources from git://git.qemu-project.org/qemu.git) ? Should I then compile from sources and mount the KVM ? In that case it sounds like everything is coming from Ubuntu 13.04 and should work together. Sorry, I don't know about Ubuntu 13.04. Perhaps there is already a solution if you search the Ubuntu bug tracker. Stefan