Re: [libvirt] [PATCH] Block info query: Add flag to allow failure if not active

2013-12-19 Thread Federico Simoncelli
- Original Message - From: Daniel P. Berrange berra...@redhat.com To: John Ferlan jfer...@redhat.com Cc: libvir-list@redhat.com Sent: Wednesday, December 18, 2013 3:57:22 PM Subject: Re: [libvirt] [PATCH] Block info query: Add flag to allow failure if not active On Wed, Dec 18,

[libvirt] [PATCH] bridge: add the firewalld zone support

2013-04-11 Thread Federico Simoncelli
or disabling connections to certain services located on the host. The firewalld events (e.g. restart, reload) are managed with the preexisting infrastructure that is already in place to reinstate the general iptables rules. Signed-off-by: Federico Simoncelli fsimo...@redhat.com --- docs

[libvirt] [PATCH] python: Initialize new_params in virDomainSetSchedulerParameters

2012-09-11 Thread Federico Simoncelli
The new_params variable must be initialized in case the virDomainGetSchedulerParameters call fails and we hit the cleanup section before actually allocating the new parameters. Signed-off-by: Federico Simoncelli fsimo...@redhat.com --- python/libvirt-override.c |2 +- 1 files changed, 1

Re: [libvirt] [PATCHv2 08/15] blockjob: expose qemu commands for mirrored storage migration

2012-04-06 Thread Federico Simoncelli
- Original Message - From: Eric Blake ebl...@redhat.com To: libvir-list@redhat.com Cc: pbonz...@redhat.com, fsimo...@redhat.com Sent: Friday, April 6, 2012 6:36:54 AM Subject: [PATCHv2 08/15] blockjob: expose qemu commands for mirrored storage migration The new block copy storage

Re: [libvirt] [vdsm] oVirt Live Snapshots

2012-02-02 Thread Federico Simoncelli
- Original Message - From: Shu Ming shum...@linux.vnet.ibm.com To: Federico Simoncelli fsimo...@redhat.com Cc: qemu-de...@nongnu.org, libvir-list@redhat.com, VDSM Project Development vdsm-de...@lists.fedorahosted.org, Dave Allan dal...@redhat.com, Eric Blake ebl...@redhat.com Sent

[libvirt] oVirt Live Snapshots

2012-01-30 Thread Federico Simoncelli
Hi, oVirt, and more specifically VDSM, is currently implementing the live snapshot feature using the API/commands provided by libvirt and qemu. It would be great if you could review the design and the current open issues at: http://ovirt.org/wiki/Live_Snapshots Thank you, -- Federico --

Re: [libvirt] [PATCH 1/4] virDomainIOError public API and remote protocol

2012-01-24 Thread Federico Simoncelli
- Original Message - From: Jiri Denemark jdene...@redhat.com To: libvir-list@redhat.com Sent: Monday, January 23, 2012 2:30:54 PM Subject: [libvirt] [PATCH 1/4] virDomainIOError public API and remote protocol We already provide ways to detect when a domain has been paused as a

Re: [libvirt] [PATCH] BlockJob: Support sync/async virDomainBlockJobAbort

2012-01-18 Thread Federico Simoncelli
- Original Message - From: Adam Litke a...@us.ibm.com To: Dave Allan dal...@redhat.com Cc: libvir-list@redhat.com Sent: Friday, January 13, 2012 9:51:23 PM Subject: [libvirt] [PATCH] BlockJob: Support sync/async virDomainBlockJobAbort Qemu has changed the semantics of the

[libvirt] [PATCH] sanlock: avoid lockspace setup when auto_disk_lease is off

2011-07-08 Thread Federico Simoncelli
When auto_disk_lease is off we should avoid the automatic lockspace creation. Signed-off-by: Federico Simoncelli fsimo...@redhat.com --- src/locking/lock_driver_sanlock.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/locking/lock_driver_sanlock.c b/src

Re: [libvirt] [PATCH 3/6] Introduce virDomainGetControlInfo API

2011-06-09 Thread Federico Simoncelli
Hi Jiri, I don't see the libvirt_virDomainGetControlInfo implementation in libvirt-override.c. $ nm -D python/.libs/libvirtmod.so | grep virDomainGetControlInfo (empty) Is the python binding postponed to a future patch? -- Federico On Tue, Jun 7, 2011 at 3:01 PM, Jiri Denemark

Re: [libvirt] [PATCH] qemu: allow blkstat/blkinfo calls during migration

2011-05-13 Thread Federico Simoncelli
- Original Message - From: Eric Blake ebl...@redhat.com To: Federico Simoncelli fsimo...@redhat.com Cc: libvir-list@redhat.com Sent: Friday, May 13, 2011 1:38:45 AM Subject: Re: [PATCH] qemu: allow blkstat/blkinfo calls during migration On 05/11/2011 07:26 AM, Federico Simoncelli

[libvirt] [PATCH] qemu: allow blkstat/blkinfo calls during migration

2011-05-13 Thread Federico Simoncelli
Originally most of libvirt domain-specific calls were blocking during a migration. A new mechanism to allow specific calls (blkstat/blkinfo) to be executed in such condition has been implemented. In the long term it'd be desirable to get a more general solution to mark further APIs as migration

Re: [libvirt] [PATCH] qemu: allow blkstat/blkinfo calls during migration

2011-05-11 Thread Federico Simoncelli
a0ca40ce07f6c54901aac4e32bcfd573980bd38f Author: Federico Simoncelli fsimo...@redhat.com Date: Tue May 10 11:36:48 2011 +0100 qemu: allow blkstat/blkinfo calls during migration Originally most of libvirt domain-specific calls were blocking during a migration. A new mechanism to allow

[libvirt] [PATCH] qemu: allow blkstat/blkinfo calls during migration

2011-05-11 Thread Federico Simoncelli
Originally most of libvirt domain-specific calls were blocking during a migration. A new mechanism to allow specific calls (blkstat/blkinfo) to be executed in such condition has been implemented. In the long term it'd be desirable to get a more general solution to mark further APIs as migration

[libvirt] [PATCH] qemu: allow blkstat/blkinfo calls during migration

2011-05-10 Thread Federico Simoncelli
References: - https://www.redhat.com/archives/libvir-list/2011-May/msg00210.html - https://www.redhat.com/archives/libvir-list/2011-May/msg00287.html --- src/qemu/qemu_domain.c|6 +++ src/qemu/qemu_domain.h|7 src/qemu/qemu_driver.c| 86

[libvirt] [PATCH] Fixing issues in re-detection of transient VMs

2009-06-23 Thread Federico Simoncelli
(instead of running). https://bugzilla.redhat.com/show_bug.cgi?id=507537 Summary: Destroying a transient re-detected domain leaves the domain defined (instead of completely remove it). Patches in attachment (and available in the bug report). -- Federico Simoncelli. libvirt-0.6.5-save-status

[libvirt] Latest kvm packages for CentOS 5.3

2009-06-10 Thread Federico Simoncelli
Hi all, I've been working quite extensively with kvm on CentOS 5.3 lately. If you are interested in the latest rpm of kvm-kmod-2.6.30-rc8, qemu-kvm-0.10.5 and libvirt-0.6.4 you can temporary find them here: http://update.nethesis.it/kvm/ I've had no problem so far using these packages. Feedback