All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] [For 1.3] virtio-rng: fixes
@ 2012-11-21  5:51 Amit Shah
  2012-11-21  5:51 ` [Qemu-devel] [PATCH v2 1/4] virtio-rng: use virtqueue_get_avail_bytes, fix migration Amit Shah
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Amit Shah @ 2012-11-21  5:51 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: Amit Shah, Paolo Bonzini, qemu list

Hello,


This series fixes a few things, especially the migration support,
making it endian-safe.

New in this submission: delete the timer on device remove, else
hot-unplug of an rng device could result in a bad access.

The backend should be decoupled on hot-unplug of the virtio-rng device
as well, but that's for later.

v2:
 * fix typo in patch 4
 * travel back to present, fix cover letter subject line
 * add Anthony's reviewed-by tags to patches.

Please apply.

Amit Shah (4):
  virtio-rng: use virtqueue_get_avail_bytes, fix migration
  virtio-rng: remove extra request for entropy
  virtio-rng: disable timer on device removal
  virtio-rng: fix typos, comments

 hw/virtio-rng.c    | 92 ++++++++++--------------------------------------------
 include/qemu/rng.h |  6 ++--
 2 files changed, 20 insertions(+), 78 deletions(-)

-- 
1.8.0

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

end of thread, other threads:[~2012-11-21  5:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-21  5:51 [Qemu-devel] [PATCH v2 0/4] [For 1.3] virtio-rng: fixes Amit Shah
2012-11-21  5:51 ` [Qemu-devel] [PATCH v2 1/4] virtio-rng: use virtqueue_get_avail_bytes, fix migration Amit Shah
2012-11-21  5:51 ` [Qemu-devel] [PATCH v2 2/4] virtio-rng: remove extra request for entropy Amit Shah
2012-11-21  5:51 ` [Qemu-devel] [PATCH v2 3/4] virtio-rng: disable timer on device removal Amit Shah
2012-11-21  5:51 ` [Qemu-devel] [PATCH v2 4/4] virtio-rng: fix typos, comments Amit Shah

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.