[libvirt] Release of libvirt-1.2.6

2014-07-01 Thread Daniel Veillard
As planned I have tagged the release in git and pushed the tarball as well as signed rpms to the usual place: ftp://libvirt.org/libvirt/ I also tagged 1.2.6 for the libvirt tree and pushed the associated release to its own tree: ftp://libvirt.org/libvirt/python/ Looks like a well balance

[libvirt] [PATCH] util: unify extra asterisk in viralloc.h

2014-07-01 Thread Martin Kletzander
Signed-off-by: Martin Kletzander --- Notes: Pushed as trivial. src/util/viralloc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/util/viralloc.h b/src/util/viralloc.h index 55372e5..7125e67 100644 --- a/src/util/viralloc.h +++ b/src/util/viralloc.h @@ -1,7 +1

Re: [libvirt] Fwd: [PATCH] qemu: Add cmd_per_lun, max_sectors to virtio-scsi

2014-07-01 Thread Nicholas A. Bellinger
Hi Mike & Co, > -- Forwarded message -- > From: Mike Perez > Date: Fri, Jun 27, 2014 at 7:39 PM > Subject: Re: [libvirt] [PATCH] qemu: Add cmd_per_lun, max_sectors to > virtio-scsi > To: Ján Tomko > Cc: Eric Blake , libvir-list@redhat.com, > berra...@redhat.com, "n...@daterainc.c

Re: [libvirt] [PATCHv6 1/7] qemu: caps: Add capability for change-backing-file command

2014-07-01 Thread Eric Blake
On 06/26/2014 07:36 AM, Peter Krempa wrote: > This command allows to change the backing file name recorded in the > metadata of a qcow (or other) image. The capability also notifies that > the "block-stream" and "block-commit" commands understand the > "backing-file" attribute. > --- > src/qemu/qe

Re: [libvirt] [PATCH v4 0/5] Another version of active commit

2014-07-01 Thread Eric Blake
On 06/23/2014 05:30 PM, Eric Blake wrote: > Rebased to latest libvirt.git, and still waiting on Jeff's qemu > patches to go into qemu.git before I can push any of these, > https://lists.gnu.org/archive/html/qemu-devel/2014-06/msg04060.html > but reposting because of a feature Adam had been requesti

Re: [libvirt] RFC: 'old' event for leaseshelper.c when lease renews

2014-07-01 Thread Nehal J Wani
> I cleared some more queries regarding leasesfile-ro option. Once can > read the conversation at > http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2014q2/008656.html. > > TL;DR: > (i) We have to change the leasehelper program to honor the event > 'init' and print leases info in dnsmasq le

[libvirt] [PATCH 0/2] (for 1.2.7) network: Bring netdevs online later

2014-07-01 Thread Matthew Rosato
The following patchset introduces code to defer setting netdevs online (and therefore registering MACs) until right before beginning guest CPU execution. The first patch introduces some infrastructure changes in preparation of the actual function added in the 2nd patch. Associated BZ: https://

[libvirt] [PATCH 2/2] network: Bring netdevs online later

2014-07-01 Thread Matthew Rosato
Defer MAC registration until net devices are actually going to be used by the guest. This patch does so by setting the devices online just before starting guest CPUs. Signed-off-by: Matthew Rosato --- src/Makefile.am |1 + src/conf/domain_conf.h |2 ++ src/lxc/lxc_proce

[libvirt] [PATCH 1/2] util: Introduce flags field for macvtap creation

2014-07-01 Thread Matthew Rosato
Currently, there is one flag passed in during macvtap creation (withTap) -- Let's convert this field to an unsigned int flag field for future expansion. Signed-off-by: Matthew Rosato --- src/lxc/lxc_process.c |2 +- src/qemu/qemu_command.c |3 ++- src/util/virnetdevmacvlan.c |

Re: [libvirt] [PATCH] libxl: don't break the build on Xen>=4.5 because of libxl_vcpu_setaffinity()

2014-07-01 Thread Jim Fehlig
Dario Faggioli wrote: > Just thinking out loud here but, if we did not get the push failure, > when would have we discovered this? > Good question. I could have been days (or even weeks) before I stumbled across it. ATM, I don't have any automated builds of libvirt.git master against xen.git

Re: [libvirt] new openvz driver (bossonvz)

