Skip to content

Commit c707904

Browse files
committed
install: support the new platform setting for nesting in 8.3+
Signed-off-by: Yann Dirson <[email protected]>
1 parent 982d160 commit c707904

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/install/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class TestNested:
6464
dict(param_name="VCPUs-max", value="2"),
6565
dict(param_name="VCPUs-at-startup", value="2"),
6666
dict(param_name="platform", key="exp-nested-hvm", value="true"), # FIXME < 8.3 host?
67+
dict(param_name="platform", key="nested-virt", value="true"), # FIXME >= 8.3 host?
6768
dict(param_name="HVM-boot-params", key="order", value="dc"),
6869
) + {
6970
"uefi": (

0 commit comments

Comments
 (0)