search for: libxenvchan

Displaying 9 results from an estimated 9 matches for "libxenvchan".

2013 Apr 26
14
bug in xc_gntshr_munmap?
...gntshr *xcg, xc_osdep_handle h, void *start_address, uint32_t count) { return munmap(start_address, count); } munmap(2) expect second argument to be size of mapped area (in bytes), not pages count. Users of xc_gntshr_munmap (the only one I''m aware of is libxenvchan) already uses that broken semantic. Is it going to be fixed (I can send trivial patch for both libxc and libxenvchan), or the comment in header should be updated? -- Best Regards / Pozdrawiam, Marek Marczykowski Invisible Things Lab _______________________________________________ Xen-devel ma...
2011 Nov 03
3
[PATCH 0 of 2 RESEND] tools: add two new compile flags and perform checks on user defined folders.
Added two new sets of compile flags, and pass them to the check scripts, so libraries and includes are searched there also. Resend this patches because they suffered some modifications and where scattered along the mailing list. Please review, thanks Roger. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2012 Feb 17
4
xen-unstable unable to boot on Wheezy
Dom0 is Wheezy 64 bit with kernel 3.2.0-1-amd64 version 3.2.4-1, xen from xen-unstable.hg changeset 24823:b75664e53905 plus these patch for not fail build: http://xen.1045712.n5.nabble.com/PATCH-0-of-2-rename-libxl-yajl-gen-alloc-td5469362.html On boot start to load but after start ramdisk load server reboot without message on screen. The grub2 entry is: -----------------------------------------
2011 Oct 18
18
make install not creating lib entries in /usr/lib under Ubunu 11.10
I am building xen-unstable (23860:a422e2a4451e) on Ubuntu 11.10. I noticed that the "make install" does not create lib entries in /usr/lib/. I see them only in /usr/lib64/. This is causing program like xenpaging to not find the xenctrl library (error while loading shared libraries: libxenctrl.so.4.2: cannot open shared object file: No such file or directory) Is this expected behavior or
2012 Jul 27
17
Time for 4.2.0 rc0?
Hey Keir, I committed the last of the big outstanding tools blockers for 4.2 yesterday. Currently they are still in staging because they added some new xenstore paths which tickled the leak detector in the test system What do you think of doing an rc0 release next week? There''s still some smaller issues remaining but I think they can wait until rc1. Ian.
2013 Oct 08
10
xl console regression on xen-unstable
I''m unable to start xl console on latest xen-unstable (build with commit 8e0da8c07f4f80e14314977a11f738bd74a5b62b). > xl -vvv console sid > xenconsole: Could not read tty from store: No such file or directory I also tried "xl create -c", and it shows console from pygrub but when the "xl create" reaches the end I got the same error: > xenconsole: Could not
2018 Oct 11
2
xen_4.11.1~pre.20180911.5acdd26fdc+dfsg-2_multi.changes ACCEPTED into unstable, unstable
...e sonames and minor versions of these are no longer mangled. - xs.h, replaced upstream by xenstore.h, is now in /usr/include/xenstore-compat (as shipped upstream), with symlinks left behind. - fsimage*.h is no longer shipped (it's namespace-grabbish). - libxenvchan.h is in /usr/include as it is in upstream, not buried in /usr/include/xen/io - /etc/xen/cpupool, a not very interesting example config file, has been moved into /usr/share/doc/. - There is a new xen-doc package, in which the upstream HTML documentation, and vario...
2024 Feb 05
7
Bug#1063270: xen: NMU diff for 64-bit time_t transition
...1970-01-01 00:00:00.000000000 +0000 +++ xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17.install 2024-02-05 22:37:19.000000000 +0000 @@ -0,0 +1,9 @@ +# autogenerated, do not edit +usr/lib/*/libxenctrl.so.* +usr/lib/*/libxenguest.so.* +usr/lib/*/libxenlight.so.* +usr/lib/*/libxenstat.so.* +usr/lib/*/libxenvchan.so.* +usr/lib/*/libxlutil.so.* +usr/lib/xen-4.17/lib/*/libxenfsimage* +usr/lib/xen-4.17/lib/*/xenfsimage diff -Nru xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17.lintian-overrides xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17.lintian-overrides --- xen-4.17.3+10-g091466ba55/debian/libxenmisc4.17....
2012 Apr 02
23
[PATCH 00 of 18] [v2] tools: fix bugs and build errors triggered by -O2 -Wall -Werror
Changes: tools/blktap: remove unneeded pointer dereferencing in convert_dev_name_to_num tools/blktap: constify string arrays in convert_dev_name_to_num tools/blktap: fix params and physical-device parsing tools/blktap: remove unneeded pointer dereferencing from img2qcow.c tools/blktap: remove unneeded pointer dereferencing from qcow2raw.c tools/blktap2: fix build errors caused by Werror in