All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] pc-bios/s390-ccw: Two fixes for the virtio initialization
@ 2022-06-23  7:11 Thomas Huth
  2022-06-23  7:11 ` [PATCH 1/2] pc-bios/s390-ccw/virtio: Set missing status bits while initializing Thomas Huth
  2022-06-23  7:11 ` [PATCH 2/2] pc-bios/s390-ccw/virtio: Read device config after feature negotiation Thomas Huth
  0 siblings, 2 replies; 9+ messages in thread
From: Thomas Huth @ 2022-06-23  7:11 UTC (permalink / raw)
  To: Cornelia Huck, qemu-s390x, Christian Borntraeger, Eric Farman; +Cc: qemu-devel

Two minor fixes for the virtio initialization that I spotted while
looking at the code. These currently do not fix any problem (since
QEMU is quite forgiving here when doing things wrong), but we should
anyway try to follow the virtio specification here.

Thomas Huth (2):
  pc-bios/s390-ccw/virtio: Set missing status bits while initializing
  pc-bios/s390-ccw/virtio: Read device config after feature negotiation

 pc-bios/s390-ccw/virtio.c | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

-- 
2.31.1



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

end of thread, other threads:[~2022-06-23 13:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23  7:11 [PATCH 0/2] pc-bios/s390-ccw: Two fixes for the virtio initialization Thomas Huth
2022-06-23  7:11 ` [PATCH 1/2] pc-bios/s390-ccw/virtio: Set missing status bits while initializing Thomas Huth
2022-06-23  7:59   ` Christian Borntraeger
2022-06-23  8:37   ` Cornelia Huck
2022-06-23 13:50   ` Eric Farman
2022-06-23  7:11 ` [PATCH 2/2] pc-bios/s390-ccw/virtio: Read device config after feature negotiation Thomas Huth
2022-06-23  8:44   ` Cornelia Huck
2022-06-23  9:55     ` Thomas Huth
2022-06-23 10:13       ` Cornelia Huck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.