Re: [Qemu-devel] [PATCH] s390/ipl: Fix spurious errors in virtio

2013-06-03 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] s390/ipl: Fix spurious errors in virtio

2013-05-31 Thread Andreas Färber
Am 23.05.2013 13:51, schrieb Christian Borntraeger: > With the ccw ipl code sometimes an error message like > "virtio: trying to map MMIO memory" or > "Guest moved used index from %u to %u" appeared. Turns out > that the ccw bios did not zero out the vring, which might > cause stale values in avail

[Qemu-devel] [PATCH] s390/ipl: Fix spurious errors in virtio

2013-05-23 Thread Christian Borntraeger
With the ccw ipl code sometimes an error message like "virtio: trying to map MMIO memory" or "Guest moved used index from %u to %u" appeared. Turns out that the ccw bios did not zero out the vring, which might cause stale values in avail->idx and friends, especially on reboot. Lets zero out the re