[Qemu-devel] [PATCH 0/2] ThrottleGroup configuration fixes

Manos Pitsidianakis posted 2 patches 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170702100646.20656-1-el13635@mail.ntua.gr
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
block/throttle-groups.c     | 27 ++++++++++-----------------
fsdev/qemu-fsdev-throttle.c |  2 +-
include/qemu/throttle.h     |  2 +-
tests/test-throttle.c       |  4 ++--
util/throttle.c             | 18 +++---------------
5 files changed, 17 insertions(+), 36 deletions(-)
[Qemu-devel] [PATCH 0/2] ThrottleGroup configuration fixes
Posted by Manos Pitsidianakis 6 years, 9 months ago
Since in the future ThrottleGroup configuration will be done even if it
has no members, we need to separate the two.

Manos Pitsidianakis (2):
  block: add clock_type field to ThrottleGroup
  block: remove timer canceling in throttle_config()

 block/throttle-groups.c     | 27 ++++++++++-----------------
 fsdev/qemu-fsdev-throttle.c |  2 +-
 include/qemu/throttle.h     |  2 +-
 tests/test-throttle.c       |  4 ++--
 util/throttle.c             | 18 +++---------------
 5 files changed, 17 insertions(+), 36 deletions(-)

-- 
2.11.0


Re: [Qemu-devel] [PATCH 0/2] ThrottleGroup configuration fixes
Posted by Kevin Wolf 6 years, 9 months ago
Am 02.07.2017 um 12:06 hat Manos Pitsidianakis geschrieben:
> Since in the future ThrottleGroup configuration will be done even if it
> has no members, we need to separate the two.

Thanks, applied to the block branch.

Kevin