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

2020-03-02 Thread Paolo Bonzini
Il lun 2 mar 2020, 22:11 Kamil Rytarowski ha scritto: > > The difference is that KVM for example does not need external includes > > or libraries. > We don't support this scenario What scenario? and after a year there might be no > supported release without NVMM. > > The only concern is about

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

2020-03-02 Thread Kamil Rytarowski
On 02.03.2020 20:40, Paolo Bonzini wrote: > > > Il lun 2 mar 2020, 20:14 Maxime Villard > ha scritto: > > Le 02/03/2020 à 19:05, Kamil Rytarowski a écrit : > > On 02.03.2020 18:12, Paolo Bonzini wrote: > >> On 03/02/20 12:56, Kamil Rytarowski wrote: > >>> O

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

2020-03-02 Thread Paolo Bonzini
Il lun 2 mar 2020, 20:14 Maxime Villard ha scritto: > Le 02/03/2020 à 19:05, Kamil Rytarowski a écrit : > > On 02.03.2020 18:12, Paolo Bonzini wrote: > >> On 03/02/20 12:56, Kamil Rytarowski wrote: > >>> On 03.02.2020 12:41, Philippe Mathieu-Daudé wrote: > > @@ -1768,6 +1785,7 @@ disabled wit

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

2020-03-02 Thread Maxime Villard
Le 02/03/2020 à 19:05, Kamil Rytarowski a écrit : > On 02.03.2020 18:12, Paolo Bonzini wrote: >> On 03/02/20 12:56, 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:

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

2020-03-02 Thread Kamil Rytarowski
On 02.03.2020 18:11, Paolo Bonzini wrote: > On 03/02/20 12:41, Philippe Mathieu-Daudé wrote: >> >> Maybe you can add something like: >> >> if test "$targetos" = "NetBSD"; then >>     nvmm="check" >> fi > > You could do just nvmm="" and, below, > > if test "$nvmm" != "no" && test "$targetos" = "NetB

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

2020-03-02 Thread Kamil Rytarowski
On 02.03.2020 18:12, Paolo Bonzini wrote: > On 03/02/20 12:56, 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     h

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

2020-03-02 Thread Paolo Bonzini
On 03/02/20 12:56, 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

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

2020-03-02 Thread Paolo Bonzini
On 03/02/20 12:41, Philippe Mathieu-Daudé wrote: > > Maybe you can add something like: > > if test "$targetos" = "NetBSD"; then >     nvmm="check" > fi You could do just nvmm="" and, below, if test "$nvmm" != "no" && test "$targetos" = "NetBSD" But maybe even testing NetBSD is not needed since

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

2020-02-03 Thread Philippe Mathieu-Daudé
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    

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

2020-02-03 Thread Kamil Rytarowski
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

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

2020-02-03 Thread Philippe Mathieu-Daudé
On 1/28/20 3:09 PM, 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 Signed-off-by: Kamil Rytarowski

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

2020-01-28 Thread Sergio Lopez
On Tue, Jan 28, 2020 at 11:51:33AM +0100, 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 Villa