Re: [libvirt] [PATCH 0/2] support compression with dumping guest memory

Hello, Do you have some comments on this? On 01/21/2014 05:43 PM, qiaonuohan wrote:
--memory-only option is introduced without compression supported. Therefore, this is a freature regression of virsh dump. This patchset is used to add compression support in libvirt side and please refer the following address to see the qemu side, the lastest version of qemu side v7(ready for comment now).
http://lists.gnu.org/archive/html/qemu-devel/2014-01/msg02139.html
qiaonuohan (2): support compression when --memory-only option is specified support configuring the format of dumping memory in qemu.conf
include/libvirt/libvirt.h.in | 18 +++++++++---- src/libvirt.c | 15 +++++++++++ src/qemu/libvirtd_qemu.aug | 1 + src/qemu/qemu.conf | 6 +++++ src/qemu/qemu_conf.c | 2 ++ src/qemu/qemu_conf.h | 1 + src/qemu/qemu_driver.c | 52 +++++++++++++++++++++++++++++++++++--- src/qemu/qemu_monitor.c | 6 ++--- src/qemu/qemu_monitor.h | 3 ++- src/qemu/qemu_monitor_json.c | 4 ++- src/qemu/qemu_monitor_json.h | 3 ++- src/qemu/test_libvirtd_qemu.aug.in | 1 + tests/qemumonitorjsontest.c | 2 +- tools/virsh-domain.c | 29 +++++++++++++++++++++ 14 files changed, 127 insertions(+), 16 deletions(-)
-- Regards Qiao Nuohan

On Tue, Jan 28, 2014 at 02:50:51PM +0800, Qiao Nuohan wrote:
Hello,
Do you have some comments on this?
Hi, I can't find this series in ML, neither in archives, can you resend it, please? It'd be enough to send it to the list(s), I think there is no need to Cc all people more-or-less involved. Thanks, Martin
On 01/21/2014 05:43 PM, qiaonuohan wrote:
--memory-only option is introduced without compression supported. Therefore, this is a freature regression of virsh dump. This patchset is used to add compression support in libvirt side and please refer the following address to see the qemu side, the lastest version of qemu side v7(ready for comment now).
http://lists.gnu.org/archive/html/qemu-devel/2014-01/msg02139.html
qiaonuohan (2): support compression when --memory-only option is specified support configuring the format of dumping memory in qemu.conf
include/libvirt/libvirt.h.in | 18 +++++++++---- src/libvirt.c | 15 +++++++++++ src/qemu/libvirtd_qemu.aug | 1 + src/qemu/qemu.conf | 6 +++++ src/qemu/qemu_conf.c | 2 ++ src/qemu/qemu_conf.h | 1 + src/qemu/qemu_driver.c | 52 +++++++++++++++++++++++++++++++++++--- src/qemu/qemu_monitor.c | 6 ++--- src/qemu/qemu_monitor.h | 3 ++- src/qemu/qemu_monitor_json.c | 4 ++- src/qemu/qemu_monitor_json.h | 3 ++- src/qemu/test_libvirtd_qemu.aug.in | 1 + tests/qemumonitorjsontest.c | 2 +- tools/virsh-domain.c | 29 +++++++++++++++++++++ 14 files changed, 127 insertions(+), 16 deletions(-)
-- Regards Qiao Nuohan

On 01/28/2014 05:45 AM, Martin Kletzander wrote:
On Tue, Jan 28, 2014 at 02:50:51PM +0800, Qiao Nuohan wrote:
Hello,
Do you have some comments on this?
Hi, I can't find this series in ML, neither in archives, can you resend it, please?
It'd be enough to send it to the list(s), I think there is no need to Cc all people more-or-less involved.
I also have to wonder if Red Hat servers are somehow eating mail that you send with 'git send-email', because I am also only seeing mail that you send through your normal email client, but never seeing things you send with 'git send-email', and it is now happening on both qemu and libvirt lists. I don't know what it is about your send-email usage that the servers don't like. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
participants (3)
-
Eric Blake
-
Martin Kletzander
-
Qiao Nuohan