From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tb3Df-0008MR-GG for qemu-devel@nongnu.org; Wed, 21 Nov 2012 00:51:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tb3De-0000YY-IS for qemu-devel@nongnu.org; Wed, 21 Nov 2012 00:51:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40855) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tb3De-0000YO-AW for qemu-devel@nongnu.org; Wed, 21 Nov 2012 00:51:30 -0500 From: Amit Shah Date: Wed, 21 Nov 2012 11:21:17 +0530 Message-Id: Subject: [Qemu-devel] [PATCH v2 0/4] [For 1.3] virtio-rng: fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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