diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2010-01-11 17:57:41 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-01-11 13:41:00 -0600 |
commit | 49e75cf38848e6da70c0e9ddb4d994e9d71a9625 (patch) | |
tree | 641291b47601bd85d6a1ce2489febaca74b98d9d /block | |
parent | 8172539d21a03e982aa7f139ddc1607dc1422045 (diff) |
virtio-pci: thinko fix
Since patch ed757e140c0ada220f213036e4497315d24ca8bct, virtio will
sometimes clear all status registers on bus master disable, which loses
information such as VIRTIO_CONFIG_S_FAILED bit. This is a result of
a patch being misapplied: code uses ! instead of ~ for bit
operations as in Yan's original patch. This obviously does not make
sense.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions