qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/4] [For 1.3] virtio-rng: fixes


From: Amit Shah
Subject: [Qemu-devel] [PATCH v2 0/4] [For 1.3] virtio-rng: fixes
Date: Wed, 21 Nov 2012 11:21:17 +0530

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]