Re: [PATCH v2 08/27] accel/mshv: Initialize VM partition

2025-07-01 Thread Wei Liu
On Tue, Jul 01, 2025 at 07:28:15PM +0200, Magnus Kulke wrote: > Create the MSHV virtual machine by opening a partition and issuing > the necessary ioctl to initialize it. This sets up the basic VM > structure and initial configuration used by MSHV to manage guest state. > > Signed-off-by: Magnus K

[PATCH v2 08/27] accel/mshv: Initialize VM partition

2025-07-01 Thread Magnus Kulke
Create the MSHV virtual machine by opening a partition and issuing the necessary ioctl to initialize it. This sets up the basic VM structure and initial configuration used by MSHV to manage guest state. Signed-off-by: Magnus Kulke --- accel/mshv/mshv-all.c| 210 ++