core-admin-client/qubesadmin/events
Marek Marczykowski-Górecki 0caf6f735d
Fix reporting events even if its source is not available anymore
This is especially the case for domain-shutdown event for DispVM - when
handled, DispVM can be already removed. Give the handled VM object even
if actual VM is already removed. For this, avoid VM existence check by
using domains.get_blind() method.

And actually implement domains.get_blind() method - it was present only
in generic collection, but not VMCollection.
2018-06-27 02:24:02 +02:00
..
__init__.py Fix reporting events even if its source is not available anymore 2018-06-27 02:24:02 +02:00
utils.py Another approach for making qvm-shutdown nice for tests 2017-12-10 22:52:29 +01:00