[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ping: [PATCH 0/6] tools/include: adjustments to the population of xen/


  • To: Jan Beulich <jbeulich@xxxxxxxx>
  • From: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
  • Date: Thu, 1 Oct 2020 16:43:55 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=SrbNnulJmbLMPf40lFql3k8274MNQgxPLPCyIdAU0FA=; b=EHFQraqYwLXj8ewX9pzpMJFGIyzY7tSDIDZGhpNptagAcYouUJHTitfP/lVTAh96rb0/oLG5h8Uk8vOhkJqdyT8SwnrX3x2EzEBpFnDOje+VcIqGoHX5dB4VgTgh8Teu5asWBiHT6GOLOV5AjkcSIt70yv25Q40zv5WAtWTEXJCrRFqgyQRfH6yBez7E6R+dLVoRNUpQuLlQ8TcJ6I3SdRKTvw+A8JJcG+ebgaLJe4x2WDWqvjyiZG0TsFmpZHgHOMIB4KgitH8JCpY36E+wk/AeR/13xnIsKp6XgD4CgNqO1sQq32icP2bM64MBYkWMZmxX4q4cRYFp7+/ZnXbzkg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=itZ9GW0SvQR3N2PAsLOLnF66d1G6BFiZ66ARddBaR0z6Q1e7vugDmV6wewD+xudBjkfDmWGXxggNJKhf9OdJXWY6r2wjDel529PCK86KshPoPvQhg+5ZHbuskugUYXjVNfLzs6EhiwUyUqFGdvS81ZwkWeduH9K2nw4MhIcYDxtsNo2WgrWsm/frtnrfqPqI90VTE7DLMsbd0Ns23kNcWQ5fhOalXwoN7flVDL/HKvIjTxf793YaOrGqPrwPe73giIC4Om4VLBhUzpnLhV4uMFNo5yFZ+EIJme7btIhRNDm5a+8rOS60bnUfXNZN/VeDl3iSx4x+vyWR2xNmQE7Ncg==
  • Authentication-results-original: suse.com; dkim=none (message not signed) header.d=none;suse.com; dmarc=none action=none header.from=arm.com;
  • Cc: Ian Jackson <iwj@xxxxxxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • Delivery-date: Thu, 01 Oct 2020 16:44:56 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
  • Nodisclaimer: true
  • Original-authentication-results: suse.com; dkim=none (message not signed) header.d=none;suse.com; dmarc=none action=none header.from=arm.com;
  • Thread-index: AQHWh2uA51KvLc+DNUCjQhMwaVDUdqmDCd+AgAAHWYCAAAQLgA==
  • Thread-topic: Ping: [PATCH 0/6] tools/include: adjustments to the population of xen/

Hi,

> On 1 Oct 2020, at 17:29, Bertrand Marquis <bertrand.marquis@xxxxxxx> wrote:
> 
> Hi Jan,
> 
>> On 1 Oct 2020, at 17:03, Jan Beulich <jbeulich@xxxxxxxx> wrote:
>> 
>> On 10.09.2020 14:09, Jan Beulich wrote:
>>> While looking at what it would take to move around libelf/
>>> in the hypervisor subtree, I've run into this rule, which I
>>> think can do with a few improvements and some simplification.
>>> 
>>> 1: adjust population of acpi/
>>> 2: fix (drop) dependencies of when to populate xen/
>>> 3: adjust population of public headers into xen/
>>> 4: properly install Arm public headers
>>> 5: adjust x86-specific population of xen/
>>> 6: drop remaining -f from ln invocations
>> 
>> May I ask for an ack or otherwise here?
> 
> This is going the right way but with this serie (on top of current staging
> status), I have a compilation error in Yocto while compiling qemu:
> In file included from 
> /media/extend-drive/bermar01/Development/xen-dev/yocto-build/build/dom0-fvp.prj/tmp/work/armv8a-poky-linux/qemu/5.1.0-r0/recipe-sysroot/usr/include/xenguest.h:25,
> |                  from 
> /media/extend-drive/bermar01/Development/xen-dev/yocto-build/build/dom0-fvp.prj/tmp/work/armv8a-poky-linux/qemu/5.1.0-r0/qemu-5.1.0/hw/i386/xen/xen_platform.c:41:
> | 
> /media/extend-drive/bermar01/Development/xen-dev/yocto-build/build/dom0-fvp.prj/tmp/work/armv8a-poky-linux/qemu/5.1.0-r0/recipe-sysroot/usr/include/xenctrl_dom.h:19:10:
>  fatal error: xen/libelf/libelf.h: No such file or directory
> |    19 | #include <xen/libelf/libelf.h>
> |       |          ^~~~~~~~~~~~~~~~~~~~~
> | compilation terminated.
> | 
> /media/extend-drive/bermar01/Development/xen-dev/yocto-build/build/dom0-fvp.prj/tmp/work/armv8a-poky-linux/qemu/5.1.0-r0/qemu-5.1.0/rules.mak:69:
>  recipe for target 'hw/i386/xen/xen_platform.o’ failed
> 
> Xen is using xenctrl_dom.h which need the libelf.h header from xen.

Actually this is not coming from your serie and this is actually a problem 
already present on master.

Regards
Bertrand


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.