Skip to content

Commit

Permalink
Merge pull request #129 from lindig/CP-18289
Browse files Browse the repository at this point in the history
CP-18289 add nomigrate, nested_virt booleans to xenops state
  • Loading branch information
lindig authored Aug 17, 2016
2 parents d630983 + 3eaf25c commit a74e90a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xen/xenops_interface.ml
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,8 @@ module Vm = struct
pv_drivers_detected: bool;
last_start_time: float;
hvm: bool;
nomigrate: bool; (* true: VM must not migrate *)
nested_virt: bool (* true: VM uses nested virtualisation *)
} with sexp

end
Expand Down

0 comments on commit a74e90a

Please sign in to comment.