From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IP3OU-0003qg-RW for qemu-devel@nongnu.org; Sat, 25 Aug 2007 17:42:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IP3OT-0003qB-3N for qemu-devel@nongnu.org; Sat, 25 Aug 2007 17:42:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IP3OT-0003q8-0O for qemu-devel@nongnu.org; Sat, 25 Aug 2007 17:42:09 -0400 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IP14n-0007KI-Oe for qemu-devel@nongnu.org; Sat, 25 Aug 2007 15:13:42 -0400 Received: from jive.softhome.net ([66.54.152.27]) by mx20.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IOzoW-0003BH-0D for qemu-devel@nongnu.org; Sat, 25 Aug 2007 13:52:48 -0400 Message-ID: <46D06C24.5050703@softhome.net> Date: Sun, 26 Aug 2007 00:51:32 +0700 From: Mulyadi Santosa MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH][RFC] SVM support References: <46CC956B.2060002@suse.de> <46CF11B2.5070201@suse.de> <46CF6FEB.1080504@bellard.org> <7fac565a0708250257g5fc5326eqe827d4e8b8c49a61@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: agraf@suse.de Hello... > > I implemented SVM in the qemu emulator (not kqemu, not kvm, but the > real emulator), so you can use SVM in qemu on _any_ platform qemu runs > on - even on PowerPC. > basically, I wanna say thanks for your effort on implementing SVM support for Qemu. It helps user who doesn't have Pacifica enabled processor to test software how a software behaves in such environment. It also serves as yet another example on how hack Qemu. Bravo! I hope this patch will be merged soon. regards, Mulyadi