From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFL6S-0006xn-8T for qemu-devel@nongnu.org; Fri, 30 Aug 2013 05:34:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFL6M-00074s-5I for qemu-devel@nongnu.org; Fri, 30 Aug 2013 05:34:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58048) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFL6L-00074j-TW for qemu-devel@nongnu.org; Fri, 30 Aug 2013 05:34:46 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r7U9YilL026349 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 30 Aug 2013 05:34:44 -0400 Date: Fri, 30 Aug 2013 15:04:37 +0530 From: Amit Shah Message-ID: <20130830093437.GA4152@grmbl.mre> References: <1377851751-23154-1-git-send-email-akong@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1377851751-23154-1-git-send-email-akong@redhat.com> Subject: Re: [Qemu-devel] [PATCH] virtio-rng: add check of period List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amos Kong Cc: qemu-devel@nongnu.org On (Fri) 30 Aug 2013 [16:35:51], Amos Kong wrote: > If period is assigned to 0, limit timer will expire immediately. > This limit is meaningless. This patch forbids to assign 0 to > period. > > Signed-off-by: Amos Kong Reviewed-by: Amit Shah Amit