Re: [PATCH v3 1/4] Add the NVMM vcpu API

2020-02-06 Thread Jared McNeill
Tested-by: Jared McNeill On Thu, 6 Feb 2020, Kamil Rytarowski wrote: From: Maxime Villard Adds support for the NetBSD Virtual Machine Monitor (NVMM) stubs and introduces the nvmm.h sysemu API for managing the vcpu scheduling and management. Signed-off-by: Maxime Villard Signed-off-by

Re: [PATCH v3 4/4] Add the NVMM acceleration enlightenments

2020-02-06 Thread Jared McNeill
Tested-by: Jared McNeill On Thu, 6 Feb 2020, Kamil Rytarowski wrote: From: Maxime Villard Implements the NVMM accelerator cpu enlightenments to actually use the nvmm-all accelerator on NetBSD platforms. Signed-off-by: Maxime Villard Signed-off-by: Kamil Rytarowski Reviewed-by: Sergio

Re: [PATCH v3 3/4] Introduce the NVMM impl

2020-02-06 Thread Jared McNeill
Tested-by: Jared McNeill On Thu, 6 Feb 2020, Kamil Rytarowski wrote: From: Maxime Villard Implements the NetBSD Virtual Machine Monitor (NVMM) target. Which acts as a hypervisor accelerator for QEMU on the NetBSD platform. This enables QEMU much greater speed over the emulated x86_64 path&#

Re: [PATCH v3 2/4] Add the NetBSD Virtual Machine Monitor accelerator.

2020-02-06 Thread Jared McNeill
Tested-by: Jared McNeill On Thu, 6 Feb 2020, Kamil Rytarowski wrote: From: Maxime Villard Introduces the configure support for the new NetBSD Virtual Machine Monitor that allows for hypervisor acceleration from usermode components on the NetBSD platform. Signed-off-by: Maxime Villard