[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] libxl: correct xenstore permissions on console device
# HG changeset patch # User Daniel De Graaf <dgdegra@xxxxxxxxxxxxx> # Date 1358441301 0 # Node ID e490bf88e0d856ca9281bd131d0972a463b32b68 # Parent e9d949a0798e60472f6f7ffbc5e117e7adb6e37c libxl: correct xenstore permissions on console device When the console is connected to a domain other than dom0, the console device's backend field should be set so the xenstore permissions for the console device reflect the domain that will be accessing them. Signed-off-by: Daniel De Graaf <dgdegra@xxxxxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Committed-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- diff -r e9d949a0798e -r e490bf88e0d8 tools/libxl/libxl_create.c --- a/tools/libxl/libxl_create.c Thu Jan 17 16:48:21 2013 +0000 +++ b/tools/libxl/libxl_create.c Thu Jan 17 16:48:21 2013 +0000 @@ -967,6 +967,7 @@ static void domcreate_launch_dm(libxl__e ret = init_console_info(&console, 0); if ( ret ) goto error_out; + console.backend_domid = state->console_domid; libxl__device_console_add(gc, domid, &console, state); libxl__device_console_dispose(&console); @@ -999,6 +1000,7 @@ static void domcreate_launch_dm(libxl__e d_config->num_vfbs, d_config->vfbs, d_config->num_disks, &d_config->disks[0]); + console.backend_domid = state->console_domid; libxl__device_console_add(gc, domid, &console, state); libxl__device_console_dispose(&console); _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |