commit | f6c82507030d61e15928d5cad946d3eac1c4a384 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Sun Jul 26 15:48:01 2009 +0300 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Jul 30 16:03:44 2009 +0930 |
tree | 5c0dd65a04424dbcf985a4104a8a244085e2f179 | |
parent | ff52c3fc7188855ede75d87b022271f0da309e5b [diff] |
virtio: delete vq from list This makes delete vq the reverse of find vq. This is required to make it possible to retry find_vqs after a failure, otherwise the list gets corrupted. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>