Skip to content

Commit a74e90a

Browse files
authored
Merge pull request #129 from lindig/CP-18289
CP-18289 add nomigrate, nested_virt booleans to xenops state
2 parents d630983 + 3eaf25c commit a74e90a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xen/xenops_interface.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ module Vm = struct
374374
pv_drivers_detected: bool;
375375
last_start_time: float;
376376
hvm: bool;
377+
nomigrate: bool; (* true: VM must not migrate *)
378+
nested_virt: bool (* true: VM uses nested virtualisation *)
377379
} with sexp
378380

379381
end

0 commit comments

Comments
 (0)