From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chen, Tiejun" Subject: Re: [v4][PATCH 13/19] tools/libxc: check to set args.mmio_size before call xc_hvm_build Date: Fri, 26 Jun 2015 08:56:50 +0800 Message-ID: <558CA352.7060701@intel.com> References: <1435053450-25131-1-git-send-email-tiejun.chen@intel.com> <1435053450-25131-14-git-send-email-tiejun.chen@intel.com> <20150625110857.GI6545@zion.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150625110857.GI6545@zion.uk.xensource.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: Wei Liu Cc: Stefano Stabellini , Ian Jackson , Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 2015/6/25 19:08, Wei Liu wrote: > On Tue, Jun 23, 2015 at 05:57:24PM +0800, Tiejun Chen wrote: >> After commit 5dff8e9eedc7, "libxc/libxl: fill xc_hvm_build_args in >> libxl" is introduced, we won't check to set args.mmio_size inside >> xc_hvm_build as before. So instead, we need to do this before call >> that. >> >> CC: Ian Jackson >> CC: Stefano Stabellini >> CC: Ian Campbell >> CC: Wei Liu >> Signed-off-by: Tiejun Chen > > Acked-by: Wei Liu > > Sigh. I missed this because libxl doesn't use this function and there is > no in tree xend anymore. > > I think you should move this earlier in this series. Presumably your RDM > changes depend on this. > Maybe this can be sent out independently since this is more like a fix, right? Thanks Tiejun