Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for pool-leap-15.6:i586
SUSE:SLE-12-SP1:GA
xen.950
libxl-migration-cleanup-remove-backend-domain-f...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libxl-migration-cleanup-remove-backend-domain-field.patch of Package xen.950
References: bnc#903359 Remove the unusual 'domain' field under backend directory. The affected are backend/console, backend/vfb, backend/vkbd. Signed-off-by: Chunyan Liu <cyliu@xxxxxxxx> --- tools/libxl/libxl.c | 5 ----- 1 file changed, 5 deletions(-) Index: xen-4.4.1-testing/tools/libxl/libxl.c =================================================================== --- xen-4.4.1-testing.orig/tools/libxl/libxl.c +++ xen-4.4.1-testing/tools/libxl/libxl.c @@ -3506,8 +3506,6 @@ int libxl__device_console_add(libxl__gc flexarray_append(back, "1"); flexarray_append(back, "state"); flexarray_append(back, libxl__sprintf(gc, "%d", 1)); - flexarray_append(back, "domain"); - flexarray_append(back, libxl__domid_to_name(gc, domid)); flexarray_append(back, "protocol"); flexarray_append(back, LIBXL_XENCONSOLE_PROTOCOL); @@ -3617,8 +3615,6 @@ int libxl__device_vkb_add(libxl__gc *gc, flexarray_append(back, "1"); flexarray_append(back, "state"); flexarray_append(back, libxl__sprintf(gc, "%d", 1)); - flexarray_append(back, "domain"); - flexarray_append(back, libxl__domid_to_name(gc, domid)); flexarray_append(front, "backend-id"); flexarray_append(front, libxl__sprintf(gc, "%d", vkb->backend_domid)); @@ -3715,7 +3711,6 @@ int libxl__device_vfb_add(libxl__gc *gc, flexarray_append_pair(back, "frontend-id", libxl__sprintf(gc, "%d", domid)); flexarray_append_pair(back, "online", "1"); flexarray_append_pair(back, "state", libxl__sprintf(gc, "%d", 1)); - flexarray_append_pair(back, "domain", libxl__domid_to_name(gc, domid)); flexarray_append_pair(back, "vnc", libxl_defbool_val(vfb->vnc.enable) ? "1" : "0"); flexarray_append_pair(back, "vnclisten", vfb->vnc.listen);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor