Skip to content

Commit b758211

Browse files
mg12ctxlindig
authored andcommitted
CP-24774: replace control/feature flags according to xen upstream design
located at http://xenbits.xen.org/gitweb/?p=xen.git;a=blob;f=docs/misc/xenstore-paths.markdown;h=7be2592c74799fb0a1303ce7ab48613a84ffce21;hb=HEAD - `shutdown` becomes `poweroff` - `reboot` is added Signed-off-by: Marcus Granado <[email protected]>
1 parent 8bfd658 commit b758211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xc/device.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1999,7 +1999,7 @@ module Backend = struct
19991999
if is_hvm_linux pv_info then
20002000
begin
20012001
let write_local_domain prefix x = xs.Xs.write (Printf.sprintf "/local/domain/%d/%s%s" domid prefix x) "1" in
2002-
List.iter (write_local_domain "control/feature-") ["suspend"; "shutdown"; "vcpu-hotplug"];
2002+
List.iter (write_local_domain "control/feature-") ["suspend"; "poweroff"; "reboot"; "vcpu-hotplug"];
20032003
List.iter (write_local_domain "data/") ["updated"]
20042004
end
20052005
)

0 commit comments

Comments
 (0)