similar to: ANNOUNCE: libvirt Perl bindings Sys::Virt 0.2.8 release

Displaying 20 results from an estimated 20000 matches similar to: "ANNOUNCE: libvirt Perl bindings Sys::Virt 0.2.8 release"

2011 Jul 11
0
ANNOUNCE: libvirt Perl bindings Sys::Virt 0.9.2 release
I am happy to announce a new release[1] of the libvirt Perl bindings, Sys::Virt 0.9.2 is available for download: http://search.cpan.org/CPAN/authors/id/D/DA/DANBERR/Sys-Virt-0.9.2.tar.gz Changes in this release - Changed version numbering to track the corresponding minimum required libvirt releases - Add all new APIs in libvirt 0.9.2 - Requires libvirt >= 0.9.2 The permanent link
2011 Aug 04
0
ANNOUNCE: libvirt Perl bindings Sys::Virt 0.9.4 release
I am happy to announce a new release[1] of the libvirt Perl bindings, Sys::Virt 0.9.4 is available for download: http://search.cpan.org/CPAN/authors/id/D/DA/DANBERR/Sys-Virt-0.9.4.tar.gz Changes in this release - Add all new APIs in libvirt 0.9.4 - Requires libvirt >= 0.9.4 - Add missing VIR_DUMP_* and VIR_MIGRATE_* constants from previous releases The permanent link for the
2015 May 08
0
Re: Failed dependencies with perl-Sys-Virt
On Fri, May 08, 2015 at 08:48:27PM +0800, xuanmao_001 wrote: > Hi, erveryone: > I compiled libvirt-1.1.2.tar.gz from source. > my compile step: > ./configure --prefix=/usr --libdir=/usr/lib64 --without-xen --without-xen-inotify \ > --without-uml --without-openvz --without-vmware --without-vbox --without-lxc \ > --without-esx --without-parallels --without-phyp -- without-test
2012 Apr 20
0
Using Sys::Virt with Libvirt
Anyone using Sys::Virt CPAN Perl Module with Libvirt? I am unable to install Sys::Virt using cpan, Sys::Virt cannot find Libvirt, even though I have it installed. I tried setting LD_LIBRARY_PATH and also PKG_CONFIG_PATH to point to Libvirt, and in both case Sys::Virt was not able to find Libvirt. During installation Sys::Virt times out with : Sys-Virt-0.9.4/INSTALL CPAN: File::Temp loaded ok
2014 Mar 14
0
Re: Sys::Virt integration into other event loops
On Fri, Mar 14, 2014 at 09:01:22AM -0600, Scott Wiersdorf wrote: > Hi all, > > I’m trying to integrate Perl’s Sys::Virt into an already existing AnyEvent program. > > I’m accustomed to writing things like this: > > use EV; > use AnyEvent; > use AnyEvent::Handle; > my $h = AnyEvent::Handle->new(fh => $fh, …); > $h->on_read(sub { … }); > > EV::run;
2013 Sep 17
0
Re: libvirt-users Digest, Vol 45, Issue 28
Test libvirt-users-request@redhat.com schrieb: >Send libvirt-users mailing list submissions to > libvirt-users@redhat.com > >To subscribe or unsubscribe via the World Wide Web, visit > https://www.redhat.com/mailman/listinfo/libvirt-users >or, via email, send a message with subject or body 'help' to > libvirt-users-request@redhat.com > >You can reach the
2013 Oct 31
1
Re: libvirt-lxc driver on armv7l
Oh, sorry. I try to build libvirt on Tizen, with gbs. Unfortunately Tizen doesn't have the packages from the "snip list of rpms":) I tried to install dependencies from http://ftp.pbone.net/pub/fedora/linux/development/20/armhfp/os/Packages/ but that just doesn't work... Thanks! Jan -----Original Message----- From: Daniel P. Berrange [mailto:berrange@redhat.com] Sent:
2014 Mar 04
2
Re: how to disable vnet_hdr through libvirt
Thank you Daniel. How difficult to extend libvirt for this? One critical application on my VM needs to turn vnet_hdr off. I can switch to use qemu directly. However, in that way I will lose all the nice things provided by libvirt. Thanks, ~Jianfeng On 3/3/14 3:53 AM, "Daniel P. Berrange" <berrange@redhat.com> wrote: >On Fri, Feb 28, 2014 at 07:11:13PM +0000, Jianfeng Tang
2013 Nov 06
1
Re: Building libvirt for ARM tizen.
On Tue, Nov 05, 2013 at 09:46:39AM -0700, Eric Blake wrote: > On 11/05/2013 09:18 AM, Jan Olszak wrote: > > Hi there! > > > > I'm building libvirt-1.1.4 on Tizen. I had to modify the spec file: > > > > 1. Comment out requirements: xhtml1, scrub, shadow-utils > > Why? Are these prerequisites not available for you? Tizen is lacking loads of stuff
2014 Apr 10
1
Re: Passing non-standard Options through Libvirt to QEMU
There are a couple of problems with passthrough qemu: 1. virsh version/capabilities command executes "qemu -help" but this gives an error in my case because my customized qemu has to receive mandatory non-standard parameters "qemu -c -n -- -help". 2. Similarly when passing arguments as passthrough in a VMs XML. How can I make sure that these non-standard arguments are passed
2014 Nov 11
1
Re: Is there a way to disable libvirt qemu monitor while creating kvm vm using virsh?
Hi Daniel, Thanks. The debugger program I used is a multi-level debugging tool called StackDB developed in our department. It was developed for Xen initially, and KVM support was only added recently. I've forwarded your email to the developer and hopefully it should be pretty straightforward to do so. Best Regards, Min On Nov 11, 2014, at 2:32 AM, Daniel P. Berrange
2013 Jan 24
0
Libguestfs with Perl 6 :-)
I saw the latest parrot release notice on LWN this week and randomly wondered the Perl6 native call interface was like compared to the horrific mess that is Perl5 XS. The answer is that it is a thing of beauty ! Here is the libguestfs hello world example in Perl6 $ dd if=/dev/zero of=guest.img bs=1M count=100 $ mke2fs guest.img $ cat guestfs.p6 use NativeCall; say "Defining stubs";
2014 Mar 05
2
Re: Connecting libvirt to manually compiled QEMU
On Tue, Mar 04, 2014 at 02:09:19PM -0700, Eric Blake wrote: > On 03/04/2014 05:12 AM, Asadullah Hussain wrote: > > Hello I have manually compiled a customized qemu (1.4.0) which runs fine on > > its own (create VM etc) but I want to access this qemu through libvirt > > (virt-manager, virsh etc). > > > > But the libvirt driver only looks into "/usr/bin"
2013 Aug 21
0
Re: Information needed regarding the libvirt version libvirt-1.0.6-1
On Wed, Aug 21, 2013 at 09:06:21AM +0200, arun abhinay wrote: > Hi, > > We have upgraded the libvirt version from libvirt-1.0.5 to libvirt-1.0.6-1 > on our linux machine. After this upgrade "virsh cpu-stats <domain>" command > is not working on our HardWare. > > *virsh # cpu-stats test > error: Failed to retrieve CPU statistics for domain 'test'
2013 Aug 22
0
Re: Information needed regarding the libvirt version libvirt-1.0.6-1
On Thu, Aug 22, 2013 at 01:35:29PM +0200, arun abhinay wrote: > Hi Daniel, > > Thanks a lot for your reply. > > We have mounted all the cgoup controllers at "/dev/cgroup_<controller>" as > mentioned below. > ls /dev/ | grep cgroup > cgroup_cpu cgroup_cpuacct cgroup_cpuset cgroup_mem > > On further debugging we dound that the
2013 Aug 22
0
Re: Information needed regarding the libvirt version libvirt-1.0.6-1
On Thu, Aug 22, 2013 at 03:04:41PM +0200, arun abhinay wrote: > Hi Daniel, > > Thanks for your immidiate reply. The starting of virtual guest was ok on > our machine. We are facing this issue while executing the "cpu-stats > <domain name>" command. > I have collected the debug logs as you suggested and attaching the same. The cpu-stats command relies on the vCPU
2014 Jul 02
2
Re: configuring a lxc guest to run 32bits from a 64bits host under libvirt-lxc
On Wed, Jul 02, 2014 at 12:56:18AM +0200, Thierry Parmentelat wrote: > Hi again > > Answering my own e-mail on a few points: > > . first off, stupid me, http://libvirt.org/format.html indeed is empty and it seems to be by design, but the subtrees are not, like e.g. > http://libvirt.org/formatdomain.html > > . from this page it seems like using something like >
2013 Sep 11
0
Re: Questions on how to reset ID numbers for virt Guests.
On Wed, Sep 11, 2013 at 09:47:07AM +0200, Paolo Bonzini wrote: > Il 11/09/2013 00:27, James Sparenberg ha scritto: > > I'm doing some experimenting in our Development lab and as a result > > I'm kickstarting over and over Virtual guests. This is of course > > causing the guest Id to increment by one with each test. I've > > googled around and tried
2014 May 20
0
Re: Need help with [virt net-create]
On Tue, May 20, 2014 at 01:59:42AM -0700, Srinivas_G_Gowda@dell.com wrote: > Is it possible to configure 2 virtual nics in the same ip range ? Nope, that's unsupported. We need to key various things off the IP address + mask used for the NIC, so you can't have multiple nets with the same address + mask. > Here is what I am trying. > > > **** This works ****************
2014 May 20
0
Re: Need help with [virt net-create]
On Tue, May 20, 2014 at 06:35:54AM -0700, Srinivas_G_Gowda@dell.com wrote: > Thanks Daniel. > > Why was I trying to do something like this ? > Two reasons > > 1. I was referring to ( Figure 18.4. Virtual network switch running dnsmasq) >