mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +00:00
There is no need to get the vring base when resetting the vhost-user device. This was mostly ignored, but in some cases, it was causing some actual errors. A reset must simply be a combination of disabling the vrings along with the reset of the owner. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>