From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQ1n8-0005HN-DI for qemu-devel@nongnu.org; Thu, 22 Jan 2009 10:48:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQ1n6-0005FZ-Jm for qemu-devel@nongnu.org; Thu, 22 Jan 2009 10:48:25 -0500 Received: from [199.232.76.173] (port=47734 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQ1n6-0005FO-EK for qemu-devel@nongnu.org; Thu, 22 Jan 2009 10:48:24 -0500 Received: from smtp-gw29.mailanyone.net ([208.70.128.55]:53736) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LQ1n5-0004Gt-WC for qemu-devel@nongnu.org; Thu, 22 Jan 2009 10:48:24 -0500 Message-ID: <49789542.1030001@jasonmartens.com> Date: Thu, 22 Jan 2009 09:48:18 -0600 From: Jason Martens MIME-Version: 1.0 Subject: Re: [Qemu-devel] Add Intel VT support to QEMU? References: <49737609.8000101@jasonmartens.com> <49744423.4050102@suse.de> In-Reply-To: <49744423.4050102@suse.de> Content-Type: text/plain; charset=ISO-8859-1; 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: Kevin Wolf Cc: qemu-devel@nongnu.org Kevin Wolf wrote: > Jason Martens schrieb: > >> Hello Everyone >> I'm a part of a school group, and we are looking at adding Intel VT >> support to QEMU for a class project. We would be implementing support >> for VT guests, so that other VMMs that rely on VT could be run/debugged >> using QEMU. We are not familiar with QEMU code (yet!), so we are >> looking for some feedback from all of you experts. >> >> 1. Has this been attempted before, or is there any existing code for >> this? I saw some posts about a year ago that perhaps someone started on >> it, but nothing after that. >> > > I've started to implement it once, but haven't come very far. The very > basic instructions are implemented, but that's it. IIRC you could load > the KVM modules but it wouldn't run anything. > > If you like I can try to rebase my code on the current SVN version and > send you a patch series. > Sure, that would be great. Or, if you don't have any time just send me what you have and we can use it for reference/starting point. Thanks, Jason Martens