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 > +@item -enable-hvf > +@findex -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 <stefa...@redhat.com>