Skip to content

usivc: Don't throw in eventController::notify

jandryuk requested to merge jandryuk/ivc:event-no-throw into master

This exception isn't caught and it can take out vglass. It seems to happen when trying to send input to a shutting down VM where the stubdom has already disconnected the input ivc channel.

Just log it and continue.

I left other exceptions since they are during setup and not normal operation.

Merge request reports