commit | d2dbdac336e8ea1296fd08c4eb8a28daacec1817 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Feb 13 17:13:40 2015 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Feb 13 17:15:45 2015 +1030 |
tree | cafaba8f442a59c4fde6bd25a551c711a8cbe785 | |
parent | a2e199915725e666772dd077dbffbef154e58096 [diff] |
tools/lguest: handle device reset correctly in example launcher. The example launcher doesn't reset the queue_enable like the spec says we have to. Plus, we should reset the size in case they negotiated a different (smaller) one. This is easy to test by unloading and reloading a virtio module. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>