The following changes since commit 379d83f2c92879f4418aa9c57fd1fcbc3c82d384:
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-29-2019' into staging (2019-09-04 10:16:00 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream for you to fetch changes up to eeb39263aa9b05b4ac3f8d8e957958071834a7b6: libvhost-user: introduce and use vu_has_protocol_feature() (2019-09-04 07:53:12 -0400) ---------------------------------------------------------------- virtio,vhost: fixes, features, cleanups. FLR support. Misc fixes, cleanups. Signed-off-by: Michael S. Tsirkin <m...@redhat.com> ---------------------------------------------------------------- Johannes Berg (2): libvhost-user: fix SLAVE_SEND_FD handling libvhost-user: introduce and use vu_has_protocol_feature() Julia Suvorova (1): virtio-pci: Add Function Level Reset support Laurent Vivier (2): rng-builtin: add an RNG backend that uses qemu_guest_getrandom() virtio-rng: change default backend to rng-builtin Markus Armbruster (1): virtio-rng: Keep the default backend out of VirtIORNGConf hw/virtio/virtio-pci.h | 4 ++ include/hw/virtio/virtio-rng.h | 2 - include/sysemu/rng.h | 2 + backends/rng-builtin.c | 77 +++++++++++++++++++++++++++++++++++ contrib/libvhost-user/libvhost-user.c | 19 +++++---- hw/core/machine.c | 4 +- hw/virtio/virtio-pci.c | 10 +++++ hw/virtio/virtio-rng.c | 19 ++++----- backends/Makefile.objs | 2 +- qemu-options.hx | 7 ++++ 10 files changed, 122 insertions(+), 24 deletions(-) create mode 100644 backends/rng-builtin.c