From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1gEYor-0001hJ-IB for mharc-grub-devel@gnu.org; Mon, 22 Oct 2018 07:56:25 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gEYoo-0001hC-Sg for grub-devel@gnu.org; Mon, 22 Oct 2018 07:56:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gEYoh-0000lY-Ud for grub-devel@gnu.org; Mon, 22 Oct 2018 07:56:20 -0400 Received: from aserp2120.oracle.com ([141.146.126.78]:58864) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gEYoh-0000kq-Ks for grub-devel@gnu.org; Mon, 22 Oct 2018 07:56:15 -0400 Received: from pps.filterd (aserp2120.oracle.com [127.0.0.1]) by aserp2120.oracle.com (8.16.0.22/8.16.0.22) with SMTP id w9MBnCWB167133; Mon, 22 Oct 2018 11:56:12 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=corp-2018-07-02; bh=wu7FUjM+a796DcojyJ4lTM3tcseeoVt02LEYdz5qwMI=; b=HykHX96OdyKt9Mkv2Weeq6bMY/uDRCgkh+lAbmwAGpW04FtWOLoCVD3GuPXaNQl1NnwW SOiMQvbE5VXR+wsuAbvQ3PKogiw/wtj4DXhwauerekblZeTsjVXEJojkAmBhUJ5ZHZMN bHJAwjI2f9WDJy/SLXsD9Sw9Ii7vOrtmUHF7D8U5l5NgkT3Nucg80XAlYJsfn3hOZ+qT 1nRr4gcK0CO9D1y6fS9FtAl0LwHUd/qsTDcEIq8CQhayLSGEWcx6pzLXYoaJSmwwzrav MjJrzm1waO/yO4glfpn6BD53YyeTQPWS5pCFheSFusyXKFIktQvt2zUXHLKr4+/wSd13 XQ== Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by aserp2120.oracle.com with ESMTP id 2n7vapnxcd-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 22 Oct 2018 11:56:12 +0000 Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by aserv0022.oracle.com (8.14.4/8.14.4) with ESMTP id w9MBuB8v020275 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 22 Oct 2018 11:56:11 GMT Received: from abhmp0006.oracle.com (abhmp0006.oracle.com [141.146.116.12]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id w9MBuBOO030388; Mon, 22 Oct 2018 11:56:11 GMT Received: from olila.i.net-space.pl (/10.175.186.189) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 22 Oct 2018 04:56:10 -0700 Date: Mon, 22 Oct 2018 13:56:06 +0200 From: Daniel Kiper To: Juergen Gross Cc: grub-devel@gnu.org, xen-devel@lists.xen.org, phcoder@gmail.com, hans@knorrie.org Subject: Re: [PATCH v2 16/18] xenpvh: support building a standalone image Message-ID: <20181022115606.GF4548@olila.i.net-space.pl> References: <20181009110317.6022-1-jgross@suse.com> <20181009110317.6022-17-jgross@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181009110317.6022-17-jgross@suse.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=9053 signatures=668683 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=667 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1807170000 definitions=main-1810220104 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 141.146.126.78 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2018 11:56:23 -0000 On Tue, Oct 09, 2018 at 01:03:15PM +0200, Juergen Gross wrote: > Support mkimage for xenpvh. > > In order to avoid using plain integers for the ELF notes use the > available Xen include instead. While at it replace the plain numbers > for Xen PV mode, too. > > Signed-off-by: Juergen Gross +/- XENPVH/xenpvh play Reviewed-by: Daniel Kiper Daniel