]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: define a new "maximum" CPU mode
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 5 Feb 2021 15:51:09 +0000 (15:51 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 10 Feb 2021 11:44:48 +0000 (11:44 +0000)
commitd153c101d2e92725a4e60b7a15e3bcb812ff297f
tree1a563cab1f852dc186524c462a2f101a007472b4
parent676e56e515bb58bc0ee69d26537f6850c740be81
conf: define a new "maximum" CPU mode

For hardware virtualization this is functionally identical to the
existing host-passthrough mode so the same caveats apply.

For emulated guest this exposes the maximum featureset supported by
the emulator. Note that despite being emulated this is not guaranteed
to be migration safe, especially if different emulator software versions
are used on each host.

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
docs/formatdomain.rst
src/conf/cpu_conf.c
src/conf/cpu_conf.h
src/cpu/cpu.c
src/qemu/qemu_capabilities.c
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
src/qemu/qemu_validate.c