From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZG61M-0006an-6K for qemu-devel@nongnu.org; Fri, 17 Jul 2015 09:49:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZG61H-0002h8-6e for qemu-devel@nongnu.org; Fri, 17 Jul 2015 09:49:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZG61H-0002gl-2J for qemu-devel@nongnu.org; Fri, 17 Jul 2015 09:49:43 -0400 From: Amit Shah Date: Fri, 17 Jul 2015 19:19:14 +0530 Message-Id: Subject: [Qemu-devel] [PULL for-2.4 0/1] virtio-rng: reduce wakeups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Amit Shah , pagupta@redhat.com, qemu list The following changes since commit 5b5e8cdd7da7a2214dd062afff5b866234aab228: Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20150717-1' into staging (2015-07-17 12:39:12 +0100) are available in the git repository at: https://git.kernel.org/pub/scm/virt/qemu/amit/virtio-rng.git tags/vrng-2.4 for you to fetch changes up to 621a20e08155179b1902c428361e80f41429f50d: virtio-rng: trigger timer only when guest requests for entropy (2015-07-17 19:05:16 +0530) ---------------------------------------------------------------- Fire timer only when required. Brings down wakeups by a big number. ---------------------------------------------------------------- Pankaj Gupta (1): virtio-rng: trigger timer only when guest requests for entropy hw/virtio/virtio-rng.c | 15 ++++++++------- include/hw/virtio/virtio-rng.h | 1 + 2 files changed, 9 insertions(+), 7 deletions(-) -- 2.4.3