OBJS_XENOPS_COMMON = \
$(TOPLEVEL)/common/debug io memory netman table stats watch \
- $(TOPLEVEL)/common/forkhelpers xenguestHelper xenbus xal \
- balloon device_common hotplug device \
- domain
+ $(TOPLEVEL)/common/forkhelpers xenguestHelper xenbus balloon device_common hotplug device domain xal
all: $(LIBS)
| Some (_, ExtraVm (uuid, node, value), _, _) ->
ctx.callback_devices ctx (-1) (Extra (uuid, node, value));
| Some (domid, ExtraLocal (node, value), _, _) ->
- ctx.callback_devices ctx domid (Extra ("", node, value));
+ let uuid = Uuid.string_of_uuid (Domain.get_uuid ctx.xc domid) in
+ ctx.callback_devices ctx domid (Extra (uuid, node, value));
| Some (_, Rtc (uuid, value), _, _) ->
ctx.callback_devices ctx (-1) (ChangeRtc (uuid, value))
| Some (_, IntMessage (uuid, name, priority, body), _, _) ->