Loading
vhost: close remaining memory region FDs during backend cleanup
After changes done in commit f325e71c, closing old FD is delayed until VHOST_USER_SET_VRING_ADDR. If VM is closed before this call, original FDs remain during vhost_backend_cleanup. This resolves issue #162. This patch closes second set of FDs during vhost backend cleanup. Signed-off-by:Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: Ieb9d123c987009ac451b6214bb74d2720d852781 Reviewed-on: https://review.gerrithub.io/361787 Tested-by:
SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Piotr Pelpliński <piotr.pelplinski@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Pawel Wodkowski <pawelx.wodkowski@intel.com>