]> xenbits.xensource.com Git - xenclient/ioemu-pq.git/commitdiff
We need to change the permission on dom0_driver/natif not on dom0_input/natif.
authorJean Guyader <jean.guyader@eu.citrix.com>
Mon, 17 Aug 2009 10:54:10 +0000 (11:54 +0100)
committerJean Guyader <jean.guyader@eu.citrix.com>
Mon, 17 Aug 2009 10:54:10 +0000 (11:54 +0100)
master/dom0-driver

index 8db215109522138ad3796d411b53a848a5337b12..698126b76411cd477b14c90b2ec267ead56c114a 100644 (file)
@@ -24,7 +24,7 @@ index 14b42f3..97214c0 100644
  #endif
 diff --git a/dom0_driver.c b/dom0_driver.c
 new file mode 100644
-index 0000000..2dbe199
+index 0000000..c4950b2
 --- /dev/null
 +++ b/dom0_driver.c
 @@ -0,0 +1,697 @@
@@ -473,7 +473,7 @@ index 0000000..2dbe199
 +    {
 +      sprintf(str, "%d", domid);
 +      xenstore_write_dom0_driver("natif", str);
-+      xenstore_dom_chmod(domid, "dom0_input/natif", "r0");
++      xenstore_dom_chmod(domid, "dom0_driver/natif", "r0");
 +      xenstore_watch_dom0_driver("command", dom0_driver_command, NULL);
 +    }
 +    else