]> xenbits.xensource.com Git - xenclient/toolstack.git/commitdiff
use the correct node for the backend of vfb
authorVincent Hanquez <vincent.hanquez@eu.citrix.com>
Tue, 25 Aug 2009 13:25:12 +0000 (14:25 +0100)
committerVincent Hanquez <vincent.hanquez@eu.citrix.com>
Tue, 25 Aug 2009 13:25:12 +0000 (14:25 +0100)
xenops/device.ml

index 261f53b3e6899fea2a88d9b9c909bea3a0f1d8f0..a925373586bc5c9dce7e2344ba433d748fb883c9 100644 (file)
@@ -1065,7 +1065,7 @@ let add ~xc ~xs ~hvm ?(protocol=Protocol_Native) domid =
        debug "Device.Vfb.add %d" domid;
 
        let frontend = { domid = domid; kind = Vfb; devid = 0 } in
-       let backend = { domid = 0; kind = Vkb; devid = 0 } in
+       let backend = { domid = 0; kind = Vfb; devid = 0 } in
        let device = { backend = backend; frontend = frontend } in
 
        let back = [