core-admin/core-modules
Marek Marczykowski-Górecki 7359e394bc
core: detach connected VMs when shutting down NetVM
This is workaround for missing libxl/libvirt functionality: QubesOS/qubes-issues#1426

Also it should improve system shutdown time, as this is the situation
where all the VMs are shutting down simultaneously.

Fixes QubesOS/qubes-issues#1425
2015-11-15 02:06:18 +01: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 Merge remote-tracking branch 'origin/pr/7' into HEAD 2015-10-10 05:22:13 +02:00
01QubesHVm.py Support more VM types in qvm-grow-root 2015-10-24 19:58:03 +02:00
02QubesTemplateHVm.py core: add dummy QubesTemplateHVm.commit_changes 2015-02-22 03:53:51 +01:00
000QubesVm.py core: Add 'wait' parameter to vm.run_service function 2015-11-13 05:43:40 +01:00
001QubesResizableVm.py Improve resize2fs call for root.img resize 2015-11-07 05:03:54 +01:00
003QubesTemplateVm.py Support more VM types in qvm-grow-root 2015-10-24 19:58:03 +02:00
005QubesNetVm.py core: detach connected VMs when shutting down NetVM 2015-11-15 02:06:18 +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