Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751216AbdGMBeM (ORCPT ); Wed, 12 Jul 2017 21:34:12 -0400 Received: from mail-oi0-f53.google.com ([209.85.218.53]:33971 "EHLO mail-oi0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751120AbdGMBeK (ORCPT ); Wed, 12 Jul 2017 21:34:10 -0400 MIME-Version: 1.0 In-Reply-To: <20170712214408.GH3326@potion> References: <1498705321-3927-1-git-send-email-wanpeng.li@hotmail.com> <1498705321-3927-3-git-send-email-wanpeng.li@hotmail.com> <20170712214408.GH3326@potion> From: Wanpeng Li Date: Thu, 13 Jul 2017 09:34:09 +0800 Message-ID: Subject: Re: [PATCH v7 2/4] KVM: async_pf: Add L1 guest async_pf #PF vmexit handler To: =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= Cc: "linux-kernel@vger.kernel.org" , kvm , Paolo Bonzini , Wanpeng Li Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by nfs id v6D1YL6D010214 Content-Length: 648 Lines: 21 2017-07-13 5:44 GMT+08:00 Radim Krčmář : > 2017-06-28 20:01-0700, Wanpeng Li: >> From: Wanpeng Li >> >> This patch adds the L1 guest async page fault #PF vmexit handler, such >> #PF is converted into vmexit from L2 to L1 on #PF which is then handled >> by L1 similar to ordinary async page fault. >> >> Cc: Paolo Bonzini >> Cc: Radim Krčmář >> Signed-off-by: Wanpeng Li >> --- > > This patch breaks SVM, so I've taken the series off kvm/queue for now; > I'll look into it tomorrow. Thanks for the help. :) Regards, Wanpeng Li