Skip to content

Commit

Permalink
Merge pull request #285 from jonludlam/CA-219763
Browse files Browse the repository at this point in the history
CA-219763: If the PV drivers have been detected, raise an update
  • Loading branch information
robhoes committed Aug 30, 2016
2 parents 02a8cd2 + 34e6eed commit 0bec45b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xc/xenops_server_xen.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2648,7 +2648,8 @@ module Actions = struct
if value = "4" (* connected *) then begin
let non_persistent = { non_persistent with VmExtra.pv_drivers_detected = true } in
debug "VM = %s; found PV driver evidence on %s (value = %s)" vm path value;
DB.write vm { VmExtra.persistent; non_persistent }
DB.write vm { VmExtra.persistent; non_persistent };
Updates.add (Dynamic.Vm vm) internal_updates
end
with Xs_protocol.Enoent _ ->
warn "Watch event on %s fired but couldn't read from it" path;
Expand Down

0 comments on commit 0bec45b

Please sign in to comment.