[libvirt] Release of libvirt-1.2.2

2014-03-02 Thread Daniel Veillard
As planned I have tagged libvirt-1.2.2 in git and it seem the git tree finally updated despite the horrible network I get in china ATM, the tarballs may finally arrive at some time too at the usual place after working around the local infrastructure flaws... : ftp://libvirt.org/libvirt/ I am

[libvirt] [PATCH v4 2/3] add qemu support to virDomainCoreDumpWithFormat API

2014-03-02 Thread qiaonuohan
This patch makes qemu driver supprot virDomainCoreDumpWithFormat API. --- src/qemu/qemu_driver.c | 45 +++- src/qemu/qemu_monitor.c | 7 --- src/qemu/qemu_monitor.h | 3 ++- src/qemu/qemu_monitor_json.c | 4 +++-

[libvirt] [PATCH v4 1/3] add new virDomainCoreDumpWithFormat API

2014-03-02 Thread qiaonuohan
--memory-only option is introduced without compression supported. Therefore, this is a freature regression of virsh dump. Now qemu has support dumping memory in kdump-compressed format. This patch is adding new virDomainCoreDumpWithFormat API, so that the format in which qemu dump domain's memory

[libvirt] [PATCH v4 3/3] allow virsh dump --memory-only specify dump format

2014-03-02 Thread qiaonuohan
This patch is used to add --compress and [--compression-format] string to virsh dump --memory-only. And virsh dump --memory-only is going be implemented by new virDomainCoreDumpWithFormat API. Signed-off-by: Qiao Nuohan qiaonuo...@cn.fujitsu.com --- tools/virsh-domain.c | 45

[libvirt] [PATCH v4 0/3] support dumping guest memory in compressed format

2014-03-02 Thread qiaonuohan
dumping guest's memroy is introduced without compression supported, and this is a freature regression of 'virsh dump --memory-only'. This patchset is used to add support in libvirt side to make qemu dump guest's memory in kdump-compressed format and please refer the following address to see

[libvirt] [PATCH 2/3] nwfilter: Display the pcap errror message

2014-03-02 Thread Stefan Berger
From: Stefan Berger stef...@linux.vnet.ibm.com Display the pcap error message in the log. Signed-off-by: Stefan Berger stef...@linux.vnet.ibm.com --- src/nwfilter/nwfilter_dhcpsnoop.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/nwfilter/nwfilter_dhcpsnoop.c

[libvirt] [PATCH 3/3] nwfilter: Increase buffer size for libpcap

2014-03-02 Thread Stefan Berger
From: Stefan Berger stef...@linux.vnet.ibm.com Libpcap 1.5 requires a larger buffer than previous pcap versions. Adjust the size of the buffer to 128kb. This patch should address symptoms in BZ 1071181 and BZ 731059 Signed-off-by: Stefan Berger stef...@linux.vnet.ibm.com ---

[libvirt] [PATCH 1/3] nwfilter: Cap the poll timeout in the DHCP Snooping code

2014-03-02 Thread Stefan Berger
From: Stefan Berger stef...@linux.vnet.ibm.com Cap the poll timeout in the DHCP Snooping code to a max. of 10 seconds to not hold up the libvirt shutdown longer than this. Signed-off-by: Stefan Berger stef...@linux.vnet.ibm.com --- src/nwfilter/nwfilter_dhcpsnoop.c | 5 + 1 file changed, 5

[libvirt] [PATCH 0/3] nwfilter: Fix some issues in DHCP Snooping code

2014-03-02 Thread Stefan Berger
The following 3 patches fix some issues in the DHCP Snooping code. Stefan Berger (3): nwfilter: Cap the poll timeout in the DHCP Snooping code nwfilter: Display the pcap errror message nwfilter: Increase buffer size for libpcap src/nwfilter/nwfilter_dhcpsnoop.c | 16 +--- 1