Re: [libvirt] [PATCH 0/3] Fixes for issues caused by IOThreads

2014-09-16 Thread shyu
fixes. I confirm that patch 1 fixes the regression in starting my dummy transient domain. ACK series. -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list -- Regards shyu -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com

[libvirt] [PATCH] Fix snapshot-create-as in man page

2014-03-28 Thread shyu
Fix bug https://bugzilla.redhat.com/show_bug.cgi?id=1080859 about snapshot type in man page. Snapshot type should be no, internal, or external --- tools/virsh.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index 20352cb..ba2da20 100644

Re: [libvirt] [PATCH] Fix memory leak when lookup pool list with invalid type option

2014-02-24 Thread shyu
- Original Message - | From: Martin Kletzander mklet...@redhat.com | To: shyu s...@redhat.com | Cc: libvir-list@redhat.com | Sent: Monday, February 24, 2014 4:48:01 PM | Subject: Re: [libvirt] [PATCH] Fix memory leak when lookup pool list with invalid type option | | On Mon, Feb 24

[libvirt] [PATCH] Fix memory leak when lookup pool list with invalid type option

2014-02-23 Thread shyu
with --leak-check=full to see details of leaked memory ==23060== ==23060== For counts of detected and suppressed errors, rerun with: -v ==23060== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 8 from 6) Signed-off-by: shyu s...@redhat.com --- tools/virsh-pool.c |1 + 1 files changed, 1