From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIOl6-0000lT-3m for qemu-devel@nongnu.org; Wed, 20 Mar 2013 15:33:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIOl1-0005eC-Cx for qemu-devel@nongnu.org; Wed, 20 Mar 2013 15:33:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2752) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIOl1-0005dz-5T for qemu-devel@nongnu.org; Wed, 20 Mar 2013 15:33:07 -0400 Date: Wed, 20 Mar 2013 16:32:50 -0300 From: Marcelo Tosatti Message-ID: <20130320193250.GC11138@amt.cnet> References: <51459EDE.1050909@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51459EDE.1050909@web.de> Subject: Re: [Qemu-devel] [PATCH] vmxcap: Update according to SDM of January 2013 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: kvm , Gleb Natapov , qemu-devel On Sun, Mar 17, 2013 at 11:45:50AM +0100, Jan Kiszka wrote: > From: Jan Kiszka > > This adds reporting of VMCS shadowing, #VE, IA32_SMBASE, unrestricted > VMWRITE and fixes the range of the MSEG revision ID. > > Signed-off-by: Jan Kiszka Applied, thanks.