core-admin/core-modules
Marek Marczykowski 457737b6cc QubesVm: ignore errors during debug VM config file creation
Currently <vm-dir>/<vm-name>.conf file is used only for debugging
purposes - the real one is passed directly to libvirt, without storing
on disk for it.
In some cases (e.g. qvm-clone) QubesVM.create_config_file() can be
called before VM directory exists and in this case it would fail.
Because it isn't critical fail in any means (the config file will be
recreated on next occasion) just ignore this error.

Final version most likely will have this part of code removed
completely.
2014-11-19 12:48:28 +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 Use QubesDB instead of Xenstore. 2014-11-19 12:48:28 +01:00
01QubesHVm.py Remove unused 'source_template' parameter from some QubesVm internal functions 2014-11-19 12:48:27 +01:00
02QubesTemplateHVm.py Declare file encoding for all python files, fill missing copyright headers 2014-05-18 21:03:27 +02:00
000QubesVm.py QubesVm: ignore errors during debug VM config file creation 2014-11-19 12:48:28 +01:00
003QubesTemplateVm.py Remove unused 'source_template' parameter from some QubesVm internal functions 2014-11-19 12:48:27 +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 Use QubesDB instead of Xenstore. 2014-11-19 12:48:28 +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