From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWoci-0007Bj-OR for qemu-devel@nongnu.org; Fri, 09 Nov 2012 08:27:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWocc-0002lK-UY for qemu-devel@nongnu.org; Fri, 09 Nov 2012 08:27:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:27628) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWocc-0002l3-Mt for qemu-devel@nongnu.org; Fri, 09 Nov 2012 08:27:46 -0500 From: Amit Shah Date: Fri, 9 Nov 2012 14:27:28 +0100 Message-Id: Subject: [Qemu-devel] [PATCH 0/3] Fixes for virtio-rng List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Amit Shah , pbonzini@redhat.com, hpa@zytor.com, qemu list , afaerber@suse.de Hey Anthony, Here are the fixes for the virtio-rng code -- ideally these should be folded in the series before you merge, but if the original series is ready to apply, these can go in as follow-on patches. Amit Shah (3): virtio-rng: use virtqueue_get_avail_bytes, fix migration virtio-rng: remove extra request for entropy virtio-rng: fix typos, comments hw/virtio-rng.c | 80 ++++++---------------------------------------------- include/qemu/rng.h | 6 ++-- 2 files changed, 12 insertions(+), 74 deletions(-) -- 1.7.7.6