Re: [RFC PATCH 14/25] target/i386/mshv: Add CPU create and remove logic

2025-05-20 Thread Wei Liu
On Tue, May 20, 2025 at 01:30:07PM +0200, Magnus Kulke wrote: > Implement MSHV-specific hooks for vCPU creation and teardown in the > i386 target. A list of locks per vCPU is maintained to lock CPU state in > MMIO operations. > > Signed-off-by: Magnus Kulke > --- > target/i386/mshv/mshv-cpu.c |

[RFC PATCH 14/25] target/i386/mshv: Add CPU create and remove logic

2025-05-20 Thread Magnus Kulke
Implement MSHV-specific hooks for vCPU creation and teardown in the i386 target. A list of locks per vCPU is maintained to lock CPU state in MMIO operations. Signed-off-by: Magnus Kulke --- target/i386/mshv/mshv-cpu.c | 61 + 1 file changed, 55 insertions(+),