From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCHv2] SVM: do not generate "external interrupt exit" if other exit is pending Date: Mon, 20 Sep 2010 16:06:06 -0300 Message-ID: <20100920190606.GA29850@amt.cnet> References: <20100920081532.GG3008@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, avi@redhat.com, joerg.roedel@amd.com, agraf@suse.de To: Gleb Natapov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:64741 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754935Ab0ITTLW (ORCPT ); Mon, 20 Sep 2010 15:11:22 -0400 Content-Disposition: inline In-Reply-To: <20100920081532.GG3008@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Sep 20, 2010 at 10:15:32AM +0200, Gleb Natapov wrote: > Nested SVM checks for external interrupt after injecting nested exception. > In case there is external interrupt pending the code generates "external > interrupt exit" and overwrites previous exit info. If previously injected > exception already generated exit it will be lost. > > Signed-off-by: Gleb Natapov > --- > v1->v2 > - Added comment Applied, thanks.