From 05edd8c204b0cb27ff5459397f218d59ac362207 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Mon, 10 Aug 2009 14:46:49 +0100 Subject: [PATCH] add online node into vfb's backend --- xenops/device.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/xenops/device.ml b/xenops/device.ml index 0b258ca..a70cd83 100644 --- a/xenops/device.ml +++ b/xenops/device.ml @@ -1050,6 +1050,7 @@ let add ~xc ~xs ~hvm ?(protocol=Protocol_Native) domid = let back = [ "frontend-id", sprintf "%u" domid; + "online", "1"; "state", string_of_int (Xenbus.int_of Xenbus.Initialising); ] in let front = [ -- 2.39.5