2658c9a6e6
When VM is shutting down it doesn't disconnect PCI frontend (?), so when VM is destroyed it ends up in timeouts in PCI backend shutdown (which can't communicate with frontend at that stage). Prevent this by detaching PCI devices while VM is still running. Fixes QubesOS/qubes-issues#1494 Fixes QubesOS/qubes-issues#1425 |
||
---|---|---|
.. | ||
__init__.py | ||
01QubesAppVm.py | ||
01QubesDisposableVm.py | ||
01QubesHVm.py | ||
02QubesTemplateHVm.py | ||
000QubesVm.py | ||
001QubesResizableVm.py | ||
003QubesTemplateVm.py | ||
005QubesNetVm.py | ||
006QubesAdminVm.py | ||
006QubesProxyVm.py | ||
Makefile | ||
README.txt |
This directory contains Qubes core modules. It will be loaded in lexicographical order, use numeric prefix to force load ordering. 0* - Qubes base modules 00* - Qubes core VM classes