From: Wei Liu <wei.liu@kernel.org>
To: Anirudh Rayabharam <anirudh@anirudhrb.com>
Cc: qemu-devel@nongnu.org,
"Magnus Kulke" <magnuskulke@linux.microsoft.com>,
"Wei Liu" <wei.liu@kernel.org>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Daniel P. Berrangé" <berrange@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Aastha Rawat" <aastharawat@linux.microsoft.com>,
qemu-arm@nongnu.org
Subject: Re: [PATCH 02/14] accel/mshv: move msr.c to target/i386
Date: Wed, 11 Mar 2026 17:06:48 +0000 [thread overview]
Message-ID: <20260311170648.GA3612627@liuwe-devbox-debian-v2.local> (raw)
In-Reply-To: <20260311-mshv_accel_arm64_supp-v1-2-c31699b7bc1f@anirudhrb.com>
On Wed, Mar 11, 2026 at 03:15:29PM +0000, Anirudh Rayabharam wrote:
> From: Aastha Rawat <aastharawat@linux.microsoft.com>
>
> This file has x86 specific implementations. Move this file to i386
> folder in preparation for ARM64 MSHV support.
>
> Signed-off-by: Aastha Rawat <aastharawat@linux.microsoft.com>
Acked-by: Wei Liu <wei.liu@kernel.org>
next prev parent reply other threads:[~2026-03-11 17:16 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-11 15:15 [PATCH 00/14] Add ARM64 support for MSHV accelerator Anirudh Rayabharam (Microsoft)
2026-03-11 15:15 ` [PATCH 01/14] accel/mshv: provision guests with the same features as host Anirudh Rayabharam (Microsoft)
2026-03-11 15:50 ` Anirudh Rayabharam
2026-03-11 15:15 ` [PATCH 02/14] accel/mshv: move msr.c to target/i386 Anirudh Rayabharam
2026-03-11 15:47 ` Mohamed Mediouni
2026-03-11 17:06 ` Wei Liu [this message]
2026-03-11 15:15 ` [PATCH 03/14] accel/mshv: extract common CPU register helpers Anirudh Rayabharam
2026-03-11 15:15 ` [PATCH 04/14] meson, target/arm/mshv: Enable arm64 build & add initial MSHV support Anirudh Rayabharam
2026-03-11 15:15 ` [PATCH 05/14] target/arm/mshv: implement vcpu state operations for ARM64 Anirudh Rayabharam
2026-03-11 15:15 ` [PATCH 06/14] target/arm/mshv: implement -cpu host for MSHV Anirudh Rayabharam
2026-03-11 15:15 ` [PATCH 07/14] accel/mshv: add arch-specific accelerator init hook Anirudh Rayabharam (Microsoft)
2026-03-11 15:15 ` [PATCH 08/14] accel/mshv: Add access_vp_regs synthetic proc features Anirudh Rayabharam
2026-03-11 15:35 ` Mohamed Mediouni
2026-03-11 20:51 ` Wei Liu
2026-03-20 6:46 ` Aastha Rawat
2026-03-11 15:15 ` [PATCH 09/14] target/arm: cpu: Mark MSHV supporting PSCI 1.3 Anirudh Rayabharam
2026-03-11 15:48 ` Mohamed Mediouni
2026-03-11 15:15 ` [PATCH 10/14] accel/mshv: implement cpu_thread_is_idle() hook Anirudh Rayabharam
2026-03-11 15:47 ` Mohamed Mediouni
2026-03-11 15:15 ` [PATCH 11/14] target/arm/mshv: add vCPU run loop Anirudh Rayabharam (Microsoft)
2026-03-11 15:58 ` Mohamed Mediouni
2026-03-17 7:28 ` Anirudh Rayabharam
2026-03-11 15:15 ` [PATCH 12/14] include/hw/hyperv: adjust hv_interrupt_control structure for arm64 Anirudh Rayabharam (Microsoft)
2026-03-11 15:15 ` [PATCH 13/14] hw/intc,target/arm/mshv: add MSHV vGICv3 implementation Anirudh Rayabharam (Microsoft)
2026-03-11 15:15 ` [PATCH 14/14] MAINTAINERS: updates for MSHV arm64 code Anirudh Rayabharam (Microsoft)
2026-03-11 16:54 ` [PATCH 00/14] Add ARM64 support for MSHV accelerator Alex Bennée
2026-03-11 17:02 ` Mohamed Mediouni
2026-03-11 17:12 ` Wei Liu
2026-03-12 5:20 ` Mohamed Mediouni
2026-03-12 20:22 ` Wei Liu
2026-03-12 10:23 ` Anirudh Rayabharam
2026-03-12 10:32 ` [PATCH 08/14] accel/mshv: Add access_vp_regs synthetic proc features Anirudh Rayabharam
2026-03-12 10:28 ` [PATCH 00/14] Add ARM64 support for MSHV accelerator Anirudh Rayabharam
2026-03-12 10:45 ` [PATCH 08/14] accel/mshv: Add access_vp_regs synthetic proc features Mohamed Mediouni
2026-03-13 9:01 ` Anirudh Rayabharam
2026-03-13 11:29 ` Mohamed Mediouni
2026-03-17 3:17 ` Anirudh Rayabharam
2026-03-11 22:29 ` [PATCH 00/14] Add ARM64 support for MSHV accelerator Pierrick Bouvier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260311170648.GA3612627@liuwe-devbox-debian-v2.local \
--to=wei.liu@kernel.org \
--cc=aastharawat@linux.microsoft.com \
--cc=anirudh@anirudhrb.com \
--cc=berrange@redhat.com \
--cc=magnuskulke@linux.microsoft.com \
--cc=marcandre.lureau@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=philmd@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.