core-admin-client/qubesadmin/events
Marek Marczykowski-Górecki 0a06ad9152
events: ignore events from non-existing domains
It may happen that when client handle the event, domain no longer
exists. This is for example common for DispVMs, which get removed just
after shutdown.
This will cause some events to be dropped, but one can enable blind
mode, to get them anyway (because it will not cause KeyError, even if
domain is already removed).

QubesOS/qubes-issues#3100
2017-09-20 20:19:38 +02:00
..
__init__.py events: ignore events from non-existing domains 2017-09-20 20:19:38 +02:00
utils.py events: simplify wait_for_domain_shutdown coroutine 2017-07-06 22:01:17 +02:00