From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y839p-00072t-3v for qemu-devel@nongnu.org; Mon, 05 Jan 2015 03:37:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y839l-0006pL-9c for qemu-devel@nongnu.org; Mon, 05 Jan 2015 03:37:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y839l-0006pF-2U for qemu-devel@nongnu.org; Mon, 05 Jan 2015 03:36:57 -0500 Date: Mon, 5 Jan 2015 14:06:51 +0530 From: Amit Shah Message-ID: <20150105083651.GG4609@grmbl.mre> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] rng: fix parameter validation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu list The following changes since commit ab0302ee764fd702465aef6d88612cdff4302809: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141223' into staging (2014-12-23 15:05:22 +0000) are available in the git repository at: git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-rng.git tags/rng-for-2.3 for you to fetch changes up to a3a292c420d2fec3c07a7ca56fbb064cd57a298a: virtio-rng: fix check for period_ms validity (2015-01-05 14:02:47 +0530) ---------------------------------------------------------------- Fixes an init-time check for parameter validity ---------------------------------------------------------------- Amit Shah (1): virtio-rng: fix check for period_ms validity hw/virtio/virtio-rng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Amit