xen: cleanup IOREQ server on exit

Device model is supposed to destroy IOREQ server for itself.

Signed-off-by: Igor Druzhinin <igor.druzhinin@citrix.com>
Acked-by: Paul Durrant <paul.durrant@citrix.com>
Message-Id: <1564428563-1006-1-git-send-email-igor.druzhinin@citrix.com>
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
master
Igor Druzhinin 2019-07-29 20:29:23 +01:00 committed by Anthony PERARD
parent d297e533a5
commit ba7fdd64b6
1 changed files with 2 additions and 0 deletions

View File

@ -1247,6 +1247,8 @@ static void xen_exit_notifier(Notifier *n, void *data)
{
XenIOState *state = container_of(n, XenIOState, exit);
xen_destroy_ioreq_server(xen_domid, state->ioservid);
xenevtchn_close(state->xce_handle);
xs_daemon_close(state->xenstore);
}