qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/3] virtio: Add vhost-user based RNG
@ 2021-10-12 20:59 Mathieu Poirier
  2021-10-12 20:59 ` [PATCH v5 1/3] vhost-user-rng: Add vhost-user-rng implementation Mathieu Poirier
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mathieu Poirier @ 2021-10-12 20:59 UTC (permalink / raw)
  To: mst; +Cc: alex.bennee, qemu-devel

This set implements a random number generator (RNG) device that follows
the vhost-user protocol.  Aside from a new reference to file
vhost-user-rng.rst, the code and features of this revision are
unchanged.

Applies cleanly to git://git.qemu.org/qemu.git master(8be1d4ed9838).
 
Thanks,
Mathieu
 
[1]. https://github.com/rust-vmm/vhost-device/pull/29

Mathieu Poirier (3):
  vhost-user-rng: Add vhost-user-rng implementation
  vhost-user-rng-pci: Add vhost-user-rng-pci implementation
  docs: Add documentation for vhost based RNG implementation

 docs/system/device-emulation.rst       |   1 +
 docs/system/devices/vhost-user-rng.rst |  39 ++++
 hw/virtio/Kconfig                      |   5 +
 hw/virtio/meson.build                  |   2 +
 hw/virtio/vhost-user-rng-pci.c         |  79 +++++++
 hw/virtio/vhost-user-rng.c             | 289 +++++++++++++++++++++++++
 include/hw/virtio/vhost-user-rng.h     |  33 +++
 7 files changed, 448 insertions(+)
 create mode 100644 docs/system/devices/vhost-user-rng.rst
 create mode 100644 hw/virtio/vhost-user-rng-pci.c
 create mode 100644 hw/virtio/vhost-user-rng.c
 create mode 100644 include/hw/virtio/vhost-user-rng.h

-- 
2.25.1



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

end of thread, other threads:[~2021-10-12 21:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-12 20:59 [PATCH v5 0/3] virtio: Add vhost-user based RNG Mathieu Poirier
2021-10-12 20:59 ` [PATCH v5 1/3] vhost-user-rng: Add vhost-user-rng implementation Mathieu Poirier
2021-10-12 20:59 ` [PATCH v5 2/3] vhost-user-rng-pci: Add vhost-user-rng-pci implementation Mathieu Poirier
2021-10-12 20:59 ` [PATCH v5 3/3] docs: Add documentation for vhost based RNG implementation Mathieu Poirier

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).