mbox

[PULL,0/1] rng: use simpleq instead of gslist

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

Pull-request

https://git.kernel.org/pub/scm/virt/qemu/amit/virtio-rng.git tags/rng-for-2.6-2

Message

Amit Shah March 8, 2016, 10:54 a.m. UTC
The following changes since commit 97556fe80e4f7252300b3498b3477fb4295153a3:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2016-03-08 04:53:37 +0000)

are available in the git repository at:

  https://git.kernel.org/pub/scm/virt/qemu/amit/virtio-rng.git tags/rng-for-2.6-2

for you to fetch changes up to 443590c2044968a97f5e7cddd35100c6075856a4:

  rng: switch request queue to QSIMPLEQ (2016-03-08 12:54:14 +0530)

----------------------------------------------------------------
rng: use simpleq instead of gslist

----------------------------------------------------------------

Ladi Prosek (1):
  rng: switch request queue to QSIMPLEQ

 backends/rng-egd.c    |  9 ++++-----
 backends/rng-random.c |  6 +++---
 backends/rng.c        | 17 ++++++++++-------
 include/sysemu/rng.h  |  3 ++-
 4 files changed, 19 insertions(+), 16 deletions(-)

Comments

Peter Maydell March 9, 2016, 12:44 a.m. UTC | #1
On 8 March 2016 at 17:54, Amit Shah <amit.shah@redhat.com> wrote:
> The following changes since commit 97556fe80e4f7252300b3498b3477fb4295153a3:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2016-03-08 04:53:37 +0000)
>
> are available in the git repository at:
>
>   https://git.kernel.org/pub/scm/virt/qemu/amit/virtio-rng.git tags/rng-for-2.6-2
>
> for you to fetch changes up to 443590c2044968a97f5e7cddd35100c6075856a4:
>
>   rng: switch request queue to QSIMPLEQ (2016-03-08 12:54:14 +0530)
>
> ----------------------------------------------------------------
> rng: use simpleq instead of gslist
>
> ----------------------------------------------------------------
>
> Ladi Prosek (1):
>   rng: switch request queue to QSIMPLEQ
>

Applied, thanks.

-- PMM