From: Greg Kurz <groug@kaod.org>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
"Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>,
Greg Kurz <groug@kaod.org>
Subject: [Qemu-devel] [PULL 0/3] 9p patches 2018-02-27 for 2.9 soft freeze
Date: Tue, 28 Feb 2017 10:46:13 +0100 [thread overview]
Message-ID: <1488275176-16613-1-git-send-email-groug@kaod.org> (raw)
The following changes since commit 9b9fbe8a4e9eec9072ee2697a6af59144442785f:
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170227-1' into staging (2017-02-27 19:19:46 +0000)
are available in the git repository at:
https://github.com/gkurz/qemu.git tags/for-upstream
for you to fetch changes up to a2a7862ca9ab1689f094c319ec92ecbd6fd1b46d:
throttle: factor out duplicate code (2017-02-28 10:31:46 +0100)
----------------------------------------------------------------
This pull request brings:
- a fix to a minor bug reported by Coverity
- throttling support in the local backend (command line only)
This replaces the previous pull request I had sent on 02/27:
- authorship for throttle support was fixed
- fixes for CVE-2016-9602 will be sent in a separate pull request as
suggested by Michael Tokarev
Thanks.
----------------------------------------------------------------
Paolo Bonzini (1):
9pfs: fix v9fs_lock error case
Pradeep Jagadeesh (2):
fsdev: add IO throttle support to fsdev devices
throttle: factor out duplicate code
blockdev.c | 83 ++--------------------------
fsdev/Makefile.objs | 2 +-
fsdev/file-op-9p.h | 3 +
fsdev/qemu-fsdev-opts.c | 3 +
fsdev/qemu-fsdev-throttle.c | 118 ++++++++++++++++++++++++++++++++++++++++
fsdev/qemu-fsdev-throttle.h | 39 +++++++++++++
hw/9pfs/9p-local.c | 8 +++
hw/9pfs/9p.c | 19 ++++---
hw/9pfs/cofile.c | 2 +
include/qemu/throttle-options.h | 92 +++++++++++++++++++++++++++++++
qemu-options.hx | 7 ++-
11 files changed, 289 insertions(+), 87 deletions(-)
create mode 100644 fsdev/qemu-fsdev-throttle.c
create mode 100644 fsdev/qemu-fsdev-throttle.h
create mode 100644 include/qemu/throttle-options.h
--
2.7.4
next reply other threads:[~2017-02-28 9:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-28 9:46 Greg Kurz [this message]
2017-02-28 9:46 ` [Qemu-devel] [PULL 1/3] 9pfs: fix v9fs_lock error case Greg Kurz
2017-02-28 9:46 ` [Qemu-devel] [PULL 2/3] fsdev: add IO throttle support to fsdev devices Greg Kurz
2017-02-28 9:46 ` [Qemu-devel] [PULL 3/3] throttle: factor out duplicate code Greg Kurz
2017-02-28 9:53 ` [Qemu-devel] [PULL 0/3] 9p patches 2018-02-27 for 2.9 soft freeze no-reply
2017-02-28 19:52 ` Peter Maydell
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=1488275176-16613-1-git-send-email-groug@kaod.org \
--to=groug@kaod.org \
--cc=aneesh.kumar@linux.vnet.ibm.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/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).