Skip to content

Commit

Permalink
Merge pull request #127 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 16, 2016
2 parents 5409243 + b235cfe commit 130df6b
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 130df6b

Please sign in to comment.