qemu-e2k/backends
Ladi Prosek 443590c204 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 <pbonzini@redhat.com>
Signed-off-by: Ladi Prosek <lprosek@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Amit Shah <amit.shah@redhat.com>
Message-Id: <1457010971-24771-1-git-send-email-lprosek@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
2016-03-08 12:54:14 +05:30
..
baum.c chardev: Drop useless ChardevDummy type 2016-03-05 10:42:03 +01:00
hostmem-file.c
hostmem-ram.c
hostmem.c
Makefile.objs
msmouse.c chardev: Drop useless ChardevDummy type 2016-03-05 10:42:03 +01:00
rng-egd.c rng: switch request queue to QSIMPLEQ 2016-03-08 12:54:14 +05:30
rng-random.c rng: switch request queue to QSIMPLEQ 2016-03-08 12:54:14 +05:30
rng.c rng: switch request queue to QSIMPLEQ 2016-03-08 12:54:14 +05:30
testdev.c
tpm.c