[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 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: Mon, 4 Sep 2023 08:53:41 +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=yQCkIMJnDmpeutwPEvoHUYsip+Qlpmk/jXAZ8gbMxiw=; b=csMUXZp7Fkg+cGMucGaERxsX6aSe8/4iUIxd1lsgzuPKh71loT/3m4bc7EyE2GukFLzvbrNr51Wg+9ZBfH9J+IZwatHEevvdvfUD9t/4Sf9U7aKE3Qo+1kfp3x9cIOnrZZ5LZAPx/CNEXdmBdyULVAOs6rN1fY+n1uYok1BqXlbQBNjXmNBR0YwKBF3NgsLuAg2PBtpvt3WYtp0QNKkQgWR486JaLA3Pj4SlpFlk2i1Ku1jmcEOk7qdDUEqu7FrWFfxTFxK2sVkwdSyIk2FZOMAt6kXdVF98nN21h1MYUFIngeP1DDYvFOUK2CpbqAX6709WeC2uEiorA7v08jkXgw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=WP6tkmng9Kz9rXhGlU8bwV/3aoA1D7d4gaKS6xuLWsdP9cdRgZXx+fiuZVbtgj9hVFFu9dfhT1SZ+b3QQgQ+xzaYNGAX43QXkDCp3SYQmbhwc+b/B15/ei0yN8+cvi+1t4+eS0TM7y0j4hGPksRKfyWcAHyEayxFBQK2rdpJKE9adyV4ukSU/Oq3f2OIIXXAuiGBLM7wOJ2325X9UKaGQJ6CqO9Fx+vDE6Ayj+JPympxuhCjSKZH5RVqmGz7JSEqEJ9jMbICjyrL0LulSh5scqixcot84JWZm4+EHnnm4uGWJQeyzFGX9aAJWm+qzlGk2NGr0MpDaHUoa1L1O5Q26w==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Mon, 04 Sep 2023 06:54:19 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 01.09.2023 19:14, Oleksii Kurochko wrote:
> The change which adds generic-y += vm_event.h to ARM's Kbuild was lost
> during creation of the patch. Should be added in the next patch version
Which I guess is an indication that ...
> On Fri, Sep 1, 2023, 18:02 Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
> wrote:
>
>> asm/vm_event.h is common for ARM and RISC-V so it will be moved to
>> asm-generic dir.
>>
>> Original asm/vm_event.h from ARM was updated:
>> * use SPDX-License-Identifier.
>> * update comment messages of stubs.
>> * update #ifdef.
>> * change public/domctl.h to public/vm_event.h.
>>
>> Signed-off-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
>> Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
... any earlier acks would better have been dropped.
Jan
|