core-admin/qubes/vm
M. Vefa Bicakci 2d55841a5e
qubesvm: Let HVMs enter 'Running' state
Prior to this commit, a properly configured Linux HVM would not
transition from the 'Transient' state to the 'Running' state according
to qvm-ls output, even if the HVM in question had the 'qrexec' feature
disabled.

This issue is caused by an unconditional qrexec check in the
'on_domain_is_fully_usable' method, and is resolved by adding
a check that short-circuits the qrexec check if the aforementioned
feature is not enabled for the VM in question.
2020-03-08 22:39:16 -04:00
..
mix
__init__.py
adminvm.py
appvm.py Fix too long line 2018-02-13 11:27:59 +01:00
dispvm.py
qubesvm.py qubesvm: Let HVMs enter 'Running' state 2020-03-08 22:39:16 -04:00
standalonevm.py
templatevm.py