core-admin/core-modules
Marek Marczykowski-Górecki 913cc27023 core: fix QubesVm.clone_attrs - really copy dicts
Otherwise it would point at the same object and for example changing
vm.services[] in one VM will change that also for another. That link
will be severed after reloading the VMs from qubes.xml, but at least in
case of DispVM startup its too late - vm.service['qubes-dvm'] is set for
the DispVM template even during normal startup, not savefile preparation.
2015-04-10 18:32:14 +02:00
..
__init__.py Move all files one level up 2013-03-16 19:56:51 +01:00
01QubesAppVm.py
01QubesDisposableVm.py
01QubesHVm.py
02QubesTemplateHVm.py
000QubesVm.py core: fix QubesVm.clone_attrs - really copy dicts 2015-04-10 18:32:14 +02:00
003QubesTemplateVm.py
005QubesNetVm.py core/modules: debug important VM changes 2015-02-19 21:32:43 +01:00
006QubesAdminVm.py
006QubesProxyVm.py core: rename create_xenstore_entries, get rid of xid parameter 2015-03-28 22:36:28 +01: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