[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 3/4] Introduce the NVMM impl
From: |
Sergio Lopez |
Subject: |
Re: [PATCH 3/4] Introduce the NVMM impl |
Date: |
Tue, 28 Jan 2020 09:58:15 +0100 |
On Tue, Jan 07, 2020 at 01:54:00PM +0100, Kamil Rytarowski wrote:
> From: Maxime Villard <address@hidden>
>
> 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 <address@hidden>
> Signed-off-by: Kamil Rytarowski <address@hidden>
> ---
> target/i386/Makefile.objs | 1 +
> target/i386/nvmm-all.c | 1222 +++++++++++++++++++++++++++++++++++++
> 2 files changed, 1223 insertions(+)
> create mode 100644 target/i386/nvmm-all.c
Reviewed-by: Sergio Lopez <address@hidden>
signature.asc
Description: PGP signature
- [PATCH 0/4] Implements the NetBSD Virtual Machine Monitor accelerator, Kamil Rytarowski, 2020/01/07
- [PATCH 1/4] Add the NVMM vcpu API, Kamil Rytarowski, 2020/01/07
- [PATCH 4/4] Add the NVMM acceleration enlightenments, Kamil Rytarowski, 2020/01/07
- [PATCH 2/4] Add the NetBSD Virtual Machine Monitor accelerator., Kamil Rytarowski, 2020/01/07
- [PATCH 3/4] Introduce the NVMM impl, Kamil Rytarowski, 2020/01/07
- Re: [PATCH 3/4] Introduce the NVMM impl,
Sergio Lopez <=
- Re: [PATCH 0/4] Implements the NetBSD Virtual Machine Monitor accelerator, Kamil Rytarowski, 2020/01/15
- Re: [PATCH 0/4] Implements the NetBSD Virtual Machine Monitor accelerator, Sergio Lopez, 2020/01/28