]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Add hvf domain type
authorRoman Bolshakov <r.bolshakov@yadro.com>
Thu, 18 Oct 2018 22:14:01 +0000 (01:14 +0300)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 25 Jan 2022 15:53:39 +0000 (16:53 +0100)
commitbb9373d096557728ab3588c881aa0d848668e5bd
treecbc4777b67a004daa3723c922b87fc19ae55f315
parent4794458c8dcd82ab7ca4b2f5c8b374e3b0b45d76
conf: Add hvf domain type

QEMU supports Hypervisor.framework since 2.12 as hvf accel.
Hypervisor.framework provides a lightweight interface to run a virtual
cpu on macOS without the need to install third-party kernel
extensions (KEXTs).

It's supported since macOS 10.10 on machines with Intel VT-x feature
set that includes Extended Page Tables (EPT) and Unrestricted Mode.

Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Tested-by: Brad Laue <brad@brad-x.com>
Tested-by: Christophe Fergeau <cfergeau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/formatdomain.rst
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c