From: Vincent Hanquez Date: Mon, 10 Aug 2009 13:43:47 +0000 (+0100) Subject: fix Vfb backend to be correctly created in domain 0, not in the domain that we are... X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ed879d589632537a3addcb895a8c5e1d19ef27dd;p=xenclient%2Ftoolstack.git fix Vfb backend to be correctly created in domain 0, not in the domain that we are adding the device to. --- diff --git a/xenops/device.ml b/xenops/device.ml index 8670b1e..f28a627 100644 --- a/xenops/device.ml +++ b/xenops/device.ml @@ -1045,7 +1045,7 @@ let add ~xc ~xs ~hvm domid = debug "Device.Vfb.add %d" domid; let frontend = { domid = domid; kind = Vfb; devid = 0 } in - let backend = frontend in + let backend = { domid = 0; kind = Vkb; devid = 0 } in let device = { backend = backend; frontend = frontend } in let back = [