core-admin/core-modules
Marek Marczykowski-Górecki 52334bc414 core: fix firewall update code
Do not load qubes.xml again, it can cause race conditions between two
instances of the same VM objects.
Especially when VM is starting ProxyVM to which it is connected,
firewall rules could not be loaded.
2015-01-30 01:38:56 +01:00
..
__init__.py Move all files one level up 2013-03-16 19:56:51 +01:00
01QubesAppVm.py Declare file encoding for all python files, fill missing copyright headers 2014-05-18 21:03:27 +02:00
01QubesDisposableVm.py Do not use qmemman when not present (installed) on particular VMM 2014-11-19 12:50:25 +01:00
01QubesHVm.py HVM: do not fail on non-Xen systems (without xenstore) 2014-11-19 12:50:29 +01:00
02QubesTemplateHVm.py core: fix imports 2014-11-19 12:50:32 +01:00
000QubesVm.py core: fix firewall update code 2015-01-30 01:38:56 +01:00
003QubesTemplateVm.py core: split VM images handling to separate class 2014-11-19 12:50:25 +01:00
005QubesNetVm.py Use QubesDB instead of Xenstore. 2014-11-19 12:48:28 +01:00
006QubesAdminVm.py Minor changes to make VMM connection really lazy 2014-11-19 12:48:27 +01:00
006QubesProxyVm.py core: fix regression in iptables rule generator 2014-11-19 12:50:24 +01:00
Makefile rpm+makefile: move build/install code to Makefile files 2014-11-19 12:50:24 +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