[Qemu-devel] [PATCH 0/2] virtio-rng: fix old guest kernel hang

Pankaj Gupta posted 2 patches 7 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180627082248.14921-1-pagupta@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
virtio-rng.c |   13 +++++++++++++
virtio.c     |    3 ++-
2 files changed, 15 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH 0/2] virtio-rng: fix old guest kernel hang
Posted by Pankaj Gupta 7 years, 4 months ago
 virtio-rng device causing old guest kernels(2.6.32) to hang on latest qemu.
 The driver attempts to read from the virtio-rng device too early in it's
 initialization. Qemu detects guest is not ready and returns, resulting in
 hang. Below patches fix this.


Stefan Hajnoczi(1):
  virtio-rng: process pending requests when driver is ready

Pankaj Gupta(1):
  virtio: Set status early in VirtIODevice parent object

 virtio-rng.c |   13 +++++++++++++
 virtio.c     |    3 ++-
 2 files changed, 15 insertions(+), 1 deletion(-)

-- 
2.14.3