Re: [libvirt] [PATCH 0/5]qemu: add usb-bot scsi controller support

2013-09-03 Thread Guan Nan Ren
- Original Message - From: Daniel P. Berrange berra...@redhat.com To: Guannan Ren g...@redhat.com Cc: libvir-list@redhat.com Sent: Tuesday, September 3, 2013 5:38:08 AM Subject: Re: [libvirt] [PATCH 0/5]qemu: add usb-bot scsi controller support On Mon, Sep 02, 2013 at 05:38:39PM +0800,

Re: [libvirt] [PATCH] Fix crash in virDomainGetVcpuPinInfo python wrapper

2013-09-03 Thread Guan Nan Ren
ACK - Original Message - From: Daniel P. Berrange berra...@redhat.com To: libvir-list@redhat.com Sent: Tuesday, September 3, 2013 11:37:44 AM Subject: [libvirt] [PATCH] Fix crash in virDomainGetVcpuPinInfo python wrapper From: Daniel P. Berrange berra...@redhat.com It is possible to

Re: [libvirt] [PATCH 1/3] virt-xml-validate: add --help/--version option

2013-08-19 Thread Guan Nan Ren
ACK - Original Message - From: Eric Blake ebl...@redhat.com To: libvir-list@redhat.com Sent: Monday, August 19, 2013 6:43:13 PM Subject: [libvirt] [PATCH 1/3] virt-xml-validate: add --help/--version option All good tools should have --help and --version output :) *

Re: [libvirt] [PATCH 1/3] virt-xml-validate: add --help/--version option

2013-08-19 Thread Guan Nan Ren
- Original Message - From: Eric Blake ebl...@redhat.com Cc: libvir-list@redhat.com Sent: Monday, August 19, 2013 6:58:56 PM Subject: Re: [libvirt] [PATCH 1/3] virt-xml-validate: add --help/--version option On 08/19/2013 04:43 PM, Eric Blake wrote: All good tools should have --help and

Re: [libvirt] [PATCH 2/3] virt-xml-validate: add missing schemas

2013-08-19 Thread Guan Nan Ren
ACK - Original Message - From: Eric Blake ebl...@redhat.com To: libvir-list@redhat.com Sent: Monday, August 19, 2013 6:43:14 PM Subject: [libvirt] [PATCH 2/3] virt-xml-validate: add missing schemas We were failing to autoprobe which schema to use for several top-level XML elements. *

Re: [libvirt] [PATCH 3/3] virt-pki-validate: add --help/--version option

2013-08-19 Thread Guan Nan Ren
- Original Message - From: Eric Blake ebl...@redhat.com To: libvir-list@redhat.com Sent: Monday, August 19, 2013 6:43:15 PM Subject: [libvirt] [PATCH 3/3] virt-pki-validate: add --help/--version option Another program gains --help/--version :) * tools/virt-pki-validate.in: Add option

Re: [libvirt] [PATCH] udev: fix crash in libudev logging

2013-06-10 Thread Guan Nan Ren
- Original Message - From: Ján Tomko jto...@redhat.com To: libvir-list@redhat.com Sent: Friday, June 7, 2013 7:20:10 AM Subject: [libvirt] [PATCH] udev: fix crash in libudev logging VIR_ERROR_INT calls virLogMessage(..., const char *fmt, ...). Call virLogVMessage(..., const char *fmt,

Re: [libvirt] [PATCH] interface: list all interfaces with flags == 0

2013-05-21 Thread Guan Nan Ren
Impressive. :) - Original Message - From: Eric Blake ebl...@redhat.com To: Guannan Ren g...@redhat.com Cc: libvir-list@redhat.com Sent: Tuesday, May 21, 2013 10:49:57 PM Subject: Re: [libvirt] [PATCH] interface: list all interfaces with flags == 0 On 05/21/2013 06:49 AM, Guannan Ren

Re: [libvirt] [PATCH] qemu: report useful error failling to destroy domain gracefully

2013-05-17 Thread Guan Nan Ren
Yes, it belongs to system related error rather than libvirt operation related. - Original Message - From: Daniel P. Berrange berra...@redhat.com To: Guannan Ren g...@redhat.com Cc: libvir-list@redhat.com Sent: Friday, May 17, 2013 6:14:56 PM Subject: Re: [libvirt] [PATCH] qemu: report

[libvirt] Should we keep the original vnc behavior even if the underlying qemu changes?

2013-05-01 Thread Guan Nan Ren
Hi Everybody, Since qemu v1.1.0 upstream commit 8cf364, qemu implemented shared-flag handling the default qemu vnc server behavior from mode 'ignore' to 'allow-exclusive'. The direct effect is as follows for libvirt user: vncviwer client: before:

Re: [libvirt] [PATCH v2] Add two NUMA tuning python bindings APIs

2012-01-25 Thread Guan Nan Ren
- Original Message - From: Eric Blake ebl...@redhat.com To: Guan Nan Ren g...@redhat.com Cc: libvir-list@redhat.com Sent: Tuesday, January 24, 2012 8:56:30 PM Subject: Re: [libvirt] [PATCH v2] Add two NUMA tuning python bindings APIs On 01/24/2012 05:07 AM, Guan Nan Ren wrote: static

Re: [libvirt] [PATCH v2] Add two NUMA tuning python bindings APIs

2012-01-24 Thread Guan Nan Ren
Thanks for these comments. I will refactor the loop code, rethink about other codes and make v3 patch. Guannan Ren - Original Message - From: Eric Blake ebl...@redhat.com To: Guannan Ren g...@redhat.com Cc: libvir-list@redhat.com Sent: Saturday, January 21, 2012 11:04:15 PM

Re: [libvirt] [test-API][PATCH 2/2] Fix problem of a logger instance

2012-01-20 Thread Guan Nan Ren
ack Guannan Ren - Original Message - From: Wayne Sun g...@redhat.com To: libvir-list@redhat.com Sent: Friday, January 20, 2012 1:34:14 PM Subject: [libvirt] [test-API][PATCH 2/2] Fix problem of a logger instance --- utils/Python/format.py |2 +- 1 files changed, 1

Re: [libvirt] [test-API][PATCH 1/2] Fix compatibility problem on python 2.4

2012-01-20 Thread Guan Nan Ren
ack The rpartition string methods family is from Python 2.5. Guannan Ren - Original Message - From: Wayne Sun g...@redhat.com To: libvir-list@redhat.com Sent: Friday, January 20, 2012 1:34:13 PM Subject: [libvirt] [test-API][PATCH 1/2] Fix compatibility problem on python 2.4

Re: [libvirt] [PATCH] Add two NUMA tuning python bindings APIs

2012-01-19 Thread Guan Nan Ren
- Original Message - From: Alex Jia a...@redhat.com To: Guan Nan Ren g...@redhat.com Cc: libvir-list@redhat.com Sent: Thursday, January 19, 2012 1:39:58 PM Subject: Re: [libvirt] [PATCH] Add two NUMA tuning python bindings APIs On 01/19/2012 11:29 AM, Alex Jia wrote: On 01/19/2012 09

Re: [libvirt] [PATCH] Add two NUMA tuning python bindings APIs

2012-01-18 Thread Guan Nan Ren
Hi Anybody could give a hand on reviewing this patch, I appreciate it. Chinese New Year is coming, best wishes to this community :) Guannan Ren - Original Message - From: Guannan Ren g...@redhat.com To: libvir-list@redhat.com Sent: Monday, January 16, 2012 6:58:06