Displaying 20 results from an estimated 10000 matches similar to: "Power on and power off code using LIBVIRT"
2018 Dec 10
0
Re: Power on and power off code using LIBVIRT
Re-adding libvirt-users - please don't remove mailing list addresses
when replying.
On Mon, Dec 10, 2018 at 09:42:29PM +0530, Chaithra Sn wrote:
> Thanks Daniel for the reply.
>
> I want code in python langange.
The 'create' method on the Domain object will start an existing
defined guest. The 'destroy' method will stop a running guest.
> On Mon, 10 Dec 2018 at
2018 Dec 08
4
certificate pinning
Hello!
Does libvirt uses certificate pinning in tls? I want to setup a transparent
proxy (mitmproxy) and can't do this even after I added mitmproxy ca
certificate to the trusted certificates in ubuntu.
2018 May 09
3
Re: Libvirt access control drivers
Ok, excuse me for misunderstanding, how it is possible then to set up
access control when I use remote connection to KVM ( not in UNIX domain)?
Is there any way within libvirt, maybe based on authentication or
certificates?
2018-05-09 11:14 GMT+03:00 Daniel P. Berrangé <berrange@redhat.com>:
> On Wed, May 09, 2018 at 11:13:01AM +0300, Anastasiya Ruzhanskaya wrote:
> > I read this
2019 Aug 20
2
Re: Compiling Libvirt on Windows for Hyper V support
Hi,
I have attached my compressed config file.
Thanks,
Reza
> On Aug 20, 2019, at 12:03 PM, Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> Re-adding the mailing list CC - please don't drop it.
>
> On Tue, Aug 20, 2019 at 11:54:34AM -0400, reza shahriari wrote:
>> Hi,
>>
>> I am using msys2. When I run `./configure` without any parameters
2018 Feb 16
3
Possible to edit/apply nwfilter at runtime?
I'm trying to determine if it's possible to edit/attach/apply nwfilter
rules at runtime? I.e., after a VM is already running, can I apply a
nwfilter to the VM and have it work without rebooting the machine? Thus
far, I've not come across a way to do so, but I thought I'd ask here
before I chase my tail around Google.
Thanks!
--
Andre Goree
-=-=-=-=-=-
Email - andre at
2018 May 09
2
Re: Libvirt access control drivers
Here https://libvirt.org/acl.html is stated that you designed this access
control system as pluggable. Are there any options ( even with modifying
libvirt code) to plug in any custom driver?
I just need to take a try and design something that will support remote
access control.
I am not sure if sVirt is the right thing I should look at.
2018-05-09 11:27 GMT+03:00 Daniel P. Berrangé
2019 Apr 18
2
Re: [libvirt] JVM crashes during GC
On Thu, Apr 18, 2019 at 10:46:19PM +0530, Sachin Soman wrote:
> I am attaching the execution results. At the top of each file I have
> mentioned the environment details.
>
> Following is the test program I have used:
>
> ==================================================
>
> *package* org.libvirt;
>
>
> *import* org.libvirt.jna.Libvirt;
>
>
>
2020 Aug 03
2
Re: Xend and libvirt
Hello,
On Mon, Aug 3, 2020 at 12:08 PM Daniel P. Berrangé <berrange@redhat.com>
wrote:
> On Sat, Aug 01, 2020 at 04:51:57PM +0300, David K. Kahurani wrote:
> > Hello
> >
> > On a probably a few days old build of libvirt, it is not possible to
> connect to my local system.
> >
> > The command used is:
> >
> > $virsh -c xen:///system
>
2019 Aug 19
5
Compiling Libvirt on Windows for Hyper V support
Hi,
I am trying to compile Libvirt from the source code on windows using msys2 but keep hitting issues while running `./configure`.
….
> checking whether C compiler handles -Wno-suggest-attribute=pure… yes
> checking whether C compiler handles -Wno-suggest-attribute=const... yes
> checking for how to force completely read-only GOT table…
> checking for how to avoid indirect lib
2020 Mar 18
2
Re[2]: pointer to "spice" device by virNodeDeviceLookupByName
Thanks, clear!
But may be is a method to get XML description for spice params, like it could be possible for physical devices?
>Среда, 18 марта 2020, 13:21 +03:00 от Daniel P. Berrangé <berrange@redhat.com>:
>
>On Wed, Mar 18, 2020 at 01:10:41PM +0300, Андрей Фокин wrote:
>>
>> Is possible to get a pointer to «spice» by virNodeDeviceLookupByName API?
>> What
2020 Apr 30
2
Re: [Query] Facing issue in build libvirt6.0 on ubuntu 1804
Hi Daniel,
Thanks for command.
Can I install specific version of prebuilt libvirt ?
Eg: version 6.0
On Thu, Apr 30, 2020, 4:54 PM Daniel P. Berrangé <berrange@redhat.com>
wrote:
> On Thu, Apr 30, 2020 at 01:35:18PM +0530, Ramesh B wrote:
> > Hi all,
> >
> > I am trying to build libvirt 6.0 on ubuntu OS 18.04.
> > Facing one issue libvirt source compilation.
2020 Oct 14
2
Re: CI for nbdkit
On Wed, Oct 14, 2020 at 10:37:26AM +0100, Richard W.M. Jones wrote:
> On Tue, Oct 13, 2020 at 03:21:35PM -0600, alan somers wrote:
> > Would libguestfs be willing to enable CI for the nbdkit project? It's very
> > easy to set up, at least for the Rust portion. I'm comfortable with both
> > Cirrus CI and Github's native CI. I can get it started if you agree to do
2018 Jan 31
2
Live update network configuration
Hi, i want live update the <metadata/> in libvirt network xml config. is
this possible?
--
Regards,
Shashwat Shagun
2018 Apr 20
3
Add Virtlyst to the list of libvirt users
Hi,
I've just released v1.0.0 of Virtlyst[1]
a web tool to manage VMs using Qt/C++/Cutelyst
https://dantti.wordpress.com/2018/04/19/announcing-virtlyst-a-web-interface-to-manage-virtual-machines/
Thanks.
1 - https://github.com/cutelyst/Virtlyst
--
Daniel Nicoletti
KDE Developer - http://dantti.wordpress.com
2020 Mar 18
2
pointer to "spice" device by virNodeDeviceLookupByName
Is possible to get a pointer to «spice» by virNodeDeviceLookupByName API?
What «name» I should use for?
Thanks a lot!
--
Андрей Фокин
2020 Apr 28
2
Libvirt APIs for creating virtual networks
I am using the Libvirt APIs to create the virtual networks to use the
dnsmasq capabilities.
I want to understand the APIs how to set the lease time in XML to control
the dnsmasq lease time.
Also, I need some DHCP statistics on the virtual network.
Is there any API available to fetch the statistics ?
Please let me know if any ?
Thanks & Regards
Santhosh Kumar Gunturu
2020 Jul 01
2
no/empty NUMA cells on domain XML
Hi ,
I'm looking for a possibility to simulate a VM (to be used as a host)
reporting no or empty NUMA <cells> in 'virsh capabilities'. 'virsh
capabilities' usually reports single NUMA in the VMs,
like
<numa>
<cell id='0' cpus='0-63' memory='16777216' unit='KiB'/>
</numa>
I appreciate if someone could advise
Thank you
2018 May 11
3
Re: Libvirt access control drivers
Excuse me for renewing this discussion, but I am curious if you would add
new module, which will be able to process users not based on unix
processes, from where do you plan to get usernames? I mean, virt-manager
could give them, as there is authentication in GUI, but for example when
using oVirt, none of the usernames reach libvirt through the communication
between server and nodes.
2018-05-09
2019 Apr 30
3
Re: libvirtd via unix socket using system uri
On Tue, 30 Apr 2019 at 10:40, Michal Privoznik <mprivozn@redhat.com> wrote:
> Is there any problem running libvirtd as root?
>
> Yes, in the regulated environment in which I work! I have to do far more
thorough threat analysis than I would do if I knew which capabilities it
had. So far, we've accepted the extra work; but it would be wonderful to
be able to run a locked-down
2018 Aug 09
2
Re: Mount URL as cdrom/iso KVM/QEMU
Just a quick correction and apologies, the actual issue is that http will not work, https will so I dont think this is a bug as such I think this is by design likely for security.
Looking at the man page for qemu-kvm it states http will work with examples given however only https works, my best guess from looking at the spec file from the srpm is that it has only been enabled in the centos