search for: xs_set_target

Displaying 8 results from an estimated 8 matches for "xs_set_target".

2009 Jun 26
3
after installing virt-manager, error reported and cannot start up xend
Hello, I installed xen3.4 on Fedora and it worked very well. But after I installed virt-manager by yum install, xend cannot start up any more. It always reported: /usr/lib/python2.5/site-packages/xen/lowlevel/xs.so: undefined symbol: xs_set_target Who could give me some hands on this problem? I have other machine installed xen3.4, can I copy some libs from that machine to this one to solve this problem. But I have to know where xs_set_target is defined. Thanks. Ming _______________________________________________ Xen-users mailing list X...
2011 Sep 22
4
[PATCH 0/2] reset xenstore watches to fix kexec in Xen PVonHVM guests
The following series improves kexec in a Xen PVonHVM guest. It is available via git: git://github.com/olafhering/linux.git xen-kexec-XS_RESET_WATCHES-3.0 A new xenstored command XS_RESET_WATCHES has been added in xen-unstable.hg changeset 23839:42a45baf037d. The command removes all watches and transactions for the guest. The following patches make use of the new command to wipe all existing
2012 Jul 10
2
[PATCH] xen/pv-on-hvm kexec: shutdown watches from old kernel
...eturn 0; } diff --git a/include/xen/interface/io/xs_wire.h b/include/xen/interface/io/xs_wire.h index 7cdfca2..3c1877c 100644 --- a/include/xen/interface/io/xs_wire.h +++ b/include/xen/interface/io/xs_wire.h @@ -29,7 +29,8 @@ enum xsd_sockmsg_type XS_IS_DOMAIN_INTRODUCED, XS_RESUME, XS_SET_TARGET, - XS_RESTRICT + XS_RESTRICT, + XS_RESET_WATCHES }; #define XS_WRITE_NONE "NONE" -- 1.7.3.4
2009 Mar 16
0
Is there any conflict between xm and virt-manager?
...m import main File "//usr/lib/python/xen/xm/main.py", line 52, in <module> from xen.xm import console File "//usr/lib/python/xen/xm/console.py", line 19, in <module> import xen.lowlevel.xs ImportError: /usr/lib/python/xen/lowlevel/xs.so: undefined symbol: xs_set_target Is there any conflict between xm(xend) and virt-manager? Thanks, Wu _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Aug 29
0
problems with virt-manager and xen 3.3.0
...ine 8, in ? from xen.xm import main File "//usr/lib/python/xen/xm/main.py", line 52, in ? from xen.xm import console File "//usr/lib/python/xen/xm/console.py", line 19, in ? import xen.lowlevel.xs ImportError: /usr/lib/python/xen/lowlevel/xs.so: undefined symbol: xs_set_target virsh list comes up with this: libvir: Xen Daemon error : internal error failed to connect to xend libvir: Xen Daemon error : internal error failed to connect to xend error: failed to connect to the hypervisor when i start virt-manager from the console, local and remotly, xen is disconnected to...
2024 Feb 05
7
Bug#1063270: xen: NMU diff for 64-bit time_t transition
...VERS_4.0 4.16.0 - xs_path_is_subpath at VERS_4.0 4.16.0 - xs_read at VERS_4.0 4.16.0 - xs_read_watch at VERS_4.0 4.16.0 - xs_release_domain at VERS_4.0 4.16.0 - xs_restrict at VERS_4.0 4.16.0 - xs_resume_domain at VERS_4.0 4.16.0 - xs_rm at VERS_4.0 4.16.0 - xs_set_permissions at VERS_4.0 4.16.0 - xs_set_target at VERS_4.0 4.16.0 - xs_strings_to_perms at VERS_4.0 4.16.0 - xs_suspend_evtchn_port at VERS_4.0 4.16.0 - xs_transaction_end at VERS_4.0 4.16.0 - xs_transaction_start at VERS_4.0 4.16.0 - xs_unwatch at VERS_4.0 4.16.0 - xs_watch at VERS_4.0 4.16.0 - xs_write at VERS_4.0 4.16.0 - xs_write_all at VER...
2011 Jul 21
51
Linux Stubdom Problem
2011/7/19 Stefano Stabellini <stefano.stabellini@eu.citrix.com>: > CC''ing Tim and xen-devel > > On Mon, 18 Jul 2011, Jiageng Yu wrote: >> 2011/7/16 Stefano Stabellini <stefano.stabellini@eu.citrix.com>: >> > On Fri, 15 Jul 2011, Jiageng Yu wrote: >> >> 2011/7/15 Jiageng Yu <yujiageng734@gmail.com>: >> >> > 2011/7/15
2010 Aug 12
0
[PATCH, v2]: xl: Implement per-API-call garbage-collection lifetime
...omid); ret = xc_domain_set_target(ctx->xch, domid, info->domid); if (ret<0) { XL_LOG_ERRNO(ctx, XL_LOG_ERROR, "setting target domain %d -> %d", domid, info->domid); - return ERROR_FAIL; + ret = ERROR_FAIL; + goto out_free; } xs_set_target(ctx->xsh, domid, info->domid); @@ -1418,10 +1499,10 @@ static int libxl_create_stubdom(libxl_ct perm[1].perms = XS_PERM_READ; retry_transaction: t = xs_transaction_start(ctx->xsh); - xs_mkdir(ctx->xsh, t, libxl_sprintf(ctx, "/local/domain/0/device-model/%d", in...