Re: [libvirt] [PATCH] conf: improve the comments for "xmlopt"

2014-10-13 Thread Eric Blake
On 10/11/2014 12:09 AM, Wang Rui wrote: > Signed-off-by: Wang Rui > --- > src/conf/domain_conf.c | 2 ++ > 1 file changed, 2 insertions(+) ACK and pushed. -- Eric Blake eblake redhat com+1-919-301-3266 Libvirt virtualization library http://libvirt.org signature.asc Description: OpenPG

Re: [libvirt] libvirt internal snapshots incremental or not.

2014-10-13 Thread Eric Blake
On 10/13/2014 04:39 AM, Sijo Jose wrote: > Hi, > Is libvirt internal snapshots are incremental or not..? > Consider the example, > There are 3 snapshots, created respectively snp1 first, > after some changes snp2, again after some changes snp3. > > Question, > 1.Is there any dependency that is ...

Re: [libvirt] libvirt internal snapshots incremental or not.

2014-10-13 Thread Cole Robinson
On 10/13/2014 12:39 PM, Sijo Jose wrote: > Hi, > Is libvirt internal snapshots are incremental or not..? > Consider the example, > There are 3 snapshots, created respectively snp1 first, > after some changes snp2, again after some changes snp3. > > Question, > 1.Is there any dependency that is ..

[libvirt] [PATCHv2 2/2] qemu: change macvtap multicast list in response to NIC_RX_FILTER_CHANGED

2014-10-13 Thread akrowiak
From: Tony Krowiak This patch adds functionality to processNicRxFilterChangedEvent(). The old and new multicast lists are compared and the filters in the macvtap are programmed to match the guest's filters. Signed-off-by: Tony Krowiak --- src/qemu/qemu_driver.c | 150 +

[libvirt] [PATCHv2 1/2] util: Functions to update host network device's multicast filter

2014-10-13 Thread akrowiak
From: Tony Krowiak This patch provides the utility functions to needed to synchronize the changes made to a guest domain network device's multicast filter with the corresponding macvtap device's filter on the host: * Get/add/remove multicast MAC addresses * Get the macvtap device's RX filter lis

[libvirt] libvirt internal snapshots incremental or not.

2014-10-13 Thread Sijo Jose
Hi, Is libvirt internal snapshots are incremental or not..? Consider the example, There are 3 snapshots, created respectively snp1 first, after some changes snp2, again after some changes snp3. Question, 1.Is there any dependency that is ...snp2 depended upon snp1 and snp3 depended upon snp2 OR sn