From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756291AbdGXOpL (ORCPT ); Mon, 24 Jul 2017 10:45:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51778 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756218AbdGXOpB (ORCPT ); Mon, 24 Jul 2017 10:45:01 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 1DD607D0CB Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=pbonzini@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 1DD607D0CB Subject: Re: [RFC/RFT PATCH] KVM: nVMX: fixes to nested virt interrupt injection To: Wanpeng Li Cc: "linux-kernel@vger.kernel.org" , kvm , Jim Mattson , Wanpeng Li References: <1500906015-31784-1-git-send-email-pbonzini@redhat.com> From: Paolo Bonzini Message-ID: <1abd5dba-81bb-cd76-165c-0ac7492ea754@redhat.com> Date: Mon, 24 Jul 2017 16:44:58 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Mon, 24 Jul 2017 14:45:01 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 24/07/2017 16:44, Wanpeng Li wrote: >> Wanpeng, can you test this on the testcases you had for commit >> d4912215d103 ("KVM: nVMX: Fix exception injection", 2017-06-05)? > Yeah, I will try it tomorrow. :) > >> Also, do you have a testcase for PFEC matching? > I din't have one. Maybe you can add a testcase to kvm-unit-tests. :) I think it's time for you to learn kvm-unit-tests... Paolo