core-admin/core-modules
Jean-Philippe Ouellet c4f30bc3ad
Don't allow VM name ending in -dm
This is used internally for device-model stubdomains (untrusted qemu)
for HVMs, and causes conflicts when trying to boot foo (HVM) and foo-dm
(any type).

Partially fixes https://github.com/QubesOS/qubes-issues/issues/2422
2016-11-21 22:38:59 -05:00
..
__init__.py Move all files one level up 2013-03-16 19:56:51 +01:00
01QubesAppVm.py Support more VM types in qvm-grow-root 2015-10-24 19:58:03 +02:00
01QubesDisposableVm.py Move /var/run/shm.id to /var/run/qubes/shm.id 2016-07-25 21:17:10 -05:00
01QubesHVm.py core: validate dom0 drive path before starting VM 2016-06-21 18:39:13 +02:00
02QubesTemplateHVm.py storage: use root-cow.img for HVM template, to support reverting changes 2016-01-07 05:48:32 +01:00
000QubesVm.py Don't allow VM name ending in -dm 2016-11-21 22:38:59 -05:00
001QubesResizableVm.py qvm-grow-root: add --allow-start option 2015-12-26 04:10:20 +01:00
003QubesTemplateVm.py Support more VM types in qvm-grow-root 2015-10-24 19:58:03 +02:00
005QubesNetVm.py core: fix handling uses_default_netvm property 2016-07-17 03:56:11 +02: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