commit | d1028f1b5b4cf83e8af5f48996cf392fb12d391a | [log] [tgz] |
---|---|---|
author | Christian Borntraeger <borntraeger@de.ibm.com> | Wed Feb 12 16:17:35 2014 +0100 |
committer | Christian Borntraeger <borntraeger@de.ibm.com> | Thu Feb 27 09:51:25 2014 +0100 |
tree | 9d340b40ab005a89a05ac86952fcb047459cb033 | |
parent | c804c2a71752dd1e150cde768d8c54b02fa8bad9 [diff] |
s390-ccw.img: Fix sporadic reboot hangs: Initialize next_idx The current code does not initialize next_idx in the virtio ring. As the ccw bios will always use guest memory at a fixed location, this queue might != 0 after a reboot. Lets make the initialization explicit. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>