mbox

[PULL,for-2.4,0/1] virtio-rng: reduce wakeups

Message ID cover.1437140744.git.amit.shah@redhat.com
State New
Headers show

Pull-request

https://git.kernel.org/pub/scm/virt/qemu/amit/virtio-rng.git tags/vrng-2.4

Message

Amit Shah July 17, 2015, 1:49 p.m. UTC
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(-)

Comments

Peter Maydell July 20, 2015, 10:02 a.m. UTC | #1
On 17 July 2015 at 14:49, Amit Shah <amit.shah@redhat.com> wrote:
> 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.

Applied, thanks.

-- PMM