From: Amit Shah <amit.shah@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Amit Shah <amit.shah@redhat.com>,
thuth@redhat.com, lprosek@redhat.com,
qemu list <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PULL 0/6] virtio-rng
Date: Thu, 3 Mar 2016 18:07:05 +0530 [thread overview]
Message-ID: <cover.1457008496.git.amit.shah@redhat.com> (raw)
The following changes since commit ed6128ebbdd7cd885d39980659dad4b5c8ae8158:
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2016-03-01 15:54:03 +0000)
are available in the git repository at:
https://git.kernel.org/pub/scm/virt/qemu/amit/virtio-rng.git tags/rng-for-2.6-1
for you to fetch changes up to f8693c2cd06d0401007b2c168126ab907f6da345:
virtio-rng: ask for more data if queue is not fully drained (2016-03-03 17:42:26 +0530)
----------------------------------------------------------------
rng:
- implement a request queue for rng-random so multiple guest requests
don't result in vq buffers getting forgotten
- remove unused request cancellation code
- a VM with multiple vq buffers, when migrated, could get in a situation
where not all buffers are handed back to the guest. This is now
fixed.
----------------------------------------------------------------
Ladi Prosek (5):
rng: remove the unused request cancellation code
rng: move request queue from RngEgd to RngBackend
rng: move request queue cleanup from RngEgd to RngBackend
rng: add request queue support to rng-random
virtio-rng: ask for more data if queue is not fully drained
Thomas Huth (1):
MAINTAINERS: Add an entry for the include/sysemu/rng*.h files
MAINTAINERS | 1 +
backends/rng-egd.c | 69 +++++---------------------------------------------
backends/rng-random.c | 43 ++++++++++++++-----------------
backends/rng.c | 50 ++++++++++++++++++++++++++++++------
hw/virtio/virtio-rng.c | 7 +++++
include/sysemu/rng.h | 29 ++++++++++++++-------
6 files changed, 95 insertions(+), 104 deletions(-)
--
2.5.0
next reply other threads:[~2016-03-03 12:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-03 12:37 Amit Shah [this message]
2016-03-03 12:37 ` [Qemu-devel] [PULL 1/6] MAINTAINERS: Add an entry for the include/sysemu/rng*.h files Amit Shah
2016-03-03 12:37 ` [Qemu-devel] [PULL 2/6] rng: remove the unused request cancellation code Amit Shah
2016-03-03 12:37 ` [Qemu-devel] [PULL 3/6] rng: move request queue from RngEgd to RngBackend Amit Shah
2016-03-03 12:37 ` [Qemu-devel] [PULL 4/6] rng: move request queue cleanup " Amit Shah
2016-03-03 12:37 ` [Qemu-devel] [PULL 5/6] rng: add request queue support to rng-random Amit Shah
2016-03-03 12:37 ` [Qemu-devel] [PULL 6/6] virtio-rng: ask for more data if queue is not fully drained Amit Shah
2016-03-03 13:58 ` [Qemu-devel] [PULL 0/6] virtio-rng 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=cover.1457008496.git.amit.shah@redhat.com \
--to=amit.shah@redhat.com \
--cc=lprosek@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=thuth@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.