[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 0/8] annotate entry points with type and size
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Fri, 4 Aug 2023 08:32:40 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=JYd+Ywgcxb1lA7p76Cb3f57FcBHVU4ae7hWXTzcbzcI=; b=NJNWBBQfjY9hbizmc2j8x3xidKkJ7dyI/RmUsxKreDb9ciShBpdbCAHyIhpi9+ski6DxC60G6hmHGALjLBSwj8nxAoCHb9D+eXjLUQbnKc2d9hbVR9HW3OliwnznUI5GVhO73H1mDedvsrgtujhh5RPLcYjwQiXXra9zxKJVRAmdk1hpHBQ/i3KWOW1iAxTVSX3O+/qMaKHW8dPgzjhFlf9Fdo+p8CcqWz4GwPiHusjyC9Jad5DUY+iBU34lgN0BLqhwohwu0sg9RGEyGyqUB2MUf9wEtRWOpX4jjrk65Ee8Jd05rC4wKq93CD81lkN+zMWDJyNWVg5QpeUHOHNtdA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ausqHzoCmVVOMvAxHlOil+uf59t1vqcGTrHPaCncvU1n/cyQeSMeynLEz/jnpKNOqjIIdJg016Mb40wZGw03z95N4pVWwwk8pHD6X55vZJxpJ4QlmC03R2i2sCCZ+KHof2OxuPsx6VcdPEKTZ3fenVh7uZ0Ds4kRXsLakaE+o7cCy8f6KIbzfon2zls9Gls/EmzoFSfbTYSvPhOHZ62AGRSqtlzzg6TZesxlTILGznKtSO3sxWhdOsZPqcIsx+CsI5cUb2tf6N9fBU71hyYDE+DMeIVaDmWxV2tjmiPT/WctXMIqwnhTutBsIm2VZ0CkzobrjxTUh0nh6Y1+bJxLnQ==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Volodymyr Babchuk <volodymyr_babchuk@xxxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Bobby Eshleman <bobbyeshleman@xxxxxxxxx>, Alistair Francis <alistair.francis@xxxxxxx>, Connor Davis <connojdavis@xxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Shawn Anastasio <sanastasio@xxxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Fri, 04 Aug 2023 06:32:46 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 04.08.2023 08:24, Jan Beulich wrote:
> The model introduced in patch 1 is now arch-agnostic, and all arch-es
> are being switched at least partly (to at least give examples of how
> things will look like); PPC and RISC-V are still small enough to switch
> completely in one go.
>
> 1: common: assembly entry point type/size annotations
> 2: x86: annotate entry points with type and size
> 3: x86: also mark assembler globals hidden
> 4: Arm: annotate entry points with type and size
> 5: RISC-V: annotate entry points with type and size
> 6: PPC: switch entry point annotations to common model
> 7: tools/binfile: switch to common annotations model
I'm sorry, I notice I screwed up with the numbering of patches 6 and 7.
I hope things are still clear enough.
Jan
|