core-admin/core-modules
Marek Marczykowski-Górecki 76bddaa280 core: use vm.absolute_path to parse paths in qubes.xml
This makes easier to handle some corner cases. One of them is having
entry without `dir_path` defined. This may happen when migrating from R2
(using backup+restore or in-place) while some DisposableVM was running
(even if not included in the backup itself).

Fixes qubesos/qubes-issues#1124
Reported by @doncohen, thanks @wyory for providing more details.
2015-09-04 01:58:53 +02: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 core: fix vm-persistence info for DispVM 2015-09-03 21:11:43 +02:00
01QubesHVm.py core/hvm: check if VM serving cdrom content is running 2015-07-25 04:17:59 +02:00
02QubesTemplateHVm.py core: add dummy QubesTemplateHVm.commit_changes 2015-02-22 03:53:51 +01:00
000QubesVm.py core: use vm.absolute_path to parse paths in qubes.xml 2015-09-04 01:58:53 +02:00
003QubesTemplateVm.py core/modules: debug important VM changes 2015-02-19 21:32:43 +01:00
005QubesNetVm.py core/modules: debug important VM changes 2015-02-19 21:32:43 +01:00
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 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