qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 01/14] hvf: add support for Hypervisor.framework


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 01/14] hvf: add support for Hypervisor.framework in the configure script
Date: Tue, 29 Aug 2017 10:00:12 +0100
User-agent: Mutt/1.8.3 (2017-05-23)

On Sun, Aug 27, 2017 at 08:56:41PM -0500, Sergio Andres Gomez Del Real wrote:
> @@ -3619,6 +3619,16 @@ applicable to MAC and Windows platform, and thus does 
> not conflict with
>  KVM.
>  ETEXI
>  
> +DEF("enable-hvf", 0, QEMU_OPTION_enable_hvf, \
> +    "-enable-hvf     enable Hypervisor.framework virtualization support\n", 
> QEMU_ARCH_I386)
> +STEXI
> address@hidden -enable-hvf
> address@hidden -enable-hvf
> +Enable Hypervisor.framework support. This option is only available if
> +HVF support is enabled when compiling. HVF is only applicable to MAC
> +platform, and thus does not conflict with KVM.
> +ETEXI

-enable-$ACCEL is a legacy option.  The preferred syntax is -M accel=$ACCL.

There's no need to add -enable-hvf, please remove it in the next
revision of this patch.  Users that want hvf should use the modern -M
accel=hvf syntax.

Besides this:
Reviewed-by: Stefan Hajnoczi <address@hidden>



reply via email to

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