[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 15/29] xen/asm-generic: introduce stub header xenoprof.h
- To: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Thu, 19 Oct 2023 12:09:44 +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=8OCeDJBhsTdZBNp/OY0T0KSEoMZYq8hN/KYPp/Fz8ZA=; b=lplauD2MTYGkPcMavvye79beA1lyCptmwacAQ+i7bxGxQF8eTLFkzbADYEM8+/uYRchJgdlWLxasb80eKScGBe1hq7r2oBYhDhKuWPz4qmMLnOU3CiKUj/TR0LZVuthpOn/ed067sg1BlXLptjD+JHsypedbsznUMmF81tqTZpFyrRapM2F5X5zvrf4MeyWU1EZH3xICBwSTF6KxCvLz2WqTYTLLhgcF+zgF8D298YLwH679FDUxH45fwvk4S3A23T6hhjfjellSpH0WenORnPy478LaNDYULpvuzCMfD38poDLPIKciLdlRO9E65XA0XxBYwsP7ElPyX8LaWsGIew==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=AdEcmroDke+mtqgJjhjtK8t/GQZddYR6zFAwVVz5LcVPf1+wcSdyel7Nh8bfAwSiOqywoTWzSP78HG32Fd5E/ld7rTi2vcshmYUQemycQPpfIrHQFE7ckQjPH0SfIHqoPdIuU4lexqjSss4x/DLUwYniniStJ6ESUSkuxKWUj8TDL69ufQPlqeLdTQph0RYdfO6upqMovCLWHnwKKxHGal7MxwSbPseTwr5SpP4accgSjRHEdv5kG532CJKEn8t8Y5hBnyxhysPjuDoq6H0PC8moGjF1vzyo3OTTiKrkYUUlbVnx15oeFEDht40G//nBQDK4ObfR8tx98qEvDCR25A==
- 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 10:10:02 +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/xenoprof.h
> @@ -0,0 +1,14 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
> +#ifndef __ASM_GENERIC_XENOPROF_H__
> +#define __ASM_GENERIC_XENOPROF_H__
> +
> +#endif /* __ASM_GENERIC_XENOPROF_H__ */
I've made a patch to move #include-s in xen/xenoprof.h, dropping Arm's
header (and none going to be needed for RISC-V or PPC). I'll send that
patch in due course.
Jan
|