core-admin/qubes/api
Marek Marczykowski-Górecki 7c4566ec14
vm/qubesvm: allow 'features-request' to have async handlers
Some handlers may want to call into other VMs (or even the one asking),
but vm.run() functions are coroutines, so needs to be called from
another coroutine. Allow for that.
Also fix typo in documentation.
2018-03-02 01:16:38 +01:00
..
__init__.py Make pylint happy 2017-12-21 18:19:10 +01:00
admin.py Allow include=None to be passed to admin.backup.Info 2018-02-23 21:29:15 +00:00
internal.py Fix typo in volume import end handler 2017-11-21 01:05:06 -05:00
misc.py vm/qubesvm: allow 'features-request' to have async handlers 2018-03-02 01:16:38 +01:00