From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 1/3] KVM: nVMX: Fix virtual interrupt delivery injection Date: Thu, 17 Jul 2014 12:43:58 +0200 Message-ID: <53C7A8EE.4040605@redhat.com> References: <1405573011-41330-1-git-send-email-wanpeng.li@linux.intel.com> <53C78F67.1060802@redhat.com> <20140717091148.GA7744@kernel> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Jan Kiszka , Marcelo Tosatti , Gleb Natapov , Bandan Das , "Hu, Robert" , "kvm@vger.kernel.org" , "linux-kernel@vger.kernel.org" To: Wanpeng Li , "Zhang, Yang Z" Return-path: In-Reply-To: <20140717091148.GA7744@kernel> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Il 17/07/2014 11:11, Wanpeng Li ha scritto: >>> >> What hypervisor did you test with? nested_exit_on_intr(vcpu) will >> > >> >Jailhouse will clear External-interrupt exiting bit. Am I right? Jan. >> > >>> >> return true for both Xen and KVM (nested_exit_on_intr is not the same >>> >> thing as ACK_INTR_ON_EXIT). >> > >> >I guess he want to say External-interrupt exiting bit not ACK_INTR_ON_EXIT. >> > > Ah yes, a typo here. Ok, please repost this patch together with your version of patch 2. Leave aside patch 3 for now, as I think the original use-after-free patch was wrong. Paolo