From: Wei Liu <wei.liu@kernel.org>
To: Mohamed Mediouni <mohamed@unpredictable.fr>
Cc: "Wei Liu" <wei.liu@kernel.org>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Anirudh Rayabharam (Microsoft)" <anirudh@anirudhrb.com>,
qemu-devel@nongnu.org,
"Magnus Kulke" <magnuskulke@linux.microsoft.com>,
"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 00/14] Add ARM64 support for MSHV accelerator
Date: Thu, 12 Mar 2026 20:22:09 +0000 [thread overview]
Message-ID: <20260312202209.GA124403@liuwe-devbox-debian-v2.local> (raw)
In-Reply-To: <6FE1FA7B-653C-4088-8F27-BCE249F50FEB@unpredictable.fr>
On Thu, Mar 12, 2026 at 06:20:10AM +0100, Mohamed Mediouni wrote:
>
>
> > On 11. Mar 2026, at 18:12, Wei Liu <wei.liu@kernel.org> wrote:
> >
> > On Wed, Mar 11, 2026 at 06:02:26PM +0100, Mohamed Mediouni wrote:
> >>
> >>
> >>> On 11. Mar 2026, at 17:54, Alex Bennée <alex.bennee@linaro.org> wrote:
> >>>
> >>> "Anirudh Rayabharam (Microsoft)" <anirudh@anirudhrb.com> writes:
> >>>
> >>>> This series adds ARM64 guest support to the MSHV (Microsoft Hypervisor)
> >>>> accelerator, enabling QEMU to run aarch64 VMs on Microsoft's hypervisor
> >>>> using the mshv Linux kernel module.
> >>>
> >>> Does GitLab (or anything we plug into it) support runners on Arm64 with
> >>> HyperV and a Linux Dom0?
> >>>
> >>> I looks like we would need a dedicated runner to defend the
> >>> functionality on CI.
> >>
> >>
> >> The MSHV license doesn’t allow for any use outside of Azure Kubernetes Service,
> >> despite MSHV (for x86) being public.
> >>
> >> And Dom0 is technically not required as there’s L1VH, but that’s even less documented to
> >> the outside and not set up for more local use - but hopefully will make its way to Windows
> >> client at some point :/
> >
> > Direct Virtualization (the marketing name for L1VH) will become
> > generally available on Azure at some point (hopefully within this
> > calendar year). I am not sure about Windows client though.
>
> Hi,
>
> Could you ask if it’d be possible to have Windows client as an L1VH host, if even just Insider builds?
>
> Either as a Windows Hypervisor Platform privilege (even no save/restore is okay, just being able
> to enable the privilege is good enough for testing), or through HCS for WSL2 (or just Hyper-V VMs)?
>
I can pass on the question. Don't hold your breath though -- it is not
something engineers decide.
> Because at this point that’d solve the testability issue…
I agree. The more accessible this technology is, the better.
Wei
next prev parent reply other threads:[~2026-03-12 20:22 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
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 [this message]
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=20260312202209.GA124403@liuwe-devbox-debian-v2.local \
--to=wei.liu@kernel.org \
--cc=aastharawat@linux.microsoft.com \
--cc=alex.bennee@linaro.org \
--cc=anirudh@anirudhrb.com \
--cc=berrange@redhat.com \
--cc=magnuskulke@linux.microsoft.com \
--cc=marcandre.lureau@redhat.com \
--cc=mohamed@unpredictable.fr \
--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.