From mboxrd@z Thu Jan 1 00:00:00 1970 From: tangchen Subject: Re: [PATCH v5 7/7] kvm, mem-hotplug: Unpin and remove nested_vmx->apic_access_page. Date: Thu, 11 Sep 2014 17:43:30 +0800 Message-ID: <54116EC2.8020802@cn.fujitsu.com> References: <1410413886-32213-1-git-send-email-tangchen@cn.fujitsu.com> <1410413886-32213-8-git-send-email-tangchen@cn.fujitsu.com> <54116C6F.8030300@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , , , , To: Paolo Bonzini , , , , Return-path: Received: from cn.fujitsu.com ([59.151.112.132]:57263 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1753366AbaIKJmK (ORCPT ); Thu, 11 Sep 2014 05:42:10 -0400 In-Reply-To: <54116C6F.8030300@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 09/11/2014 05:33 PM, Paolo Bonzini wrote: > This patch is not against the latest KVM tree. The call to > nested_get_page is now in nested_get_vmcs12_pages, and you have to > handle virtual_apic_page in a similar manner. Hi Paolo, Thanks for the reviewing. This patch-set is against Linux v3.17-rc4. Will make it against the latest KVM tree, and resend a patch set following you comments. Thanks.