mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 18:45:16 +00:00
c686f67f9c
Introduce global libxl option for enabling nested HVM feature, similar to kvm module parameter. This will prevent enabling experimental feature by mere presence of <cpu mode='host-passthrough'> element in domain config, unless explicitly enabled. <cpu mode='host-passthrough'> element may be used to configure other features, like NUMA, or CPUID. Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Jim Fehlig <jfehlig@suse.com>
10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
module Test_libvirtd_libxl =
|
|
::CONFIG::
|
|
|
|
test Libvirtd_libxl.lns get conf =
|
|
{ "autoballoon" = "1" }
|
|
{ "lock_manager" = "lockd" }
|
|
{ "keepalive_interval" = "5" }
|
|
{ "keepalive_count" = "5" }
|
|
{ "nested_hvm" = "0" }
|