core-admin/core-modules
Marek Marczykowski-Górecki e2c43d2292 Allow HVM to notify dom0 about tools installation
HVM can set some xenstore entries (in qubes-tools/ subtree) to pass
informations about installed tools to dom0. qubes.NotifyTools service
triggers update of VM properties (like qrexec_installed).
This way, after installation of Qubes Windows Tools, the user doesn't need
to change any VM settings to use the tools.
2013-10-28 05:09:54 +01:00
..
__init__.py Move all files one level up 2013-03-16 19:56:51 +01:00
01QubesAppVm.py Missing imports... 2013-03-26 01:28:39 +01:00
01QubesDisposableVm.py Move all files one level up 2013-03-16 19:56:51 +01:00
01QubesHVm.py Allow HVM to notify dom0 about tools installation 2013-10-28 05:09:54 +01:00
000QubesVm.py core: call ACPI S3 emulation only for VMs with PCI devices 2013-10-24 04:10:07 +02:00
003QubesTemplateVm.py Move all files one level up 2013-03-16 19:56:51 +01:00
005QubesNetVm.py Missing imports... 2013-03-26 01:28:39 +01:00
006QubesDom0NetVm.py core: add methods to trigger ACPI S3 of VM 2013-10-23 21:56:50 +02:00
006QubesProxyVm.py Missing imports once again... 2013-03-19 13:36:35 +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