qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Manos Pitsidianakis <el13635@mail.ntua.gr>
To: qemu-devel <qemu-devel@nongnu.org>
Cc: Alberto Garcia <berto@igalia.com>, Kevin Wolf <kwolf@redhat.com>,
	Stefan Hajnoczi <stefanha@redhat.com>,
	qemu-block@nongnu.org
Subject: [Qemu-devel] [PATCH RFC v2 0/2] IO throttling block filter driver
Date: Sun, 11 Jun 2017 04:14:25 +0300	[thread overview]
Message-ID: <20170611011427.6713-1-el13635@mail.ntua.gr> (raw)

  block: move ThrottleGroup membership to ThrottleGroupMember
  block: add throttle block filter driver

 block/Makefile.objs             |   1 +
 block/block-backend.c           |  75 +++++----
 block/qapi.c                    |   8 +-
 block/throttle-groups.c         | 315 +++++++++++++++-------------------
 block/throttle.c                | 364 ++++++++++++++++++++++++++++++++++++++++
 blockdev.c                      |   4 +-
 include/block/throttle-groups.h |  21 ++-
 include/qemu/throttle-options.h |  60 ++++---
 include/qemu/throttle.h         |  64 +++++++
 include/sysemu/block-backend.h  |  22 +--
 tests/test-throttle.c           |  53 +++---
 util/throttle.c                 |   5 +
 12 files changed, 709 insertions(+), 283 deletions(-)
 create mode 100644 block/throttle.c

-- 
2.11.0

             reply	other threads:[~2017-06-11  1:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-11  1:14 Manos Pitsidianakis [this message]
2017-06-11  1:14 ` [Qemu-devel] [PATCH RFC v2 1/2] block: move ThrottleGroup membership to ThrottleGroupMember Manos Pitsidianakis
2017-06-13  8:48   ` Alberto Garcia
2017-06-13 10:01   ` Kevin Wolf
2017-06-11  1:14 ` [Qemu-devel] [PATCH RFC v2 2/2] block: add throttle block filter driver Manos Pitsidianakis
2017-06-11  1:28 ` [Qemu-devel] [PATCH RFC v2 0/2] IO throttling " no-reply
2017-06-11  1:37   ` Manos Pitsidianakis

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=20170611011427.6713-1-el13635@mail.ntua.gr \
    --to=el13635@mail.ntua.gr \
    --cc=berto@igalia.com \
    --cc=kwolf@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.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).