Hello,
This series fixes a few things, especially the migration support, making it endian-safe. New in this submission: delete the timer on device remove, else hot-unplug of an rng device could result in a bad access. The backend should be decoupled on hot-unplug of the virtio-rng device as well, but that's for later. v2: * fix typo in patch 4 * travel back to present, fix cover letter subject line * add Anthony's reviewed-by tags to patches. Please apply. Amit Shah (4): virtio-rng: use virtqueue_get_avail_bytes, fix migration virtio-rng: remove extra request for entropy virtio-rng: disable timer on device removal virtio-rng: fix typos, comments hw/virtio-rng.c | 92 ++++++++++-------------------------------------------- include/qemu/rng.h | 6 ++-- 2 files changed, 20 insertions(+), 78 deletions(-) -- 1.8.0