]> xenbits.xensource.com Git - xenclient/toolstack.git/commitdiff
fix Vfb backend to be correctly created in domain 0, not in the domain that we are...
authorVincent Hanquez <vincent.hanquez@eu.citrix.com>
Mon, 10 Aug 2009 13:43:47 +0000 (14:43 +0100)
committerVincent Hanquez <vincent.hanquez@eu.citrix.com>
Tue, 11 Aug 2009 12:45:29 +0000 (13:45 +0100)
xenops/device.ml

index 8670b1ed196794aeff354bfb5ab5868ccea8c0fc..f28a6278f8b3107712544cf45bf2aa7a65aa25ff 100644 (file)
@@ -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 = [