From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NLbFl-00009R-Mr for qemu-devel@nongnu.org; Fri, 18 Dec 2009 06:44:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NLbFf-0008Tg-Md for qemu-devel@nongnu.org; Fri, 18 Dec 2009 06:44:12 -0500 Received: from [199.232.76.173] (port=49296 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLbFf-0008TS-Fc for qemu-devel@nongnu.org; Fri, 18 Dec 2009 06:44:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38294) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NLbFf-0007mp-5j for qemu-devel@nongnu.org; Fri, 18 Dec 2009 06:44:07 -0500 Message-ID: <4B2B6B03.2050004@redhat.com> Date: Fri, 18 Dec 2009 12:44:03 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: SVM support in 0.12? List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jun Koi Cc: qemu-devel@nongnu.org On 12/18/2009 03:39 AM, Jun Koi wrote: > On Fri, Dec 18, 2009 at 11:37 AM, Jun Koi wrote: >> Hi, >> >> I am running latest Qemu 0.12-rc. My guest VM runs Linux kernel 2.6.31. >> >> Because Qemu now supports SVM, I expect to see the SVM flag in >> /proc/cpuinfo, but that is not the case. >> >> So it seems SVM support is not enabled by default configuration?? >> > > My host and guest are both 32 bit Linux, if that matters. SVM requires a 64-bit machine (so you can run 32-bit Linux but you need to use qemu-system-x86_64). Paolo