Go to file
Marek Marczykowski-Górecki ff78b26f66 qubes: implement offline mode
Apparently the most important (the only?) property required in offline
mode is "is_running". So let's patch it to return False and make sure
any other libvirt usage would result in failure.

Or maybe better simply returh False in vm.is_running, when libvirt
connection fails? But then it would not be possible to use offline mode
and have (some, probably unrelated) libvirtd running at the same time.

Fixes QubesOS/qubes-issues#2008
2016-06-02 12:41:26 +02:00
contrib
core
core-modules Merge remote-tracking branch 'origin/master' into core3-devel-mm 2016-04-11 13:03:12 +02:00
dispvm dispvm: use try/finally to make sure that qubes.xml is unlocked 2016-02-21 12:41:13 +01:00
doc Add qvm-pool and manpage for it 2016-05-30 13:31:54 +02:00
etc Replace pool config parsing logic 2016-04-25 07:16:37 +02:00
linux Merge remote-tracking branch 'marmarek/master' into core3-devel 2016-03-03 01:13:51 +01:00
qubes qubes: implement offline mode 2016-06-02 12:41:26 +02:00
qubes-rpc qubes/tools/qvm-features: add tool for managing qvm-features 2016-05-19 03:02:24 +02:00
qubes-rpc-policy
qvm-tools Implement qvm-remove 2016-05-21 01:35:30 +02:00
relaxng qubes/vm: fixes for features handling 2016-04-07 13:03:30 +02:00
rpm_spec Add qvm-pool and manpage for it 2016-05-30 13:31:54 +02:00
templates Loop over QubesVM.block_devices in libvirt xml 2016-04-25 07:16:36 +02:00
test-packages Add requirements.txt for readthedocs.org 2016-04-22 15:51:50 +02:00
tests Rename default storage driver from xen to file 2016-04-30 20:42:46 +02:00
.coveragerc add config for coverage.py 2015-10-12 16:40:46 +02:00
.gitignore
.pylintrc
installer.wxs
LICENSE
Makefile
Makefile.builder windows: installer 2014-11-19 12:50:30 +01:00
README.md Add readthedocs and badge to README.md 2016-04-27 15:41:56 +02:00
run-tests
setup.py qubes/vm: Implement Disposable VM 2016-06-02 12:37:19 +02:00
version

Qubes core, version 3

This is development branch of the Qubes OS core. This branch is subject to rebase without warning until further notice.

API documentation is available: https://qubes-core-admin.readthedocs.org/en/latest/.