core-admin/core-modules
Marek Marczykowski-Górecki 9768b38ffc core: handle errors with xenstore access during VM shutdown
When netvm and firewallvm is shut down, netvm handling code will
try to revoke firewallvm access to external IP. But if netvm shutdown
happens in the meantime, xenstore will throw ENOENT error.
2014-03-13 18:32:13 +01:00
..
__init__.py Move all files one level up 2013-03-16 19:56:51 +01:00
01QubesAppVm.py Missing imports... 2013-03-26 01:28:39 +01:00
01QubesDisposableVm.py core: do not mark DispVMs as included in backups 2014-03-10 04:29:59 +01:00
01QubesHVm.py hvm: check for qrexec presence 2014-03-01 15:17:41 +01:00
02QubesTemplateHVm.py hvm: one more fix for start() return value 2013-12-19 13:46:30 +01:00
000QubesVm.py core: store date of last backup for each VM 2014-03-10 04:29:14 +01:00
003QubesTemplateVm.py Move all files one level up 2013-03-16 19:56:51 +01:00
005QubesNetVm.py core: handle errors with xenstore access during VM shutdown 2014-03-13 18:32:13 +01:00
006QubesAdminVm.py core: rename QubesDom0NetVm to QubesAdminVm 2013-11-29 03:42:56 +01:00
006QubesProxyVm.py core/proxyvm: allow TCP traffic to DNS servers 2014-01-21 04:45:41 +01:00
README.txt Move all files one level up 2013-03-16 19:56:51 +01:00

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