[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 08/29] xen/asm-generic: introduce stub hypercall.h
- To: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Thu, 19 Oct 2023 11:24:11 +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=ksjN5UzqeLpxmqsO7kTlYPHjsTqWmkDQgwFba+UfPhs=; b=ctTnEQNZs61hi06KDhCrtC7LvB9zx73Gma9xpP+jCFw1mVWyygAb35La4AxEFsIWD9NWv7LA/JJNeHtyswWNsOP4xwKBCgIWXXU2OKThahX/IJzhzIFK691OOnJPdDb+2ZvNxCsXLdbhlu+YNvKkZlbu/N0Qd/W9P57uIBZIC7i7Ev1IELUi/OLNa7qhGPoYIjVC541UlhyRE+9ozecnwoMKfdioTrbVt9jZV3d/D68vQeu/h8++0PbWavLee4JEb9rWSqmyPbsUwHo5/u8FEKO9zndx+d4ObpVhw4PW2SSHLI23SmDQCR2rWsQdYIbeiUo5Mws3ABi50ddbKTGHYw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ig8k42ZffjCqz1XcRFj5N5yCfok+v9F5Qf8DCEi8tKgjMuSs+QDK+xFPy0AKO/8pDjv6mDpZCt6dPdVz08UH4OKdrQOTbCc98c/OfOOgcS48T+T0zjrlV66b2H+4+VbiQzOE064aWMVLam3jrZepRXsd76YdVHha1NSpw0npFbHYJ3MZAZWXy8IR34AT6fIz0H3TTNTh1N04jPqvVFz0WKRI1KtCgAOir8+KqJIPed77aa2unQZmbdY97YdQNReegkxyDDDQaNrxzKKU86WfIRl8jqETK9Pstmdi5bfSOi8FbOI0M1QyP+DyG9AUJchmTbl88VToH/acGynELUwkFg==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Thu, 19 Oct 2023 09:24:25 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 14.09.2023 16:56, Oleksii Kurochko wrote:
> --- /dev/null
> +++ b/xen/include/asm-generic/hypercall.h
> @@ -0,0 +1,14 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
> +#ifndef __ASM_GENERIC_HYPERCALL_H__
> +#define __ASM_GENERIC_HYPERCALL_H__
> +
> +#endif /* __ASM_GENERIC_HYPERCALL_H__ */
This lacks the "should not be included directly" guard that x86 and Arm
headers have.
Jan
|