qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH RFC v2 0/2] IO throttling block filter driver
@ 2017-06-11  1:14 Manos Pitsidianakis
  2017-06-11  1:14 ` [Qemu-devel] [PATCH RFC v2 1/2] block: move ThrottleGroup membership to ThrottleGroupMember Manos Pitsidianakis
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Manos Pitsidianakis @ 2017-06-11  1:14 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alberto Garcia, Kevin Wolf, Stefan Hajnoczi, qemu-block

  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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-06-13 10:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-11  1:14 [Qemu-devel] [PATCH RFC v2 0/2] IO throttling block filter driver Manos Pitsidianakis
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

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).