[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 2/2] xen: move arm/include/asm/vm_event.h to asm-generic
- To: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Thu, 7 Sep 2023 11:59:48 +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=gEO4ezKNwE08bJUzrct65q1P97fukneA+cDWmlvtXBc=; b=ORVyfMxe5nsBRqnJk47UxXuzt56it2/+ck/CeC0SESQsrio8Z7z5Yp64JZEab6rNGYaWJbC9FE+ZKul8AjDXTX/P52EF5xvJWEzRGlKjJP2Sxe4UCjZFSrj4QtTQVqLlbRNe4X4J9MB0o89wpJwOdaQbNbQ74Ql4flLLijPTRlf4adhAnJ16izF45hF7chUEfCFTB/wi20D/hfsO57P4VR8fxCwEeuKHGJ7b/yr7egPbAiONC8xmtzd4HUq29cyUuSIxzzu3bU6X4GuU2Hkbm8EoZHPMCjWXwX0woIc9cAuTULD6lUGmEy01bz1jKi73ojyI19SNt5ePF7G+X9XJjw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=JdNxLZaqspK+JqncFPfgTr3murO6B0zu73SdDZDLIQKUAqExQ/fXQLFrOA8+Fv/n5k4RdElWdh+BhdRgxeWwaUOQRUFqbVBZX1qwTynyJcgtIKPp0zJs8GLWhKO8eiVZzXTGvOYjtd7pKmIHVrBHQHsdLKX3aMhl++idCE9r65L0rouT5t5oFGumsxy9Zlet8R1WU5Levk7I9oz74pdTT1iIBPIdR+eyTT8II2qz3RpKJnff5MxAyEo8ZAhG9pKnANqlChm5obi6vMZHRJwfRbZnyBE2f1DYPGfb8KQxDU5U1dvmPPf5d086PJkAE6We9KRRA90QBa0FQixlZApqWA==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Anthony PERARD <anthony.perard@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Thu, 07 Sep 2023 10:00:04 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 07.09.2023 11:32, Oleksii Kurochko wrote:
> --- /dev/null
> +++ b/xen/include/asm-generic/vm_event.h
> @@ -0,0 +1,55 @@
> +/* SPDX-License-Identifier: GPL-2.0-only */
> +/*
> + * vm_event.h: stubs for architecture specific vm_event handling routines
> + *
> + * Copyright (c) 2015 Tamas K Lengyel (tamas@xxxxxxxxxxxxx)
Tamas is the maintainer of these files (no matter where they live), so
please make sure to Cc him in order to get his ack.
> + */
> +
> +#ifndef __ASM_STUB_VM_EVENT_H__
> +#define __ASM_STUB_VM_EVENT_H__
Nit: s/STUB/GENERIC/ ?
Jan
|