Re: [Qemu-devel] [PATCH v1 0/3] fsdev-throttle-qmp: refactor code for qmp interface

2018-11-13 Thread xiezhide
; aneesh.ku...@linux.vnet.ibm.com Subject: Re: [Qemu-devel][PATCH v1 0/3] fsdev-throttle-qmp: refactor code for qmp interface On Tue, 13 Nov 2018 11:17:19 + xiezhide wrote: > Following is the the patch header, user name and mail are the same at From > and Signed-off-by : > From and Sign

Re: [Qemu-devel] [PATCH v1 0/3] fsdev-throttle-qmp: refactor code for qmp interface

2018-11-13 Thread Greg Kurz
From: Greg Kurz [mailto:gr...@kaod.org] > Sent: 2018年11月13日 18:29 > To: xiezhide > Cc: qemu-devel@nongnu.org; Eric Blake ; arm...@redhat.com; > dgilb...@redhat.com; be...@igalia.com; aneesh.ku...@linux.vnet.ibm.com > Subject: Re: [Qemu-devel][PATCH v1 0/3] fsdev-throttle-qmp: refact

Re: [Qemu-devel] [PATCH v1 0/3] fsdev-throttle-qmp: refactor code for qmp interface

2018-11-13 Thread xiezhide
年11月13日 18:29 To: xiezhide Cc: qemu-devel@nongnu.org; Eric Blake ; arm...@redhat.com; dgilb...@redhat.com; be...@igalia.com; aneesh.ku...@linux.vnet.ibm.com Subject: Re: [Qemu-devel][PATCH v1 0/3] fsdev-throttle-qmp: refactor code for qmp interface Hi Kidd, This posting is still broken: no

Re: [Qemu-devel] [PATCH v1 0/3] fsdev-throttle-qmp: refactor code for qmp interface

2018-11-13 Thread Greg Kurz
Hi Kidd, This posting is still broken: no threading and missing leading blanks on unchanged lines. Also is x00390961 really your name of choice ? In some other mail, you mentioned copy-paste to an outlook mail client... please don't do that to post series. Use git format-patch and git send-email

[Qemu-devel] [PATCH v1 0/3] fsdev-throttle-qmp: refactor code for qmp interface

2018-11-13 Thread xiezhide
This patches provide qmp interface to query/set io throttle parameters of a fsdev. Some of patches also refactor the code and structure that was present in block and fsdev files. x00390961 (3): fsdev-throttle-qmp: refactor code for qmp interface for io throttling fsdev-throttle-qmp: qmp inte