Received: by 10.223.185.116 with SMTP id b49csp7127292wrg; Wed, 28 Feb 2018 23:43:51 -0800 (PST) X-Google-Smtp-Source: AG47ELttGFVVDjM1MDA5OSMGECvsYvV+fwZPg3Emc+ByUDPWJnLo1o0liD3HgscX5J9cmfD2GLXg X-Received: by 10.98.12.149 with SMTP id 21mr1027114pfm.118.1519890230965; Wed, 28 Feb 2018 23:43:50 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519890230; cv=none; d=google.com; s=arc-20160816; b=FR1ckrVvn+hJbWdqATDsTol3MoyYugYuQrISVIVfOf3TfREnmSYSVHdLk40v2STj+B HnkdVjJisnI68nsqdyapFeCLbbCq/K/sbyZddJljgYdeGc5hdVlD6FbmlLszmdU6RS+F e1REDGuigHrM2gAN4FQqatldtOSmrfz1xgrnVRA5pCjZ4MqLBQkJt4tBM+RDTjW8v5S0 tdlg+HrH1gv7ThQrnIIuDd9mfpIUjSuSDvSbg7Nfq5TVIxPVLJOO1jV5GlG1BG0VmeQz HFMcFgUBnOdI/F+UJHjzGao6C4NiifeLm5qruUJ+KCG3InJ3E9O/ZAIspxboKxuzNNBK 7gMQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-disposition :content-transfer-encoding:mime-version:in-reply-to:references :subject:cc:to:from:date:message-id:arc-authentication-results; bh=FRYkqkj1qP/xktQRvnf9mFKDRUxCqkHEzyeIK5bD28g=; b=NoYmaboDJ2W8K/byicSn5H4Aqr9Rn5cEulVvKInTgHzsWGI+MOX3NizbXCjSpCjmk6 2newdDApdLTFWzd/Oz1Ay128jcv3V4FQgtYMQT0P95bwQnCMtwGZysCZkTLzhQuOp1vY sQGNZ5a0hfrdJ/QJH7vJestvum+u5VZqzahT7LruOgs/2Pbii6jFS3OZUQ2k+wg5d6wp 56tqIX8fSgm6Q8bL0+HuBQ4Ad/RjhlaWS4x8M3KWYJZ586kZLnm+SiaDtIWzogKbUVft mzMddbln+z7eA7C7RHq7nPu4FxWTZE11VWONjud0V0aeRceB0ZWBU9Hnqd1bWL7SzZQY CL+Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r2si2102127pgp.704.2018.02.28.23.43.35; Wed, 28 Feb 2018 23:43:50 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964780AbeCAHmG convert rfc822-to-8bit (ORCPT + 99 others); Thu, 1 Mar 2018 02:42:06 -0500 Received: from prv-mh.provo.novell.com ([137.65.248.74]:59116 "EHLO prv-mh.provo.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933286AbeCAHmD (ORCPT ); Thu, 1 Mar 2018 02:42:03 -0500 Received: from INET-PRV-MTA by prv-mh.provo.novell.com with Novell_GroupWise; Thu, 01 Mar 2018 00:42:02 -0700 Message-Id: <5A97AEC70200007800128C14@prv-mh.provo.novell.com> X-Mailer: Novell GroupWise Internet Agent 18.0.0 Date: Thu, 01 Mar 2018 00:41:59 -0700 From: "Jan Beulich" To: , "Juergen Gross" Cc: , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [RFC PATCH v4 6/7] xen/pvh: Add memory map pointer to hvm_start_info struct References: <1519842483-8887-1-git-send-email-maran.wilson@oracle.com> <1519842483-8887-7-git-send-email-maran.wilson@oracle.com> <81b64427-4d4e-8758-436a-f2b98e3e6829@suse.com> In-Reply-To: <81b64427-4d4e-8758-436a-f2b98e3e6829@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8BIT Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >>>> Juergen Gross 03/01/18 8:29 AM >>> >On 28/02/18 19:28, Maran Wilson wrote: >> The start info structure that is defined as part of the x86/HVM direct boot >> ABI and used for starting Xen PVH guests would be more versatile if it also >> included a way to pass information about the memory map to the guest. This >> would allow KVM guests to share the same entry point. >> >> Signed-off-by: Maran Wilson > >I'm fine with this, but we need this change being accepted by the Xen >community first. So an Ack from Jan or Andrew is required as the same >change should be done on Xen side. And for an ack to be given I continue to demand that a patch be sent against the Xen tree. That said, the change looks fine to me now (as indicated before). Jan