qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] virtio-rng: fix old guest kernel hang
@ 2018-06-27  8:22 Pankaj Gupta
  2018-06-27  8:22 ` [Qemu-devel] [PATCH 1/2] virtio-rng: process pending requests when driver is ready Pankaj Gupta
  2018-06-27  8:22 ` [Qemu-devel] [PATCH 2/2] virtio: Set status early in VirtIODevice parent object Pankaj Gupta
  0 siblings, 2 replies; 5+ messages in thread
From: Pankaj Gupta @ 2018-06-27  8:22 UTC (permalink / raw)
  To: mst, amit, qemu-devel; +Cc: stefanha, slopezpa

 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

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

end of thread, other threads:[~2018-06-27 11:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-27  8:22 [Qemu-devel] [PATCH 0/2] virtio-rng: fix old guest kernel hang Pankaj Gupta
2018-06-27  8:22 ` [Qemu-devel] [PATCH 1/2] virtio-rng: process pending requests when driver is ready Pankaj Gupta
2018-06-27  8:22 ` [Qemu-devel] [PATCH 2/2] virtio: Set status early in VirtIODevice parent object Pankaj Gupta
2018-06-27 10:21   ` Stefan Hajnoczi
2018-06-27 11:06     ` Pankaj Gupta

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