[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v7 3/7] xen/asm-generic: introduce stub header monitor.h
- To: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
- From: Tamas K Lengyel <tamas@xxxxxxxxxxxxx>
- Date: Fri, 26 Jan 2024 16:46:56 -0500
- Arc-authentication-results: i=1; mx.zohomail.com; dkim=pass header.i=tklengyel.com; spf=pass smtp.mailfrom=tamas@xxxxxxxxxxxxx; dmarc=pass header.from=<tamas@xxxxxxxxxxxxx>
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1706305655; h=Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To; bh=YGiGIDFjG4PrNXFSFDL+6Bvoflhj/fuR+Xx+JJqg9bs=; b=GCo8fLLc3RferaIA/QW7b5A2YFA6cOOFTkt3XKJrvS5TEvtB79DxiV32O6GZ/sP+CvRVJUKMdgCNkc5R7KVshXcJ09FUz1hlQTNYdzfyjLP1ZMwapjGd5sfnZqzMihkb/W0rfxOw7qh6lz3wBd1A3gehV/l9ddpSQpTY2yKt7Yg=
- Arc-seal: i=1; a=rsa-sha256; t=1706305655; cv=none; d=zohomail.com; s=zohoarc; b=WhqyLomWD+CjfcR9uOpGCyO2ljAVP30t70ToQRR6AKV6OIxOwL1bzNaM8bxFkcFaam30F6V6tiSRchLRNdjifbHZ1H5KmO7jzjUOzhSvLhLK5F07G2kC1/miRsXKt5XE71os/4eq1NmYUvzAF8/7pCZKmDG+8VBNDxak7KK7pHk=
- Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx, Alexandru Isaila <aisaila@xxxxxxxxxxxxxxx>, Petre Pircalabu <ppircalabu@xxxxxxxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Shawn Anastasio <sanastasio@xxxxxxxxxxxxxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>
- Delivery-date: Fri, 26 Jan 2024 21:47:46 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Fri, Jan 26, 2024 at 10:42 AM Oleksii Kurochko
<oleksii.kurochko@xxxxxxxxx> wrote:
>
> The header is shared between several archs so it is
> moved to asm-generic.
>
> Switch partly Arm and PPC to asm-generic/monitor.h and only
> arch_monitor_get_capabilities() left in arch-specific/monitor.h.
>
> Signed-off-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
> Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
Acked-by: Tamas K Lengyel <tamas@xxxxxxxxxxxxx>
|