From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K35mu-0008ET-WC for qemu-devel@nongnu.org; Mon, 02 Jun 2008 04:53:10 -0400 Received: from [199.232.76.173] (port=57925 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K35ms-0008DF-PD for qemu-devel@nongnu.org; Mon, 02 Jun 2008 04:53:07 -0400 Received: from mx1.polytechnique.org ([129.104.30.34]:46144) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K35ms-0000Xm-46 for qemu-devel@nongnu.org; Mon, 02 Jun 2008 04:53:06 -0400 Received: from fbe1.dev.netgem.com (gw.netgem.com [195.68.2.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 8185533175 for ; Mon, 2 Jun 2008 10:53:02 +0200 (CEST) Message-ID: <4843B4ED.3070004@bellard.org> Date: Mon, 02 Jun 2008 10:53:01 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] [4605] SVM rework References: <8E8AA113-43A5-41D3-A0F0-A83F0A115795@suse.de> In-Reply-To: <8E8AA113-43A5-41D3-A0F0-A83F0A115795@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: qemu-devel@nongnu.org Alexander Graf wrote: > [...] >> Log Message: >> ----------- >> SVM rework > [...] > Wow, thanks a lot Fabrice! At this point my SVM modifications are untested. I plan to make some basic tests soon. > I think tb->flags can now be reverted to a 32 bit value, as it no longer > needs to keep all the intercept information. Right. Moreover there are still some bits which must be moved to another variable and modifications pending for the cpu_save/cpu_restore() (in particular the change for the 'halted' flag). Fabrice.