From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Taomk-0004yD-Oh for qemu-devel@nongnu.org; Tue, 20 Nov 2012 09:26:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Taomf-0002RE-2g for qemu-devel@nongnu.org; Tue, 20 Nov 2012 09:26:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Taome-0002Qs-RU for qemu-devel@nongnu.org; Tue, 20 Nov 2012 09:26:41 -0500 From: Amit Shah Date: Tue, 20 Nov 2012 19:56:14 +0530 Message-Id: Subject: [Qemu-devel] [PATCH 0/4] [For 0.13] 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. Please review and 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