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

2020-01-28 Thread Sergio Lopez
On Tue, Jan 07, 2020 at 01:54:00PM +0100, 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'

[PATCH 3/4] Introduce the NVMM impl

2020-01-07 Thread Kamil Rytarowski
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's that are taken on NetBSD today. Signed-off-by: Maxime Villard Signed-off