Re: [libvirt] libnuma build failure [was: securityselinuxlabeltest test fails on v1.2.5]

2015-04-09 Thread Zhi Yong Wu
Yong Wu -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] error: negative width in bit-field '_gl_verify_error_if_negative' ?

2015-04-01 Thread Zhi Yong Wu
Yong Wu -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] error: negative width in bit-field '_gl_verify_error_if_negative' ?

2015-04-01 Thread Zhi Yong Wu
got fixed, thanks. On Thu, Apr 2, 2015 at 12:16 AM, Eric Blake ebl...@redhat.com wrote: On 04/01/2015 03:38 AM, Zhi Yong Wu wrote: HI, Does anyone hit this issue when compiling libvirt? CCLD libvirt.la CC libvirt_qemu_la-libvirt-qemu.lo CCLD libvirt-qemu.la CC

Re: [libvirt] [RFC PATCH v2 00/12] qemu: add support to hot-plug/unplug cpu device

2015-03-24 Thread Zhi Yong Wu
the cpu model in the XML actually makes sense. Regards, Zhu Peter -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list -- Regards, Zhi Yong Wu -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo

Re: [libvirt] [RFC 0/5] block: File descriptor passing using -open-hook-fd

2012-05-17 Thread Zhi Yong Wu
On Thu, May 17, 2012 at 9:42 PM, Stefan Hajnoczi stefa...@linux.vnet.ibm.com wrote: On Fri, May 04, 2012 at 11:28:47AM +0800, Zhi Yong Wu wrote: On Tue, May 1, 2012 at 11:31 PM, Stefan Hajnoczi stefa...@linux.vnet.ibm.com wrote: Libvirt can take advantage of SELinux to restrict the QEMU

Re: [libvirt] [RFC 0/5] block: File descriptor passing using -open-hook-fd

2012-05-17 Thread Zhi Yong Wu
On Thu, May 17, 2012 at 9:42 PM, Stefan Hajnoczi stefa...@linux.vnet.ibm.com wrote: On Fri, May 04, 2012 at 11:28:47AM +0800, Zhi Yong Wu wrote: On Tue, May 1, 2012 at 11:31 PM, Stefan Hajnoczi stefa...@linux.vnet.ibm.com wrote: Libvirt can take advantage of SELinux to restrict the QEMU

Re: [libvirt] [RFC 0/5] block: File descriptor passing using -open-hook-fd

2012-05-03 Thread Zhi Yong Wu
://www.redhat.com/mailman/listinfo/libvir-list -- Regards, Zhi Yong Wu -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCHv6 0/7] block io throttle via per-device block IO tuning

2011-11-30 Thread Zhi Yong Wu
library http://libvirt.org -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list -- Regards, Zhi Yong Wu -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH 0/8 v5] Summary on block IO throttle

