]> xenbits.xensource.com Git - seabios.git/commit
fix virtio-blk failure after reboot
authorGleb Natapov <gleb@redhat.com>
Wed, 15 Sep 2010 16:31:44 +0000 (18:31 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 13 Nov 2010 14:53:33 +0000 (09:53 -0500)
commit484dd5622be3190475c373fcbd3bf77b64157f23
treed1449c9fc0ce024f0c49e354287a562544b563c1
parentdd9c0d32b6fc47ad13ce4a34e400e49c6b22ba7d
fix virtio-blk failure after reboot

vring_virtqueue should be zeroed otherwise old values will be reused
after reboot.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
src/virtio-blk.c