2014-07-01 Thread Pavel Emelyanov
On 07/01/2014 07:43 PM, Dmitry Mishin wrote: > Pavel and James to CC > > On 30/06/14 17:39, "Daniel Veillard" wrote: > >> On Mon, Jun 30, 2014 at 10:31:26AM +0100, Daniel P. Berrange wrote: >>> On Fri, Jun 27, 2014 at 03:16:51PM +0200, Bosson VZ wrote: >> [...] >>> - What do you see as the long

Re: [libvirt] [PATCH for 1.2.6] qemu: copy: Accept 'format' parameter when copying to a non-existing img

2014-07-01 Thread Peter Krempa
On 07/01/14 17:42, Eric Blake wrote: > On 07/01/2014 09:31 AM, Peter Krempa wrote: >> We have the following matrix of possible arguments handled by the logic >> statement touched by this patch: >>| flags & _REUSE_EXT | !(flags & _REUSE_EXT) >> ---++--

Re: [libvirt] new openvz driver (bossonvz)

2014-07-01 Thread Dmitry Mishin
Pavel and James to CC On 30/06/14 17:39, "Daniel Veillard" wrote: >On Mon, Jun 30, 2014 at 10:31:26AM +0100, Daniel P. Berrange wrote: >> On Fri, Jun 27, 2014 at 03:16:51PM +0200, Bosson VZ wrote: >[...] >> - What do you see as the long term future of the driver ? I've >>already asked wheth

Re: [libvirt] [PATCH for 1.2.6] qemu: copy: Accept 'format' parameter when copying to a non-existing img

2014-07-01 Thread Eric Blake
On 07/01/2014 09:31 AM, Peter Krempa wrote: > We have the following matrix of possible arguments handled by the logic > statement touched by this patch: >| flags & _REUSE_EXT | !(flags & _REUSE_EXT) > ---++-- > format| (1)| (2) >

Re: [libvirt] [PATCH 0/2] Gluster: tweak two small issues

2014-07-01 Thread Peter Krempa
On 07/01/14 17:22, Ján Tomko wrote: > On 07/01/2014 04:57 PM, Peter Krempa wrote: >> Peter Krempa (2): >> conf: storage: Add volume feature formatter for gluster pools >> storage: gluster: Fix header reader function >> >> src/conf/storage_conf.c | 2 ++ >> src/storage/storage_bac

Re: [libvirt] odd message from latest libvirt.git

2014-07-01 Thread Eric Blake
On 07/01/2014 09:14 AM, Ján Tomko wrote: > On 07/01/2014 05:10 PM, Eric Blake wrote: >> On 07/01/2014 01:51 AM, Ján Tomko wrote: >>> On 07/01/2014 06:29 AM, Eric Blake wrote: # ./run daemon/libvirtd 2014-07-01 04:27:19.913+: 1160: info : libvirt version: 1.2.6 2014-07-01 04:27:19

Re: [libvirt] [PATCH v1.2.[1-5]-maint] qemu: blockcopy: Don't remove existing disk mirror info

2014-07-01 Thread Eric Blake
On 06/26/2014 07:51 AM, Eric Blake wrote: > From: Peter Krempa > > When creating a new disk mirror the new struct is stored in a separate > variable until everything went well. The removed hunk would actually > remove existing mirror information for example when the api would be run > if a mirror

[libvirt] [PATCH for 1.2.6] qemu: copy: Accept 'format' parameter when copying to a non-existing img

2014-07-01 Thread Peter Krempa
We have the following matrix of possible arguments handled by the logic statement touched by this patch: | flags & _REUSE_EXT | !(flags & _REUSE_EXT) ---++-- format| (1)| (2) ---++-- !for

Re: [libvirt] [PATCH v2 for 1.2.6] build: link libvirt_conf with libxml

2014-07-01 Thread Ján Tomko
On 07/01/2014 05:09 PM, Martin Kletzander wrote: > Since there is code using functions from the libxml library, > libvirt_conf should have that in LIBADD so it can be linked against > even without libvirt_util (which usually deals with the error itself, > since libvirt_util has libxml in LIBADD).

Re: [libvirt] [PATCH 0/2] Gluster: tweak two small issues

2014-07-01 Thread Ján Tomko
On 07/01/2014 04:57 PM, Peter Krempa wrote: > Peter Krempa (2): > conf: storage: Add volume feature formatter for gluster pools > storage: gluster: Fix header reader function > > src/conf/storage_conf.c | 2 ++ > src/storage/storage_backend_gluster.c | 2 +- > 2 files changed, 3

Re: [libvirt] odd message from latest libvirt.git