2011-11-22 Thread Zhi Yong Wu
QEMU I/O throttling support to libvirt, we plan to complete it with add new API virDomain{Set, Get}BlockIoThrottle(), new command 'blkdeviotune' and Python bindings. Notes: Now all the planed features were implemented (#1#2 were implemented by Zhi Yong Wu), the previous comments were all fixed

Re: [libvirt] [PATCH 0/8 v5] Summary on block IO throttle

2011-11-22 Thread Zhi Yong Wu
QEMU I/O throttling support to libvirt, we plan to complete it with add new API virDomain{Set, Get}BlockIoThrottle(), new command 'blkdeviotune' and Python bindings. Notes: Now all the planed features were implemented (#1#2 were implemented by Zhi Yong Wu), the previous comments were all fixed

Re: [libvirt] [RFC PATCH 0/8 v3] Summary on block IO throttle

2011-11-09 Thread Zhi Yong Wu
throttling support to libvirt, we plan to complete it with add new API virDomain{Set, Get}BlockIoThrottle(), new command 'blkdeviotune' and Python bindings. Notes: Now all the planed features were implemented (#1#2 were implemented by Zhi Yong Wu), the previous comments were all fixed up too

Re: [libvirt] [RFC PATCH 3/5] Implement virDomainBlockIoThrottle for the qemu driver

2011-10-13 Thread Zhi Yong Wu
On Wed, Oct 12, 2011 at 8:39 PM, Adam Litke a...@us.ibm.com wrote: On Wed, Oct 12, 2011 at 03:02:12PM +0800, Zhi Yong Wu wrote: On Tue, Oct 11, 2011 at 11:19 PM, Adam Litke a...@us.ibm.com wrote: On Mon, Oct 10, 2011 at 09:45:11PM +0800, Lei HH Li wrote: Summary here. Signed-off

Re: [libvirt] [RFC PATCH 3/5] Implement virDomainBlockIoThrottle for the qemu driver

2011-10-12 Thread Zhi Yong Wu
On Tue, Oct 11, 2011 at 11:19 PM, Adam Litke a...@us.ibm.com wrote: On Mon, Oct 10, 2011 at 09:45:11PM +0800, Lei HH Li wrote: Summary here. Signed-off-by: Zhi Yong Wu wu...@linux.vnet.ibm.com ---  src/qemu/qemu_command.c      |   35 ++  src/qemu/qemu_driver.c       |   54

Re: [libvirt] [RFC PATCH 1/5] Add new API virDomainBlockIoThrottle

2011-10-12 Thread Zhi Yong Wu
commands, not extending blkiotune. BTW: Can we CCed these patches to those related developers to get their comments? (e.g, Daniel, Gui JianFeng, etc) to represent the throttling inside the disk tag rather than alongside the blkiotune settings. Signed-off-by: Zhi Yong Wu wu...@linux.vnet.ibm.com

[libvirt] [PATCH v1] domain_conf: add the support for disk I/O throttle setting

2011-09-07 Thread Zhi Yong Wu
will? or should one new option be added to separately display them? Signed-off-by: Zhi Yong Wu wu...@linux.vnet.ibm.com --- src/conf/domain_conf.c | 18 ++ src/conf/domain_conf.h | 11 +++ 2 files changed, 29 insertions(+), 0 deletions(-) diff --git a/src/conf/domain_conf.c b

[libvirt] sorry, pls ignore, it is not correct.Re: [PATCH v1] domain_conf: add the support for disk I/O throttle setting

2011-09-07 Thread Zhi Yong Wu
On Wed, Sep 07, 2011 at 05:00:35PM +0800, Zhi Yong Wu wrote: From: Zhi Yong Wu wu...@linux.vnet.ibm.com To: libvir-list@redhat.com Cc: stefa...@linux.vnet.ibm.com, a...@us.ibm.com, zwu.ker...@gmail.com, Zhi Yong Wu wu...@linux.vnet.ibm.com Subject: [PATCH v1] domain_conf: add the support for disk

[libvirt] [PATCH v1] domain_conf: add the support for disk I/O throttle setting

2011-09-07 Thread Zhi Yong Wu
will? or should one new option be added to separately display them? Signed-off-by: Zhi Yong Wu wu...@linux.vnet.ibm.com --- src/conf/domain_conf.c | 70 ++- src/conf/domain_conf.h | 11 +++ 2 files changed, 79 insertions(+), 2 deletions(-) diff --git

Re: [libvirt] [RFC] block I/O throttling: how to enable in libvirt

2011-09-04 Thread Zhi Yong Wu
On Fri, Sep 02, 2011 at 08:34:19AM -0500, Adam Litke wrote: From: Adam Litke a...@us.ibm.com To: Zhi Yong Wu wu...@linux.vnet.ibm.com Cc: libvir-list@redhat.com Subject: Re: [libvirt] [RFC] block I/O throttling: how to enable in libvirt Message-ID: 20110902133419.gw15...@aglitke.rchland.ibm.com

Re: [libvirt] [Qemu-devel] [RFC] block I/O throttling: how to enable in libvirt

2011-09-02 Thread Zhi Yong Wu
...@gmail.com To: Zhi Yong Wu wu...@linux.vnet.ibm.com Cc: libvir-list@redhat.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Brightmail-Tracker: AA== X-Xagent-From: stefa...@gmail.com X-Xagent-To: wu...@linux.vnet.ibm.com X-Xagent-Gateway: vmsdvm4

Re: [libvirt] [Qemu-devel] [RFC] block I/O throttling: how to enable in libvirt

2011-09-01 Thread Zhi Yong Wu
To: Stefan Hajnoczi stefa...@gmail.com, Zhi Yong Wu wu...@linux.vnet.ibm.com References: 20110901050531.gb17...@f15.cn.ibm.com 20110901081149.GB14245@stefanha-thinkpad.localdomain In-Reply-To: 20110901081149.GB14245@stefanha-thinkpad.localdomain X-MIMETrack: Itemize by SMTP Server on mailserver/fnst

Re: [libvirt] [RFC] block I/O throttling: how to enable in libvirt

2011-09-01 Thread Zhi Yong Wu
On Thu, Sep 01, 2011 at 09:49:34AM +0100, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com To: Stefan Hajnoczi stefa...@gmail.com Cc: Zhi Yong Wu wu...@linux.vnet.ibm.com, libvir-list@redhat.com, a...@us.ibm.com, qemu-de...@nongnu.org, guijianf...@cn.fujitsu.com, hu

Re: [libvirt] [Qemu-devel] [RFC] block I/O throttling: how to enable in libvirt

2011-09-01 Thread Zhi Yong Wu
On Thu, Sep 01, 2011 at 09:11:49AM +0100, Stefan Hajnoczi wrote: Date: Thu, 1 Sep 2011 09:11:49 +0100 From: Stefan Hajnoczi stefa...@gmail.com To: Zhi Yong Wu wu...@linux.vnet.ibm.com Message-ID: 20110901081149.GB14245@stefanha-thinkpad.localdomain References: 20110901050531.gb17...@f15.cn.ibm.com

Re: [libvirt] [RFC] block I/O throttling: how to enable in libvirt

2011-09-01 Thread Zhi Yong Wu
On Thu, Sep 01, 2011 at 01:05:31PM +0800, Zhi Yong Wu wrote: - Forwarded message from Zhi Yong Wu wu...@linux.vnet.ibm.com - Date: Thu, 1 Sep 2011 11:55:17 +0800 From: Zhi Yong Wu wu...@linux.vnet.ibm.com To: Stefan Hajnoczi stefa...@gmail.com Cc: Daniel P. Berrange berra...@redhat.com

[libvirt] [RFC] block I/O throttling: how to enable in libvirt

2011-08-31 Thread Zhi Yong Wu
- Forwarded message from Zhi Yong Wu wu...@linux.vnet.ibm.com - Date: Thu, 1 Sep 2011 11:55:17 +0800 From: Zhi Yong Wu wu...@linux.vnet.ibm.com To: Stefan Hajnoczi stefa...@gmail.com Cc: Daniel P. Berrange berra...@redhat.com, Stefan Hajnoczi stefa...@gmail.com, Adam Litke

Re: [libvirt] The design choice for how to enable block I/O throttling function in libvirt

2011-08-30 Thread Zhi Yong Wu
On Tue, Aug 30, 2011 at 3:18 PM, shu ming shum...@linux.vnet.ibm.com wrote: See commens below. Zhi Yong Wu: HI, folks, I am trying to enable block I/O throttling function in libvirt. But currently i met some design questions, and don't make sure if we should extend blkiotune to support

Re: [libvirt] The design choice for how to enable block I/O throttling function in libvirt

2011-08-30 Thread Zhi Yong Wu
On Tue, Aug 30, 2011 at 4:31 PM, shu ming shum...@linux.vnet.ibm.com wrote: Zhi Yong Wu: On Tue, Aug 30, 2011 at 3:18 PM, shu mingshum...@linux.vnet.ibm.com  wrote: See commens below. Zhi Yong Wu: HI, folks, I am trying to enable block I/O throttling function in libvirt. But currently

[libvirt] The design choice for how to enable block I/O throttling function in libvirt

2011-08-29 Thread Zhi Yong Wu
Weight in range [100, 1000] --config affect next boot --live affect running domain --currentaffect current domain Welcome to your suggestions or comments about how to choose it. thanks. -- Regards, Zhi Yong Wu -- libvir-list mailing list libvir-list@redhat.com

Re: [libvirt] RFC (V2) New virDomainBlockPull API family to libvirt

2011-08-16 Thread Zhi Yong Wu
On Tue, 2011-08-16 at 09:31 -0500, Adam Litke wrote: Stefan has a git repo with QED block streaming support here: git://repo.or.cz/qemu/stefanha.git stream-command OK. thanks. On 08/15/2011 08:25 PM, Zhi Yong Wu wrote: On Mon, Aug 15, 2011 at 8:36 PM, Adam Litke a...@us.ibm.com wrote

Re: [libvirt] RFC (V2) New virDomainBlockPull API family to libvirt

2011-08-16 Thread Zhi Yong Wu
On Tue, Aug 16, 2011 at 11:39 PM, Daniel P. Berrange berra...@redhat.com wrote: On Tue, Aug 16, 2011 at 09:28:27AM +0800, Zhi Yong Wu wrote: On Tue, Aug 16, 2011 at 6:52 AM, Stefan Hajnoczi stefa...@gmail.com wrote: On Mon, Aug 15, 2011 at 1:36 PM, Adam Litke a...@us.ibm.com wrote: On 08/14

Re: [libvirt] RFC (V2) New virDomainBlockPull API family to libvirt

2011-08-15 Thread Zhi Yong Wu
On Mon, Aug 15, 2011 at 8:36 PM, Adam Litke a...@us.ibm.com wrote: On 08/14/2011 11:40 PM, Zhi Yong Wu wrote: HI, Deniel and Adam. Have the patchset been merged into libvirt upstream? Yes they have.  However, the functionality is still missing from qemu. The two communities have agreed upon

Re: [libvirt] RFC (V2) New virDomainBlockPull API family to libvirt

2011-08-15 Thread Zhi Yong Wu
On Tue, Aug 16, 2011 at 6:52 AM, Stefan Hajnoczi stefa...@gmail.com wrote: On Mon, Aug 15, 2011 at 1:36 PM, Adam Litke a...@us.ibm.com wrote: On 08/14/2011 11:40 PM, Zhi Yong Wu wrote: HI, Deniel and Adam. Have the patchset been merged into libvirt upstream? Yes they have.  However

Re: [libvirt] RFC (V2) New virDomainBlockPull API family to libvirt

2011-08-14 Thread Zhi Yong Wu
-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list -- Regards, Zhi Yong Wu -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list