From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1gRjWM-0005xm-61 for mharc-grub-devel@gnu.org; Tue, 27 Nov 2018 14:59:46 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRjWJ-0005wS-J0 for grub-devel@gnu.org; Tue, 27 Nov 2018 14:59:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRjWF-0007lL-HQ for grub-devel@gnu.org; Tue, 27 Nov 2018 14:59:43 -0500 Received: from userp2130.oracle.com ([156.151.31.86]:36162) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gRjWF-0007kC-2I for grub-devel@gnu.org; Tue, 27 Nov 2018 14:59:39 -0500 Received: from pps.filterd (userp2130.oracle.com [127.0.0.1]) by userp2130.oracle.com (8.16.0.22/8.16.0.22) with SMTP id wARJxYTZ092909; Tue, 27 Nov 2018 19:59:35 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=unTUgpphaL43ypayCdKo3Qd+qIEy0qMLnLtAKCKhV5g=; b=ZI5aQSdLj0ggSw+rmdT3C2YKWW2IYhsg2ssHXyemYSouRNgnJOdJT8aPAVh5FDk/lW0R LGQ/CjljN6oCTp8Ae+C0tAgrEH3aeM3aoz2EnrBNcf26S+NolRlSHctxaWnv5zo0oWEI zhY7U8VkUPq6yS4CxWIud/spg2J2De1Xai5wUgreiSUABQxIlvaMhfcJAhh6A2sC59rk Lkg+mZh8Z11Hl+Okj5m5OqaJe2vj+/tIjDtq1Tv+qJ2bqVcnfzEFRLw6bhQXM9CR3xlM skoAT+bdAC6nR/NeC6G4RFxCfJSAiJc5ywHSjGd0o1avX+J0JrkRYl1nZihQNscOEGGi oA== Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by userp2130.oracle.com with ESMTP id 2nxx2u69y4-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 27 Nov 2018 19:59:35 +0000 Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by aserv0022.oracle.com (8.14.4/8.14.4) with ESMTP id wARJxX9F003904 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 27 Nov 2018 19:59:34 GMT Received: from abhmp0005.oracle.com (abhmp0005.oracle.com [141.146.116.11]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id wARJxWXs010144; Tue, 27 Nov 2018 19:59:33 GMT Received: from tomti.i.net-space.pl (/10.175.171.161) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 27 Nov 2018 11:59:32 -0800 Date: Tue, 27 Nov 2018 20:59:28 +0100 From: Daniel Kiper To: Juergen Gross Cc: grub-devel@gnu.org, xen-devel@lists.xen.org, phcoder@gmail.com, roger.pau@citrix.com, hans@knorrie.org Subject: Re: [PATCH v5 05/20] xen: add some dummy headers for PVH mode Message-ID: <20181127195928.ub5vnix72x3axdql@tomti.i.net-space.pl> References: <20181121142855.13537-1-jgross@suse.com> <20181121142855.13537-6-jgross@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181121142855.13537-6-jgross@suse.com> User-Agent: NeoMutt/20170113 (1.7.2) X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=9090 signatures=668685 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=543 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1811270170 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 156.151.31.86 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: Tue, 27 Nov 2018 19:59:45 -0000 On Wed, Nov 21, 2018 at 03:28:40PM +0100, Juergen Gross wrote: > With Xen PVH mode adding a new machine type the machine related headers > need to be present for the build to succeed. Most of the headers just > need to include the related common i386 headers. Add those to the tree. > > Note that xen_pvh/int.h needs to include pc/int_types.h instead of > pc/int.h in order to avoid the definition of grub_bios_interrupt(). > > xen_pvh/memory.h needs to include coreboot/memory.h (like some other > /memory.h do as well) as this contains just the needed stubs. > > Signed-off-by: Juergen Gross Reviewed-by: Daniel Kiper Daniel