From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7LHu-0005EW-EO for qemu-devel@nongnu.org; Wed, 16 Jul 2014 05:14:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X7LHm-0002JH-L0 for qemu-devel@nongnu.org; Wed, 16 Jul 2014 05:14:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X7LHm-0002JB-Cc for qemu-devel@nongnu.org; Wed, 16 Jul 2014 05:14:02 -0400 Date: Wed, 16 Jul 2014 14:43:27 +0530 From: Amit Shah Message-ID: <20140716091327.GD22288@grmbl.mre> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL for-2.1] virtio-rng: Fix abort on invalid input List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu list Hi, This patch returns an error instead of aborting, which is desirable not just for cmdline invocation, but prevents an abort in case of device hotplug. Patch is small, and reviewed on-list. Please pull, The following changes since commit 5a7348045091a2bc15d85bb177e5956aa6114e5a: Update version for v2.1.0-rc2 release (2014-07-15 18:55:37 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-rng.git for-2.1 for you to fetch changes up to 9ef6be93250e46d35062c84d5c75c7cb515dc27c: virtio-rng: Add human-readable error message for negative max-bytes parameter (2014-07-16 14:25:29 +0530) ---------------------------------------------------------------- John Snow (1): virtio-rng: Add human-readable error message for negative max-bytes parameter hw/virtio/virtio-rng.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) Amit