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

Re: [PATCH v2 5/6] tools/libs: move xc_core* from libxenctrl to libxenguest


  • To: Juergen Gross <jgross@xxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
  • Date: Wed, 9 Jun 2021 16:35:33 +0100
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=citrix.com; dmarc=pass action=none header.from=citrix.com; dkim=pass header.d=citrix.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=ApYU524JYYCvOXZMsb2y7UfVqOgfoq8wLQAUB5ZTHJ8=; b=ZmQJctTCB1qZjo5C+kD0JLIuLtdzyWbsU/cpaNVHaUHGbNhGjHHbZxGOiN6J/+gy+VKrn19jWv5APuFSVuRq3OoHSH79REGvhnTMQkX20vcGyYDNsrUJezO8pzjJ0ujQ18seuzgyHVC+WoUYcn1rNFH9WihPQmLZOOH9cQRB+/gHtz8kyeo+9jrSjaoVyV51fWKeHSgo9DuwMMTBV5ar0tlz0rySsmi90qg0ZU52yybRZVivpq/Buf5NSsQPSTp7JIHXHNVyJ7LItihOl/82Wc7eMDuqugokmNlLEc1JOuo6mHRjDWpYJdgGzLreytpsESMWCa4QmIX5YHwJ0CC+6w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=T7mtJtcU2Lhj8ptOAH6Kr0cgLJCPRF568CV8I+EPeO3mr7niDPvuJ5f6Ju4ALJYcRUuTMoOp0sUV8J6qVWAcB4npjK2LQOUK0TzXiElU0h55CgX4+i+PVDFRuHisptpNmwgQ7/asYKMWN9SHeYjZnwUzvb9hrTFOzpwam0zT3rGt7npCkDetj/a3dAB9fIs2ffesqInDs2WjkQhl9gDtzqrltcHb7T5LJKZSJJe7k6DLyudkPEHdfblNvA7YSAWfcRSCxO5GAq1mhFtbeYJaT/C8z2wMD785PwAnMJwAyxV1kPE2B2V0lMvK5wCqGJxzdVfFmxxiLKFx3ZKrO9It6w==
  • Authentication-results: esa4.hc3370-68.iphmx.com; dkim=pass (signature verified) header.i=@citrix.onmicrosoft.com
  • Cc: <julien@xxxxxxx>, Ian Jackson <iwj@xxxxxxxxxxxxxx>, Wei Liu <wl@xxxxxxx>
  • Delivery-date: Wed, 09 Jun 2021 15:36:06 +0000
  • Ironport-hdrordr: A9a23:xCkUn6r4s2SNwbpnPqEQmqsaV5vvL9V00zEX/kB9WHVpm5Sj5r iTdPRy73/JYUUqKQodcLG7SeK9qBbnn6KdjrNhWYtKMDOJhILsFvAa0WKA+UyrJ8SdzJ876U 4IScEXY7CdYmSSz/yKhjVQeOxQo+VvhZrY4Ns2uE0dLz2CBZsA0y5JTiKgVmFmTghPApQ0UL CG4NBcmjamcXMLKuymG3gsRYH41pH2vaOjRSRDKw8s6QGIgz/twqX9CQKk0hAXVC4K6as+8F LCjxfy6syYwr6GI17npiHuBqZt6ZvcI+h4dY+xYw8uW3fRYzOTFcVcsnu5zXUISa+UmRIXeZ L30m0d1oxImg7slyeO0FbQ8jil6S0p7XD6z1+enD/MnezVLQhKTPZptMZhaR3e5FMnvNZglI Rx/0zcmaZ2IHr77WLADhzzJkhXfwOP0AYfuP9WgHpFXYQEbrhN6YQZ4UNOCZ8FWDn38YY9DY BVfYjhDdttACSnhkrizx9SKR2XLwYO9xy9MwA/UwyuokxrdVVCvjglLeAk7wY9HaMGOux5Dr 7/Q9pVfZl1P78rhIxGdZg8ffc=
  • Ironport-sdr: ub/3hJS9C74d5+z06jTbN0064RRUmyK8p6f93ElGWDwWkzJ5AdVkXFWXcQ6Ch9/CvgfhFkYi6i VOiV1IbcfpGLcdanEXiK3Jhrp9Unq6FTpRPfmqlk5HpZvpCuK/Vy9HDrV0NBlnO+uJktx83PGX Sl/pmsUd+KdQhxg/HH2FaRPbvdOIaLs627N7gZ4x3vUV7poE319K2/iLu0wtEsFZf45/GL0u7P Gw6JuFcfm7vVYw328HMTDJpCMGCzPn+Q1Y5zoT5en26oPUBEQeONl0AW0Ka0DOrUpyPZ5gG7xf 1AY=
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 04/06/2021 07:02, Juergen Gross wrote:
> The functionality in xc_core* should be part of libxenguest instead
> of libxenctrl. Users are already either in libxenguest, or in xl.
> There is one single exception: xc_core_arch_auto_translated_physmap()
> is being used by xc_domain_memory_mapping(), which is used by qemu.
> So leave the xc_core_arch_auto_translated_physmap() functionality in
> libxenctrl.
>
> This will make it easier to merge common functionality of xc_core*
> and xg_sr_save*.
>
> Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
> Acked-by: Wei Liu <wl@xxxxxxx>

This change is incomplete.

$ git grep xc_core\\.h
.gitignore:131:tools/libs/guest/xc_core.h
docs/misc/dump-core-format.txt:144:The note descriptors are defined in
tools/libxc/xc_core.h
tools/libs/guest/xg_core.c:40: *  |    and descriptors are defined in
xc_core.h.           |
xen/include/public/elfnote.h:244: * See tools/libxc/xc_core.h for more
information.
xen/include/public/elfnote.h:252: * See tools/libxc/xc_core.h for more
information.
xen/include/public/elfnote.h:261: * See tools/libxc/xc_core.h for more
information.
xen/include/public/elfnote.h:269: * See tools/libxc/xc_core.h for more
information.

Lots of stale references now.

~Andrew



 


Rackspace

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