qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 2/4] Add the NetBSD Virtual Machine Monitor accelerator.
Date: Mon, 3 Feb 2020 13:10:49 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

On 2/3/20 12:56 PM, Kamil Rytarowski wrote:
On 03.02.2020 12:41, Philippe Mathieu-Daudé wrote:
@@ -1768,6 +1785,7 @@ disabled with --disable-FEATURE, default is
enabled if available:
     hax             HAX acceleration support
     hvf             Hypervisor.framework acceleration support
     whpx            Windows Hypervisor Platform acceleration support
+  nvmm            NetBSD Virtual Machine Monitor acceleration support
     rdma            Enable RDMA-based migration
     pvrdma          Enable PVRDMA support
     vde             support for vde network
@@ -2757,6 +2775,20 @@ if test "$whpx" != "no" ; then
       fi
   fi


Maybe you can add something like:

if test "$targetos" = "NetBSD"; then
     nvmm="check"
fi

to build by default with NVMM if available.

I will add nvmm=yes to the NetBSD) targetos check section.

Ah yes, clever :)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]