qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1811758] [NEW] virtio-rng backend should use getentropy() syscall when available
@ 2019-01-15  6:47 dkg
  2019-01-15  6:49 ` [Qemu-devel] [Bug 1811758] " dkg
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: dkg @ 2019-01-15  6:47 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

According to https://wiki.qemu.org/Features/VirtIORNG the default
backend for `virtio-rng-pci` is `/dev/random`.  Alternately, the user
can point it to a different backend file, like `/dev/urandom`.

However, both of these files have suboptimal behavior in one way or
another, as documented in `random(7)`.  Instead, the default behavior
should be to pull the requested octets from the `getrandom()` system
call, if available, called with no flags set.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1811758

Title:
  virtio-rng backend should use getentropy() syscall when available

Status in QEMU:
  New

Bug description:
  According to https://wiki.qemu.org/Features/VirtIORNG the default
  backend for `virtio-rng-pci` is `/dev/random`.  Alternately, the user
  can point it to a different backend file, like `/dev/urandom`.

  However, both of these files have suboptimal behavior in one way or
  another, as documented in `random(7)`.  Instead, the default behavior
  should be to pull the requested octets from the `getrandom()` system
  call, if available, called with no flags set.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1811758/+subscriptions

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-01-09 13:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-15  6:47 [Qemu-devel] [Bug 1811758] [NEW] virtio-rng backend should use getentropy() syscall when available dkg
2019-01-15  6:49 ` [Qemu-devel] [Bug 1811758] " dkg
2019-04-16  2:16 ` dkg
2019-04-16  2:16   ` dkg
2019-04-16  5:37 ` Thomas Huth
2019-04-16  5:37   ` Thomas Huth
2019-04-17 16:54 ` Amit Shah
2019-04-17 16:54   ` Amit Shah
2019-11-13  9:34 ` Laurent Vivier
2020-01-09 13:45 ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).