From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH] kvm: nVMX: Reorder error checks for emulated VMXON Date: Thu, 5 Jan 2017 17:56:27 +0100 Message-ID: <20170105165627.GB29430@potion> References: <1482450595-6743-1-git-send-email-jmattson@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Jim Mattson Return-path: Received: from mx1.redhat.com ([209.132.183.28]:46704 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S969323AbdAERMq (ORCPT ); Thu, 5 Jan 2017 12:12:46 -0500 Content-Disposition: inline In-Reply-To: <1482450595-6743-1-git-send-email-jmattson@google.com> Sender: kvm-owner@vger.kernel.org List-ID: 2016-12-22 15:49-0800, Jim Mattson: > Checks on the operand to VMXON are performed after the check for > legacy mode operation and the #GP checks, according to the pseudo-code > in Intel's SDM. > > Signed-off-by: Jim Mattson > --- Applied to kvm/queue, thanks.