2014-07-01 Thread Ján Tomko
On 07/01/2014 05:10 PM, Eric Blake wrote: > On 07/01/2014 01:51 AM, Ján Tomko wrote: >> On 07/01/2014 06:29 AM, Eric Blake wrote: >>> # ./run daemon/libvirtd >>> 2014-07-01 04:27:19.913+: 1160: info : libvirt version: 1.2.6 >>> 2014-07-01 04:27:19.913+: 1160: error : virFileReadAll:1297 : F

Re: [libvirt] odd message from latest libvirt.git

2014-07-01 Thread Eric Blake
On 07/01/2014 01:51 AM, Ján Tomko wrote: > On 07/01/2014 06:29 AM, Eric Blake wrote: >> # ./run daemon/libvirtd >> 2014-07-01 04:27:19.913+: 1160: info : libvirt version: 1.2.6 >> 2014-07-01 04:27:19.913+: 1160: error : virFileReadAll:1297 : Failed >> to read file '/sys/class/net/wlp3s0/spe

[libvirt] [PATCH v2 for 1.2.6] build: link libvirt_conf with libxml

2014-07-01 Thread Martin Kletzander
Since there is code using functions from the libxml library, libvirt_conf should have that in LIBADD so it can be linked against even without libvirt_util (which usually deals with the error itself, since libvirt_util has libxml in LIBADD). The same applies to storage_backend.c. Signed-off-by: Ma

[libvirt] [PATCH 1/2] conf: storage: Add volume feature formatter for gluster pools

2014-07-01 Thread Peter Krempa
Libvirt didn't output feature flags for images stored on native gluster. Fix this trivially by adding a feature formatter callback. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1095035 --- src/conf/storage_conf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/conf/storage_conf

[libvirt] [PATCH 2/2] storage: gluster: Fix header reader function

2014-07-01 Thread Peter Krempa
Advance the right pointer to actually append to the buffer. We were lucky that all reads were completed in one try. --- src/storage/storage_backend_gluster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/storage_backend_gluster.c b/src/storage/storage_backend_glu

[libvirt] [PATCH 0/2] Gluster: tweak two small issues

2014-07-01 Thread Peter Krempa
Peter Krempa (2): conf: storage: Add volume feature formatter for gluster pools storage: gluster: Fix header reader function src/conf/storage_conf.c | 2 ++ src/storage/storage_backend_gluster.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) -- 1.9.3 -- libvir-list m

Re: [libvirt] new openvz driver (bossonvz)

2014-07-01 Thread Bosson VZ
Hello Daniel, I have started working on Bossonvz slightly more than a year ago. As far as I remember, back then I wanted to base my work on top of the existing Openvz libvirt driver but I was dissappointed by the state of the driver. Our goal was to have a driver that supports online migration

Re: [libvirt] [PATCH 0/4] Report less errors

2014-07-01 Thread Ján Tomko
On 07/01/2014 04:15 PM, Michal Privoznik wrote: > On 30.06.2014 15:37, Ján Tomko wrote: >> Some are distracting and not really helpful. >> >> Ján Tomko (4): >>Track privileged state in udev nodedev driver >>Only detect PCI Express devices as root in udev nodedev driver >>Introduce virFi

Re: [libvirt] securityselinuxlabeltest test fails on v1.2.5

2014-07-01 Thread Michal Privoznik
On 30.06.2014 21:46, Scott Sullivan wrote: On 06/26/2014 05:36 PM, Eric Blake wrote: On 06/26/2014 09:38 AM, Scott Sullivan wrote: On 06/26/2014 10:09 AM, Ján Tomko wrote: On 06/26/2014 03:56 PM, Scott Sullivan wrote: 1) Labelling "disks" ...

Re: [libvirt] [PATCH for 1.2.6] vboxsnapshotxmltest: Don't write to a file in abs_srcdir

2014-07-01 Thread Martin Kletzander
On Tue, Jul 01, 2014 at 03:28:49PM +0200, Michal Privoznik wrote: In the test, the snapshot XML is written into a file that's located under: abs_srcdir/vboxsnapshotxmldata/testResult.vbox However, the abs_srcdir doesn't have to be necessarily writable. It should have been abs_builddir instead.

Re: [libvirt] [PATCH 0/4] Report less errors

