core-admin/core-modules
Marek Marczykowski-Górecki 1c0ade6166
Fix race condition in QubesVm.get_cputime/get_mem
When domain is destroyed after isActive check, but before getting
actuall info, it would fail. So handle this situation.
2015-10-27 21:35:02 +01:00
..
__init__.py
01QubesAppVm.py
01QubesDisposableVm.py Merge remote-tracking branch 'origin/pr/7' into HEAD 2015-10-10 05:22:13 +02:00
01QubesHVm.py Update stubdom memory allocation to 44MB 2015-10-10 05:22:44 +02:00
02QubesTemplateHVm.py
000QubesVm.py Fix race condition in QubesVm.get_cputime/get_mem 2015-10-27 21:35:02 +01:00
003QubesTemplateVm.py
005QubesNetVm.py
006QubesAdminVm.py core: store dom0 info in qubes.xml 2015-04-28 15:00:50 +02:00
006QubesProxyVm.py core: add offline mode to qvm-create, qvm-prefs 2015-08-01 21:58:38 +02:00
Makefile
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