mbox series

[0/2] pc-bios/s390-ccw: Two fixes for the virtio initialization

Message ID 20220623071131.412457-1-thuth@redhat.com (mailing list archive)
Headers show
Series pc-bios/s390-ccw: Two fixes for the virtio initialization | expand

Message

Thomas Huth June 23, 2022, 7:11 a.m. UTC
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(-)