2014-07-01 Thread Michal Privoznik
On 30.06.2014 15:37, Ján Tomko wrote: Some are distracting and not really helpful. Ján Tomko (4): Track privileged state in udev nodedev driver Only detect PCI Express devices as root in udev nodedev driver Introduce virFileReadAllQuiet Report one error less when getting net dev spee

Re: [libvirt] [PATCH 2/4] Only detect PCI Express devices as root in udev nodedev driver

2014-07-01 Thread Michal Privoznik
On 30.06.2014 15:38, Ján Tomko wrote: This stops the error message spam when running unprivileged libvirtd: 2014-06-30 12:38:47.990+: 631: error : virPCIDeviceConfigOpen:300 : Failed to open config space file '/sys/bus/pci/devices/:00:00.0/config': Permission denied Reported by Daniel Be

Re: [libvirt] [PATCH 4/4] Report one error less when getting net dev speed

2014-07-01 Thread Michal Privoznik
On 30.06.2014 15:38, Ján Tomko wrote: virFileReadAll already logs an error. If reading the 'speed' file fails with EINVAL, we log an error even though we ignore it. If it fails with other errors, we log two errors. Use virFileReadAllQuiet - ignore EINVAL and report just one error in other cases.

[libvirt] [PATCH for 1.2.6] vboxsnapshotxmltest: Don't write to a file in abs_srcdir

2014-07-01 Thread Michal Privoznik
In the test, the snapshot XML is written into a file that's located under: abs_srcdir/vboxsnapshotxmldata/testResult.vbox However, the abs_srcdir doesn't have to be necessarily writable. It should have been abs_builddir instead. Moreover, the label in the func creating the file is called 'fail'

Re: [libvirt] [PATCH 0/4] Report less errors

2014-07-01 Thread Ján Tomko
On 06/30/2014 03:37 PM, Ján Tomko wrote: > Some are distracting and not really helpful. > > Ján Tomko (4): > Track privileged state in udev nodedev driver > Only detect PCI Express devices as root in udev nodedev driver > Introduce virFileReadAllQuiet > Report one error less when getting n

Re: [libvirt] libnuma build failure [was: securityselinuxlabeltest test fails on v1.2.5]

2014-07-01 Thread Scott Sullivan
On 06/30/2014 05:26 PM, Eric Blake wrote: On 06/30/2014 01:46 PM, Scott Sullivan wrote: I've tested the v1.2.6-rc2 git tag, im getting this build error: CC util/libvirt_util_la-virnuma.lo util/virnuma.c: In function 'virNumaNodeIsAvailable': util/virnuma.c:428: error: 'numa_nodes_ptr' un

Re: [libvirt] run domain in paused state

2014-07-01 Thread Vasiliy Tolstov
Thanks all, i'm find needed flag. 2014-07-01 17:01 GMT+04:00 Vasiliy Tolstov : > Hi all. I need to construct domain, run it in paused state , attach > some devices and unpause it. > How can i do that in libvirt api (i'm use ruby). > As i see virsh have start --paused option, but how can i specify

[libvirt] run domain in paused state

