qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kurz <groug@kaod.org>
To: xiezhide <xiezhide@huawei.com>
Cc: "qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
	Eric Blake <eblake@redhat.com>,
	"armbru@redhat.com" <armbru@redhat.com>,
	"dgilbert@redhat.com" <dgilbert@redhat.com>,
	"berto@igalia.com" <berto@igalia.com>,
	"aneesh.kumar@linux.vnet.ibm.com"
	<aneesh.kumar@linux.vnet.ibm.com>
Subject: Re: [Qemu-devel] [PATCH v1 0/3] fsdev-throttle-qmp: refactor code for qmp interface
Date: Tue, 13 Nov 2018 11:28:55 +0100	[thread overview]
Message-ID: <20181113112855.4f3984f8@bahia.lan> (raw)
In-Reply-To: <A02D6AA901860840B46E751C5E9E38B43CC96FA1@DGGEML532-MBX.china.huawei.com>

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
instead and you'll get the formatting and threading right.

Cheers,

--
Greg

On Tue, 13 Nov 2018 09:59:54 +0000
xiezhide <xiezhide@huawei.com> wrote:

> 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 interface for fsdev io throttling
>   fsdev-throttle-qmp: hmp interface for fsdev io throttling
> 
>  Makefile                        |  20 +++-
>  Makefile.objs                   |   8 ++
>  block/throttle.c                |   6 +-
>  blockdev.c                      |  96 +----------------
>  fsdev/qemu-fsdev-dummy.c        |  11 ++
>  fsdev/qemu-fsdev-throttle.c     | 144 +++++++++++++++++---------
>  fsdev/qemu-fsdev-throttle.h     |   6 +-
>  fsdev/qemu-fsdev.c              |  29 ++++++
>  hmp-commands-info.hx            |  15 +++
>  hmp-commands.hx                 |  15 +++
>  hmp.c                           |  83 +++++++++++++--
>  hmp.h                           |   4 +
>  include/qemu/throttle-options.h |   3 +-
>  include/qemu/throttle.h         |   4 +-
>  include/qemu/typedefs.h         |   1 +
>  monitor.c                       |  41 ++++----
>  qapi/block-core.json            | 122 +---------------------
>  qapi/fsdev.json                 |  96 +++++++++++++++++
>  qapi/qapi-schema.json           |   1 +
>  qapi/tlimits.json               |  89 ++++++++++++++++
>  qmp.c                           |  12 +++
>  util/throttle.c                 | 224 ++++++++++++++++++++++++++--------------
>  22 files changed, 654 insertions(+), 376 deletions(-)
>  create mode 100644 qapi/fsdev.json
>  create mode 100644 qapi/tlimits.json
> 
> v0 -> v1:
>  Addressed comments from Eric Blake and Greg Kurz.
>  Fix patch corrupt issue due to email client change the patch format with copy-to-paster
>  Break patch to patches
> 
> --
> 1.8.3.1
> 

  reply	other threads:[~2018-11-13 10:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-13  9:59 [Qemu-devel] [PATCH v1 0/3] fsdev-throttle-qmp: refactor code for qmp interface xiezhide
2018-11-13 10:28 ` Greg Kurz [this message]
2018-11-13 11:17   ` xiezhide
2018-11-13 12:03     ` Greg Kurz
2018-11-13 12:39       ` xiezhide

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181113112855.4f3984f8@bahia.lan \
    --to=groug@kaod.org \
    --cc=aneesh.kumar@linux.vnet.ibm.com \
    --cc=armbru@redhat.com \
    --cc=berto@igalia.com \
    --cc=dgilbert@redhat.com \
    --cc=eblake@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=xiezhide@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).