From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 1/4] xen/domain: Introduce domain_max_vcpus() helper and implement per arch Date: Tue, 20 Jan 2015 11:05:23 +0000 Message-ID: <1421751923.10440.214.camel@citrix.com> References: <1421666496-10676-1-git-send-email-andrew.cooper3@citrix.com> <1421666496-10676-2-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1421666496-10676-2-git-send-email-andrew.cooper3@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andrew Cooper Cc: Stefano Stabellini , Tim Deegan , Keir Fraser , Jan Beulich , Xen-devel List-Id: xen-devel@lists.xenproject.org On Mon, 2015-01-19 at 11:21 +0000, Andrew Cooper wrote: > This allows the common XEN_DOMCTL_max_vcpus handler to loose some x86-specific > architecture knowledge. > > It turns out that Xen had the same magic number twice in-tree with different > names (HVM_MAX_VCPUS and MAX_HVM_VCPUS). This removes all use of > MAX_HVM_VCPUS, and x86 uses HVM_MAX_VCPUS from the public headers. > > Signed-off-by: Andrew Cooper > CC: Keir Fraser > CC: Jan Beulich For ARM: Acked-by: Ian Campbell I'm assuming Jan will pickup the series for eventual commit, since the bulk seems to be common and/or x86 related.