search for: blktapctl

Displaying 10 results from an estimated 10 matches for "blktapctl".

Did you mean: blktapctrl
2010 May 05
1
[PATCH 1/2] reap the blktapctl thread and notify the tapdisk backend driver to release resource like memory..
Hi, For this issue I had initial discussion thread before, more detail, please see : http://lists.xensource.com/archives/html/xen-devel/2010-04/msg01140.html. I write a new patch for this issue, which modified qemu code. So Ian, could you take a look this patch,too. thanks, James (Song Wei) Signed-off-by: James ( Song Wei ) <jsong@novell.com> diff -r efa1b905d893
2010 Apr 08
3
blktap2: help please?
Hi guys, i''ve just installed xen 4.0. Since always blktapctl has never worked on my dell 1950III. I even posted a bug but so far i can''t use tap:aio or similar. I thought that with version 4 this would work, but it didn''t. I still see syslog errors from blktap version 1.0.0. Today i wanted to try version 2 I found on the xen/tools source...
2011 Nov 28
0
blktap_2.0.90-1_amd64.changes is NEW
...eded to create destroy and manipulate devices ('tap-ctl'), the 'tapdisk' driver program to perform tap devices I/O, and a number of image drivers. (new) blktap_2.0.90-1.debian.tar.gz extra libs (new) blktap_2.0.90-1.dsc extra libs (new) blktap_2.0.90.orig.tar.gz extra libs (new) libblktapctl0_2.0.90-1_amd64.deb extra libs Xen API blktapctl shared library (shared library) The Xen Cloud Platform (XCP) is an open source enterprise-ready server virtualization and cloud computing platform, delivering the Xen Hypervisor with support for a range of guest operating systems. This package is...
2020 Feb 20
2
Re: build problem with libxl
https://wiki.centos.org/HowTos/Xen/Xen4QuickStart configure:53501: checking for LIBXL configure:53508: $PKG_CONFIG --exists --print-errors "xenlight >= 4.6.0" Package xenblktapctl was not found in the pkg-config search path. Perhaps you should add the directory containing `xenblktapctl.pc' to the PKG_CONFIG_PATH environment variable Package 'xenblktapctl', required by 'Xenlight', not found configure:53511: $? = 1 configure:53525: $PKG_CONFIG --exists --pr...
2013 Jun 22
0
blktap_2.0.90-2_amd64.changes ACCEPTED into unstable
Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Tue, 23 Oct 2012 10:23:57 +0000 Source: blktap Binary: blktap-dev blktap-utils libvhd0 libvhdio-2.0.90 libblktapctl0 Architecture: source amd64 Version: 2.0.90-2 Distribution: unstable Urgency: low Maintainer: PKG Xen Devel <pkg-xen-devel at lists.alioth.debian.org> Changed-By: Thomas Goirand <zigo at debian.org> Description: blktap-dev - Xen API blktap shared library (development files) blktap-ut...
2014 Sep 08
0
blktap_2.0.90-3_amd64.changes ACCEPTED into unstable
Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Fri, 05 Sep 2014 10:36:52 +0300 Source: blktap Binary: blktap-dev blktap-utils libvhd0 libvhdio-2.0.90 libblktapctl0 Architecture: source amd64 Version: 2.0.90-3 Distribution: unstable Urgency: high Maintainer: PKG Xen Devel <pkg-xen-devel at lists.alioth.debian.org> Changed-By: Nanakos Chrysostomos <nanakos at wired-net.gr> Description: blktap-dev - Xen API blktap shared library (development files)...
2015 Jul 05
0
blktap_2.0.90-4_source.changes ACCEPTED into unstable
Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 30 Jun 2015 12:28:20 +0300 Source: blktap Binary: blktap-dev blktap-utils libvhd0 libvhdio-2.0.90 libblktapctl0 Architecture: source Version: 2.0.90-4 Distribution: unstable Urgency: medium Maintainer: PKG Xen Devel <pkg-xen-devel at lists.alioth.debian.org> Changed-By: Chrysostomos Nanakos <cnanakos at debian.org> Description: blktap-dev - Xen API blktap shared library (development files) blk...
2020 Feb 21
0
Re: build problem with libxl
...39;s ChangeLog entry] Hi, Anthony! On Thu, Feb 20, 2020 at 07:10:38PM +0100, Christoph wrote: >https://wiki.centos.org/HowTos/Xen/Xen4QuickStart > >configure:53501: checking for LIBXL >configure:53508: $PKG_CONFIG --exists --print-errors "xenlight >= 4.6.0" >Package xenblktapctl was not found in the pkg-config search path. >Perhaps you should add the directory containing `xenblktapctl.pc' >to the PKG_CONFIG_PATH environment variable It seems like xenlight's .pc file is broken if it references a non-existent .pc file. Jano >Package 'xenblktapctl'...
2020 Feb 20
2
Re: build problem with libxl
I use centos 7 (7.7.1908). these pkgs are installed: xen-hypervisor-4.12.2-1.el7.x86_64 xen-devel-4.12.2-1.el7.x86_64 qemu-xen-4.12.1-1.el7.x86_64 xen-runtime-4.12.2-1.el7.x86_64 xen-licenses-4.12.2-1.el7.x86_64 xen-4.12.2-1.el7.x86_64 xen-libs-4.12.2-1.el7.x86_64 xen-ovmf-20180825-1.gitef529e6ab.el7.x86_64 even with --with-libxl it doesnt work... --- ------ Greetz Am 20.02.2020 11:31, schrieb
2010 Sep 09
2
[PATCH]: add libxl python binding
...= Extension("xl", + extra_compile_args = extra_compile_args, + include_dirs = include_dirs + [ "xen/lowlevel/xl" ], + library_dirs = library_dirs, + libraries = libraries + ["xenlight", "blktapctl" ] + uuid_libs, + sources = [ "xen/lowlevel/xl/xl.c", "xen/lowlevel/xl/_pyxl_types.c" ]) + +modules = [ xc, xs, ptsname, acm, flask, xl ] if plat == ''SunOS'': modules.extend([ scf, process ]) if plat == ''Linux'...