search for: libblktap

Displaying 11 results from an estimated 11 matches for "libblktap".

2009 May 28
1
[PATCH] blktap2: fix makefile of vhd for parallel make
blktap2: fix makefile of vhd for parallel make With parallel make, libvhd might not be created before link resulting in link error. This patch guarantees it. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> diff --git a/tools/blktap2/vhd/Makefile b/tools/blktap2/vhd/Makefile --- a/tools/blktap2/vhd/Makefile +++ b/tools/blktap2/vhd/Makefile @@ -12,6 +12,9 @@ CFLAGS +=
2008 Oct 02
0
[PATCH] libblktap: Remove trailing null byte in xs_printf
xs_printf writes the terminating null byte of the passed string to Xenstore. When reading, the null byte is returned in the following form which confuses tools: sector-size = "512\000" This patch removes the null byte from the data to write. Signed-off-by: Kevin Wolf <kwolf@suse.de> _______________________________________________ Xen-devel mailing list
2007 May 22
0
[PATCH] remove unnecessary execute perms
Hi, rpmlint complains that various blktap files are installed with unnecessary execute permissions: E: xen-devel spurious-executable-perm (Badness: 100) /usr/lib64/libblktap.a E: xen-devel spurious-executable-perm (Badness: 100) /usr/include/blktaplib.h The patch below fixes the problem. It applies against xen-unstable. Thank you. Signed-off-by: Charles Coffing <ccoffing@novell.com> diff -ru xen-unstable.hg/tools/blktap/lib/Makefile xen-unstable/tools/blktap...
2007 Sep 07
0
Backporting Xen 3.1 to Etch
...so' not recognized dpkg-shlibdeps: warning: format of `NEEDED libxenstore.so' not recognized dpkg-shlibdeps: warning: format of `NEEDED libxenstore.so' not recognized dpkg-shlibdeps: warning: format of `NEEDED libxenstore.so' not recognized dpkg-shlibdeps: warning: format of `NEEDED libblktap.so' not recognized dpkg-shlibdeps: warning: format of `NEEDED libxenctrl.so' not recognized dpkg-shlibdeps: warning: format of `NEEDED libxenstore.so' not recognized dpkg-shlibdeps: warning: format of `NEEDED libblktap.so' not recognized dpkg-shlibdeps: warning: format of `NEEDED li...
2006 Oct 17
0
[PATCH] Fixes for linking on Solaris
...),y) # Optimisation flags are overridable CFLAGS ?= -O2 -fno-omit-frame-pointer diff --git a/tools/blktap/lib/Makefile b/tools/blktap/lib/Makefile --- a/tools/blktap/lib/Makefile +++ b/tools/blktap/lib/Makefile @@ -52,7 +52,7 @@ clean: rm -rf *.a *.so* *.o *.rpm $(LIB) *~ $(DEPS) xen TAGS libblktap.a: $(OBJS) - $(CC) $(CFLAGS) -Wl,-soname -Wl,$(SONAME) -shared \ + $(CC) $(CFLAGS) $(SONAME_LDFLAG) -Wl,$(SONAME) $(SHLIB_FLAGS) \ -L$(XEN_XENSTORE) -l xenstore \ -o libblktap.so.$(MAJOR).$(MINOR) $^ $(LIBS) ln -sf libblktap.so.$(MAJOR).$(MINOR) libb...
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 Jan 31
3
Three small patches for xen-4.1.0-rc
...NetworkManager not supporting bridging in Fedora 11 to refer instead to Fedora 14. The final patch solve a build problem in Fedora rawhide, where rpm (4.9.0) doesn''t automatically supply a "provides" entry for a library unless it is executable. This patch makes the libvhd and libblktap library files executable (and consistent with the other libraries in xen) so that rpm generates the right "provides" entries and therefore does the right thing when resolving package dependencies. All the patches are Signed-off-by: Michael Young <m.a.young@durham.ac.uk> Michae...
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.
2007 Dec 08
6
Re: [Xen-changelog] [xen-unstable] tools: Rationalise library soname versions.
On Fri, Dec 07, 2007 at 04:30:09PM -0800, Xen patchbot-unstable wrote: > tools: Rationalise library soname versions. > > * Arrange for the sonames of libxenstore, libxc, libfsimage and > libblktap to be set from a single place in Config.mk. Grumble... I don''t like this at all. You just bumped libfsimage for no reason. Can we please fix libfsimage back to the correct versioning? (that is 1.0.0) regards john _______________________________________________ Xen-devel mailing list Xen...
2007 Sep 18
0
Short how to for RHEL5 as dom0 and RHEL5 as domU
...rpm kernel-xen-devel-2.6.18-8.el5.i686.rpm 2.When i tried to install xen : rpm -Uvh xen-3.0.3-25.el5.i386.rpm -Disk5 I had following dep missing error: Failed dependencies: bridge-utils is needed by xen-3.0.3-25.el5.i386 libSDL-1.2.so.0 is needed by xen-3.0.3-25.el5.i386 libblktap.so.3.0 is needed by xen-3.0.3-25.el5.i386 libxenctrl.so.3.0 is needed by xen-3.0.3-25.el5.i386 libxenguest.so.3.0 is needed by xen-3.0.3-25.el5.i386 libxenstore.so.3.0 is needed by xen-3.0.3-25.el5.i386 python-virtinst is needed by xen-3.0.3-25.el5.i386 xen-l...