[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] Arm: constrain {,u}int64_aligned_t in public header
- To: Jan Beulich <jbeulich@xxxxxxxx>
- From: Henry Wang <Henry.Wang@xxxxxxx>
- Date: Tue, 5 Sep 2023 09:35:06 +0000
- Accept-language: zh-CN, 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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=ZHH9LdOUMyvfQ+SoksI+W005evFIR5HJ4xQEUQDYeOI=; b=hCgEjNFXddv3u1H9UEa4vZMiJKSlUqW0IlEKUwwyEroopINqGInCLk/KfMGf76w7gmpjv1cCt7xUw5BZFhMWvvUL3LI6awJUa+tDn5OJejcfsN3Kq0sTjmxZ/IwsDs8xb/74P8YDMnUj7YmzDt3FIkesi1Zhe6ibdVwjV1KtsWTDpHb3zXFgVnxTIksfBO3wOkXCBuWO/MjCGla41JIBG3yjuj2H+xlif/ztyoo2B271eISnXGYtw0ZKur4xveWX4SnLS2t1n9qMm1QmVs8jfaXEhQqvPGyQe43cVVziwO9U0MbrOO9g4kS+rJFPxj+JwEUDUI/W45q7rvgvRuE84g==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=dAuu+rnDGYS04dYXY2GA3O5MbfSlkLXXaZKZoCdxjYtACxLBDw06lTfwM6NkRu4tRpdby6MVkE6GOcPh6/z0wKXT4Lf0bLPc++FC5ixJhEnrWouD+Yo9bbKNbEaCpqXswodajfxT/z3UIkdgFrHH4Ka4YyDCscv8GCoQQsuo/52LWBfOYVlfLLEucy8hUDLnSVUQ08Ihsip8g8coNrZhXe0lQsE1Zp+Mx711PlLaWRNy+wa9CFTzj1+V5bBLRm/pKrcvJpCfupXIpyDxsIOPWr9ybonwtVv5LsxXKvCgx9x7bYjMJhr2nBMzopRMThPBhwXXQjCW22o2bZ3L85Os2A==
- Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Cc: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Volodymyr Babchuk <volodymyr_babchuk@xxxxxxxx>, Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
- Delivery-date: Tue, 05 Sep 2023 09:35:51 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Thread-index: AQHZ39K3OzaUe4swdEmgFg74tOYCyLAL+M4A
- Thread-topic: [PATCH v2] Arm: constrain {,u}int64_aligned_t in public header
Hi Jan,
> On Sep 5, 2023, at 16:26, Jan Beulich <jbeulich@xxxxxxxx> wrote:
>
> For using a GNU extension, it may not be exposed in general, just like
> is done on x86 (except that here we need to also work around not all of
> the tool stack actually defining __XEN_TOOLS__). External consumers (not
> using gcc or a compatible compiler) need to make this type available up
> front (just like we expect {,u}int<N>_t to be supplied) - unlike on x86
> the type is actually needed outside of tools-only interfaces, because
> guest handle definitions use it.
>
> While there also add underscores around "aligned".
>
> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
I used the same testing approach to redo the test for v2, and everything
works fine this time.
Tested-by: Henry Wang <Henry.Wang@xxxxxxx>
Kind regards,
Henry
|