From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH 3/4] introduce boot parameter for setting XENFEAT_virtual_p2m Date: Wed, 19 Nov 2014 16:04:53 -0500 Message-ID: <20141119210453.GC20440@laptop.dumpdata.com> References: <1415957846-22703-1-git-send-email-jgross@suse.com> <1415957846-22703-4-git-send-email-jgross@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1415957846-22703-4-git-send-email-jgross@suse.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: Juergen Gross Cc: xen-devel@lists.xensource.com, david.vrabel@citrix.com, jbeulich@suse.com List-Id: xen-devel@lists.xenproject.org On Fri, Nov 14, 2014 at 10:37:25AM +0100, Juergen Gross wrote: > Introduce a new boot parameter "virt_p2m" to be able to set > XENFEAT_virtual_p2m for a pv domain. > > As long as Xen tools and kdump don't support this new feature it is > turned off by default. Couldn't the dom0_large and dom0 be detected automatically? That is the dom0 could advertise it can do large-dom0 support and Xen would automatically switch to the right mode?