qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 443590: rng: switch request queue to QSIMPLEQ


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 443590: rng: switch request queue to QSIMPLEQ
Date: Tue, 08 Mar 2016 17:00:02 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 443590c2044968a97f5e7cddd35100c6075856a4
      
https://github.com/qemu/qemu/commit/443590c2044968a97f5e7cddd35100c6075856a4
  Author: Ladi Prosek <address@hidden>
  Date:   2016-03-08 (Tue, 08 Mar 2016)

  Changed paths:
    M backends/rng-egd.c
    M backends/rng-random.c
    M backends/rng.c
    M include/sysemu/rng.h

  Log Message:
  -----------
  rng: switch request queue to QSIMPLEQ

QSIMPLEQ supports appending to tail in O(1) and is intrusive so
it doesn't require extra memory allocations for the bookkeeping
data.

Suggested-by: Paolo Bonzini <address@hidden>
Signed-off-by: Ladi Prosek <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Reviewed-by: Amit Shah <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Amit Shah <address@hidden>


  Commit: 5763795f935ec8e8b68a7ed82067c3a4729136dd
      
https://github.com/qemu/qemu/commit/5763795f935ec8e8b68a7ed82067c3a4729136dd
  Author: Peter Maydell <address@hidden>
  Date:   2016-03-09 (Wed, 09 Mar 2016)

  Changed paths:
    M backends/rng-egd.c
    M backends/rng-random.c
    M backends/rng.c
    M include/sysemu/rng.h

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/amit-virtio-rng/tags/rng-for-2.6-2' 
into staging

rng: use simpleq instead of gslist

# gpg: Signature made Tue 08 Mar 2016 10:51:23 GMT using RSA key ID 854083B6
# gpg: Good signature from "Amit Shah <address@hidden>"
# gpg:                 aka "Amit Shah <address@hidden>"
# gpg:                 aka "Amit Shah <address@hidden>"

* remotes/amit-virtio-rng/tags/rng-for-2.6-2:
  rng: switch request queue to QSIMPLEQ

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/d1cc881d54d2...5763795f935e

reply via email to

[Prev in Thread] Current Thread [Next in Thread]