Skip to content

Commit 044e781

Browse files
lindigrobhoes
authored andcommitted
CA-225775 fix typo in platform key: nested-virt (was: nested_virt)
This commit fixes a typo in the "nested-virt" platform key that is tracked by xenopsd and reported to Xapi. Signed-off-by: Christian Lindig <[email protected]>
1 parent 4a83299 commit 044e781

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xc/xenops_server_xen.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ module VM = struct
883883
~platformdata:vm.Xenops_interface.Vm.platformdata
884884
~default:false
885885
; nested_virt=Platform.is_true
886-
~key:"nested_virt"
886+
~key:"nested-virt"
887887
~platformdata:vm.Xenops_interface.Vm.platformdata
888888
~default:false
889889
} in

xl/xenops_server_xenlight.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2121,7 +2121,7 @@ module VM = struct
21212121
~platformdata:vm.Xenops_interface.Vm.platformdata
21222122
~default:false
21232123
; nested_virt=Platform.is_true
2124-
~key:"nested_virt"
2124+
~key:"nested-virt"
21252125
~platformdata:vm.Xenops_interface.Vm.platformdata
21262126
~default:false
21272127
} in

0 commit comments

Comments
 (0)