commit | 77447991b6c9aef83d101aae4a9e5d83c206b9c5 | [log] [tgz] |
---|---|---|
author | Daniel De Graaf <dgdegra@tycho.nsa.gov> | Thu Oct 13 16:07:07 2011 -0400 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Fri Oct 14 09:25:17 2011 -0400 |
tree | f6480bc56e9cb016d77b7dfdd9a6b2e52f851fd1 | |
parent | 5b25d89e19be2ff2fa7a5c80099e88fa56d66334 [diff] |
xenbus: Fix loopback event channel assuming domain 0 The xenbus event channel established in xenbus_init is intended to be a loopback channel, but the remote domain was hardcoded to 0; this will cause the channel to be unusable when xenstore is not being run in domain 0. Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov> Reviewed-by: Ian Campbell <Ian.Campbell@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>