From: Jean Guyader Date: Mon, 17 Aug 2009 10:54:10 +0000 (+0100) Subject: We need to change the permission on dom0_driver/natif not on dom0_input/natif. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=aace1e38813bf263ed944ac3f0697d2d0b63c3e9;p=xenclient%2Fioemu-pq.git We need to change the permission on dom0_driver/natif not on dom0_input/natif. --- diff --git a/master/dom0-driver b/master/dom0-driver index 8db2151..698126b 100644 --- a/master/dom0-driver +++ b/master/dom0-driver @@ -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