From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: Re: [PATCH v2 11/13] KVM: x86: work on all available address spaces Date: Tue, 09 Jun 2015 11:45:53 +0800 Message-ID: <55766171.9000204@linux.intel.com> References: <1432746314-50196-1-git-send-email-pbonzini@redhat.com> <1432746314-50196-12-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: rkrcmar@redhat.com, bdas@redhat.com To: Paolo Bonzini , linux-kernel@vger.kernel.org, kvm@vger.kernel.org Return-path: Received: from mga11.intel.com ([192.55.52.93]:35625 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753027AbbFIDuQ (ORCPT ); Mon, 8 Jun 2015 23:50:16 -0400 In-Reply-To: <1432746314-50196-12-git-send-email-pbonzini@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 05/28/2015 01:05 AM, Paolo Bonzini wrote: > This patch has no semantic change, but it prepares for the introduction > of a second address space for system management mode. > > A new function x86_set_memory_region (and the "slots_lock taken" > counterpart __x86_set_memory_region) is introduced in order to > operate on all address spaces when adding or deleting private > memory slots. Reviewed-by: Xiao Guangrong