Closed slp closed 3 years ago
@sboeuf These changes should only have an impact on vring initialization, so I tested boot and reboot (in addition to device functionality) with virtiofsd-rs and the new vhost-device/scsi as devices, and QEMU as VMM (I should probably add another VMM to my dev environment 🤔)
@jiangliu @sboeuf PTAL
Could you please help to rebase the MR?
Could you please help to rebase the MR?
Done. :-)
This PR includes two important fixes, and two minor style and functional improvements.
The important ones fix a behavior issue that may lead to the vhost-user device to miss signalling a completion event to the Guest, and the fact the we weren't resetting the underlying Queue at any time.