2014-07-01 Thread Vasiliy Tolstov
Hi all. I need to construct domain, run it in paused state , attach some devices and unpause it. How can i do that in libvirt api (i'm use ruby). As i see virsh have start --paused option, but how can i specify state in domain xml? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@self

Re: [libvirt] [PATCH for 1.2.6] securityselinuxlabeltest: Don't create dummy file in the srcdir

2014-07-01 Thread Ján Tomko
On 07/01/2014 02:58 PM, Michal Privoznik wrote: > At the very beginning of the test we check if the underlying > filesystem supports extended attributes as they are used to store fake > SELinux labels. In order to check that, a dummy file is created and > semi-random attribute is set. However, the

[libvirt] [PATCH for 1.2.6] securityselinuxlabeltest: Don't create dummy file in the srcdir

2014-07-01 Thread Michal Privoznik
At the very beginning of the test we check if the underlying filesystem supports extended attributes as they are used to store fake SELinux labels. In order to check that, a dummy file is created and semi-random attribute is set. However, the file is created under: abs_srcdir "/securityselinuxla

Re: [libvirt] new openvz driver (bossonvz)

2014-07-01 Thread Daniel Veillard
Hi David, I think it's worth checking also if the technical approach used by thr driver will be compatible with current and future versions, not sure how much Parallels want to certify their current API/ABI kernel wise. Historically libvirt was started because we had similar issues with Xen at

Re: [libvirt] Facing problems in running QEMU guest agents in Windows 2008 guest machine.

2014-07-01 Thread Puneet Bakshi
Can somebody point me to the working way of installing quemu guest agents in Windows 2008 guest machine? Regards, ~Puneet On Tue, Jul 1, 2014 at 3:57 PM, Puneet Bakshi wrote: > Hi, > > I have a CenOS host machine running KVM and a Windows 2008 guest machine. > I am able to run "qemu-monitor-co

Re: [libvirt] Facing problems in running QEMU guest agents in Windows 2008 guest machine.

2014-07-01 Thread Claudio Bley
At Tue, 1 Jul 2014 15:57:07 +0530, Puneet Bakshi wrote: > > Hi, > > I have a CenOS host machine running KVM and a Windows 2008 guest machine. I > am able to run "qemu-monitor-command" but not "qemu-agent-command". > > > [root@sdsr720-14 Windows_ISO]# virsh qemu-monitor-command --hmp vm_win_05 >

Re: [libvirt] new openvz driver (bossonvz)

2014-07-01 Thread Bosson VZ
Helo Daniel, thanks for the initial tips. I have submitted a new (more personal) email so within a few days all should be settled. To the feedback. I did not expect anything less than a request for a batch of smaller git patches. My first post here was merely to raise some public awareness of

Re: [libvirt] [PATCH] virsh: enable list inactive domain when using 'list --[no-]autostart

2014-07-01 Thread Daniel P. Berrange
On Tue, Jul 01, 2014 at 06:33:22PM +0800, Chen Hanxiao wrote: > This patch could let us know which domains are marked > as [no]autostart without starting them. If you want to see inative guests use the --all or --nactive flags. There's no need to overload --autostart/--no-autostart to imply the --

[libvirt] [PATCH] virsh: enable list inactive domain when using 'list --[no-]autostart

2014-07-01 Thread Chen Hanxiao
This patch could let us know which domains are marked as [no]autostart without starting them. Signed-off-by: Chen Hanxiao --- tools/virsh-domain-monitor.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/virsh-domain-monitor.c b/tools/virsh-domain-monitor.c index 8

[libvirt] Facing problems in running QEMU guest agents in Windows 2008 guest machine.

2014-07-01 Thread Puneet Bakshi
Hi, I have a CenOS host machine running KVM and a Windows 2008 guest machine. I am able to run "qemu-monitor-command" but not "qemu-agent-command". [root@sdsr720-14 Windows_ISO]# virsh qemu-monitor-command --hmp vm_win_05 'info network' Devices not on any VLAN: hostnet0: fd=23 peer=net0 net0

[libvirt] [PATCH] virsh: Allow attach-disk to specify disk target bus

2014-07-01 Thread Yanbing Du
From: Yanbing Du By default, the bus type is inferred from the style of the device name('target' in this command), e.g. a device named 'sda' will typically be exported using a SCSI bus. Actually, not only SCSI bus, but USB/SATA bus also use this kind of device name. So add '--bus' option for atta

Re: [libvirt] libnuma build failure [was: securityselinuxlabeltest test fails on v1.2.5]

2014-07-01 Thread Martin Kletzander
On Mon, Jun 30, 2014 at 03:26:07PM -0600, Eric Blake wrote: On 06/30/2014 01:46 PM, Scott Sullivan wrote: I've tested the v1.2.6-rc2 git tag, im getting this build error: CC util/libvirt_util_la-virnuma.lo util/virnuma.c: In function 'virNumaNodeIsAvailable': util/virnuma.c:428: error: 'n

Re: [libvirt] [RFC][scale] new API for querying domains stats

2014-07-01 Thread Michal Privoznik
On 01.07.2014 11:33, Daniel P. Berrange wrote: On Tue, Jul 01, 2014 at 11:19:04AM +0200, Michal Privoznik wrote: On 01.07.2014 09:09, Francesco Romani wrote: Hi everyone, I'd like to discuss possible APIs and plans for new query APIs in libvirt. I'm one of the oVirt (http://www.ovirt.org) dev

Re: [libvirt] [RFC][scale] new API for querying domains stats

2014-07-01 Thread Daniel P. Berrange
On Tue, Jul 01, 2014 at 11:19:04AM +0200, Michal Privoznik wrote: > On 01.07.2014 09:09, Francesco Romani wrote: > >Hi everyone, > > > >I'd like to discuss possible APIs and plans for new query APIs in libvirt. > > > >I'm one of the oVirt (http://www.ovirt.org) developers, and I write code for > >

Re: [libvirt] [RFC][scale] new API for querying domains stats

2014-07-01 Thread Michal Privoznik
On 01.07.2014 09:09, Francesco Romani wrote: Hi everyone, I'd like to discuss possible APIs and plans for new query APIs in libvirt. I'm one of the oVirt (http://www.ovirt.org) developers, and I write code for VDSM; VDSM is the node management daemon, which is in charge, among many other thin

Re: [libvirt] [PATCH] libxl: don't break the build on Xen>=4.5 because of libxl_vcpu_setaffinity()

2014-07-01 Thread Dario Faggioli
On mar, 2014-07-01 at 09:01 +0100, Ian Campbell wrote: > On Tue, 2014-07-01 at 08:52 +0200, Dario Faggioli wrote: > > On lun, 2014-06-30 at 15:32 -0600, Jim Fehlig wrote: > > > Eric Blake wrote: > > > > > > >> Thanks, looks good. I was about to push, but wanted to check with > > > >> othe

Re: [libvirt] [RFC][scale] new API for querying domains stats

2014-07-01 Thread Daniel P. Berrange
On Tue, Jul 01, 2014 at 03:09:13AM -0400, Francesco Romani wrote: > Hi everyone, > > I'd like to discuss possible APIs and plans for new query APIs in libvirt. > > I'm one of the oVirt (http://www.ovirt.org) developers, and I write code for > VDSM; > VDSM is the node management daemon, which is

Re: [libvirt] [PATCH] qemu: raise an error when trying to use readonly ide disks

2014-07-01 Thread Martin Kletzander
On Tue, Jul 01, 2014 at 09:40:00AM +0200, Giuseppe Scrivano wrote: Martin Kletzander writes: If the user updates from QEMU without DRIVE_READONLY to newer one, that supports that flag, than XML with readonly IDE HDD will stop working even though it worked before the update *as requested*. Tha

Re: [libvirt] [PATCHv4 29/29] qemu: snapshot: Use storage driver to pre-create snapshot file

2014-07-01 Thread Peter Krempa
On 06/30/14 17:20, Peter Krempa wrote: > Move the last operation done on local files to the storage driver API. > --- > src/qemu/qemu_driver.c | 16 +++- > 1 file changed, 7 insertions(+), 9 deletions(-) > > diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c > index 281c648.

Re: [libvirt] [PATCH] libxl: don't break the build on Xen>=4.5 because of libxl_vcpu_setaffinity()

2014-07-01 Thread Ian Campbell
On Tue, 2014-07-01 at 08:52 +0200, Dario Faggioli wrote: > On lun, 2014-06-30 at 15:32 -0600, Jim Fehlig wrote: > > Eric Blake wrote: > > > > >> Thanks, looks good. I was about to push, but wanted to check with other > > >> libvirt devs first since we are in 1.2.6 freeze. Would it be fine

[libvirt] [PATCH] libxl: Implement basic video device selection

2014-07-01 Thread Stefan Bader
being as bad with timely responses. Ok, so how about the following? One note: it could be the STRDUP's are not strictly needed. But to me it felt wrong to have two places refer to the same strings (as MakeVFB copies the struct containing the pointers). If this is not needed, then all changes now i

Re: [libvirt] odd message from latest libvirt.git

2014-07-01 Thread Ján Tomko
On 07/01/2014 06:29 AM, Eric Blake wrote: > # ./run daemon/libvirtd > 2014-07-01 04:27:19.913+: 1160: info : libvirt version: 1.2.6 > 2014-07-01 04:27:19.913+: 1160: error : virFileReadAll:1297 : Failed > to read file '/sys/class/net/wlp3s0/speed': Invalid argument > > This is probably a k

Re: [libvirt] [PATCH] qemu: raise an error when trying to use readonly ide disks

2014-07-01 Thread Giuseppe Scrivano
Martin Kletzander writes: > If the user updates from QEMU without DRIVE_READONLY to newer one, > that supports that flag, than XML with readonly IDE HDD will stop > working even though it worked before the update *as requested*. That > readonly flag does not reflect how the disk is exposed in th

[libvirt] [RFC][scale] new API for querying domains stats

2014-07-01 Thread Francesco Romani
Hi everyone, I'd like to discuss possible APIs and plans for new query APIs in libvirt. I'm one of the oVirt (http://www.ovirt.org) developers, and I write code for VDSM; VDSM is the node management daemon, which is in charge, among many other things, to gather the host and statistics per Domai