[libvirt] Availability of libvirt-python-1.2.5

2014-06-01 Thread Daniel Veillard
I also made a new release for the python bindings, they are available at: ftp://libvirt.org/libvirt/python they include support for the 2 new set of APIs introduced in 1.2.5 and a memory leak in older python version, so peope are also invited to update: - fix leak in memoryStats with older

[libvirt] Release fo libvirt-1.2.5

2014-06-01 Thread Daniel Veillard
As planned the release of libvirt 1.2.5 is out, it is tagged in git and available as tarballs and rpms at the usual place: ftp://libvirt.org/libvirt/ This is a relatively small release in the number of commits, around 150, but includes a security fix (which happened to be my fault !) and 2

Re: [libvirt] [PATCH v5] bhyve: implement PCI address allocation

2014-06-01 Thread Roman Bogorodskiy
Roman Bogorodskiy wrote: > Ján Tomko wrote: > > > > One more thing that bothers me: after this change user needs to > > > re-define a domain, otherwise domain will have no addresses and will > > > fail to start. > > > > > > Could/should it be handled somehow? > > > > Yes, it would be nice no

[libvirt] [PATCH v6] bhyve: implement PCI address allocation

2014-06-01 Thread Roman Bogorodskiy
Automatically allocate PCI addresses for devices instead of hardcoding them in the driver code. The current allocation schema is to dedicate an entire slot for each devices. Also, allow having arbitrary number of devices. --- po/POTFILES.in | 1 + src/Makefil

[libvirt] [PATCH v6] bhyve: implement PCI address allocation

2014-06-01 Thread Roman Bogorodskiy
Changes from v4: - Qemu-related part of sharing the common code is complete and pushed, so patch lives on its own now - virBhyveProcessBuildBhyveCmd() modified to loop over disks and nets and call bhyveBuildDiskArgStr() and bhyveBuildNetArgStr() for an individual device to make the latte

Re: [libvirt] [PATCH] docs: bhyve driver documentation improvements

2014-06-01 Thread Roman Bogorodskiy
Ján Tomko wrote: > On 05/11/2014 09:30 AM, Roman Bogorodskiy wrote: > > - Document 'domxml-to-native' command > > - Mention that the nmdm console support needs an appropriate > > kernel module loaded > > --- > > docs/drvbhyve.html.in | 21 + > > 1 file changed, 21 insertio

[libvirt] [libvirt-glib] [PATCH v2] GVirDomainSnapshot: Add gvir_domain_snapshot_delete

2014-06-01 Thread Timm Bäder
--- Whoops, totally forgot about the delete flags in the first version, sorry. As for the underline in domain_snapshot, I took that from gvir_domain_snapshot_get_config so I don't really know what's the correct version. Since this is using gvir_domain_snapshot_get_name now, the patch removing th