From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH XEN v6 01/32] x86/libxc: add an arch domain config parameter to xc_domain_create Date: Wed, 9 Dec 2015 12:21:54 +0000 Message-ID: <20151209122154.GD23818@citrix.com> References: <1449141675.4424.125.camel@citrix.com> <1449141749-14940-1-git-send-email-ian.campbell@citrix.com> <1449141749-14940-2-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <1449141749-14940-2-git-send-email-ian.campbell@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: Ian Campbell Cc: wei.liu2@citrix.com, Roger Pau Monne , ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, Dec 03, 2015 at 11:21:58AM +0000, Ian Campbell wrote: > From: Roger Pau Monne > = > With the addition of HVMlite the hypervisor now always requires a non-null > arch domain config, which is different between HVM and PV guests. > = > Add a new parameter to xc_domain_create that contains a pointer to an arch > domain config. If the pointer is null, create a default arch domain config > based on guest type. > = > Fix all the in-tree callers to provide a null arch domain config in order= to > mimic previous behaviour. > = > Signed-off-by: Roger Pau Monn=E9 > --- > XXX picked up in this series so I can work against qemu-mainline. This is already committed, so I skip this one. Wei.