[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/2] x86: annotate entry points with type and size
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Tue, 23 May 2023 13:30:03 +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=pUyOU5lzXwzxWDwgmTXcg9sc8hmVRTtijOUrbr7KSpo=; b=c9VVZOpPJnax4iNT2v2I4dDqUfUjpgyEiCWnLBgQucsZ6wkhOo6EQg3mNzjQmVpg6qonTqkQ1V6zd1a/+Lv2KT0N6ivF/UOEwXuj5jp1EXZer0C+mBpuOvN3WxiW7hO5B9/c2qxeVGMy1PDkoclffvJcDs3bb4OyP0+kYcLBmZG0iSFB75JurplSefa+izyxKVILelvOtxqfWHMCvZRAguGhg3AMBlx15HLWIJW7QaLxIOZb/fySrmA2hLhinQXv+RS5PM9E6809Q7Wck77qneTFCO0of2oGgyyKccgnU7PRtMCgwlrHXH1bpNiFcs7GEEmolcW1cVHpfAbuBv6l9w==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=E9PAN9vRVU5Bx8V4Nw/9xtVh05gWP6PckpLbDPSlpN3zqAFFFaMSF9RWG+BNpF/uWuNa9EjFBvuuHgXktElfbVbgANr04cO87CMr2dGWYjqgXksYqP1kygLYZ/X7hwWJV2cnnq/E6nUZ7oEKayA7wt+d4MheAHDM3JjHZYrZAi1SmMhjXkvEScn6dhnUWLT7Dae7iOwZSeuCotpbMVQ1DMW7vDQbgF4UhdJ7nqmOu58hzbxqFzsQVQULoy4Rzl1NjkunCK63gZy7qNt4/4hWsF5yupK+kaYqFcWQmWsjUFQRGtF2fNXfEd0jXd5jjiI/wHsIvACmCBt9xmkHNVUSUA==
- 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>
- Delivery-date: Tue, 23 May 2023 11:30:23 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
The model introduced in patch 1 is in principle arch-agnostic, hence
why I'm including Arm and RISC-V reviewers here as well.
1: annotate entry points with type and size
2: also mark assembler globals hidden
Jan
|