From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFGNg-0001JW-8k for qemu-devel@nongnu.org; Wed, 15 Jul 2015 02:41:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFGNd-000508-3g for qemu-devel@nongnu.org; Wed, 15 Jul 2015 02:41:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57183) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFGNc-000503-Vg for qemu-devel@nongnu.org; Wed, 15 Jul 2015 02:41:21 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 9A5E629320E for ; Wed, 15 Jul 2015 06:41:20 +0000 (UTC) Date: Wed, 15 Jul 2015 12:11:07 +0530 From: Amit Shah Message-ID: <20150715064107.GM10280@grmbl.mre> References: <1436859190-20002-1-git-send-email-pagupta@redhat.com> <1436859190-20002-2-git-send-email-pagupta@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1436859190-20002-2-git-send-email-pagupta@redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/2 v2] virtio-rng: Bump up quota value only when guest requests entropy List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pankaj Gupta Cc: qemu-devel@nongnu.org, mst@redhat.com On (Tue) 14 Jul 2015 [13:03:09], Pankaj Gupta wrote: > This patch triggers timer only when guest requests for > entropy. As soon as first request from guest for entropy > comes we set the timer. Timer bumps up the quota value > when it gets triggered. > > Signed-off-by: Pankaj Gupta Reviewed-by: Amit Shah Amit