Go to file
Wojtek Porczyk 487411be4c Merge remote-tracking branch 'woju/pull/5/head' into core3-devel
Makefile                    |   1 -
doc/manpages/qvm-create.rst |   5 +
etc/storage.conf            |  13 -
qubes/__init__.py           |  82 +++++-
qubes/config.py             |  14 +-
qubes/devices.py            |  15 ++
qubes/storage/__init__.py   | 591 +++++++++++++---------------------------
qubes/storage/kernels.py    | 109 ++++++++
qubes/storage/xen.py        | 643 +++++++++++++++++++++++++++++---------------
qubes/tests/__init__.py     |  13 +-
qubes/tests/int/basic.py    |   5 +-
qubes/tests/storage.py      |  70 ++---
qubes/tests/storage_xen.py  | 366 +++++++++++++++----------
qubes/tools/qvm_create.py   |  18 +-
qubes/vm/appvm.py           |  38 ++-
qubes/vm/qubesvm.py         | 192 ++++++-------
qubes/vm/templatevm.py      |  45 +++-
rpm_spec/core-dom0.spec     |   2 +-
setup.py                    |   1 +
templates/libvirt/xen.xml   |  32 ++-
20 files changed, 1313 insertions(+), 942 deletions(-)
2016-04-26 11:09:18 +02:00
contrib contrib: script for drawing import graph and listing cycles 2016-04-22 10:44:54 +02:00
core backup: initial conversion to core3 API 2016-04-07 13:05:25 +02:00
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 qvm-create handle --pool argument 2016-04-25 07:17:19 +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 SizeMixIn first assert than call super() 2016-04-25 07:17:21 +02:00
qubes-rpc use shuf rather than od because it is more readable 2016-03-13 01:52:03 +00:00
qubes-rpc-policy implemented dom0 qubes.GetRandomizedTime 2016-03-13 01:15:46 +00:00
qvm-tools qubes/tools: rewrite qvm-shutdown 2016-04-20 13:52:58 +02:00
relaxng qubes/vm: fixes for features handling 2016-04-07 13:03:30 +02:00
rpm_spec Add pool LinuxKernel 2016-04-25 07:17:18 +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 tests: convert 'extra' test loader to core3 API 2016-04-11 13:50:19 +02:00
.coveragerc add config for coverage.py 2015-10-12 16:40:46 +02:00
.gitignore run-tests: Script for running tests in repo 2016-04-20 13:54:56 +02:00
.pylintrc qubes/tests/int/tools/qvm_run: add tests for qvm-run 2015-12-29 03:50:35 +01:00
installer.wxs windows/installer: configurable destination directory 2014-11-19 12:50:31 +01:00
LICENSE Added LICENSE 2010-04-05 21:21:27 +02:00
Makefile Replace pool config parsing logic 2016-04-25 07:16:37 +02:00
Makefile.builder windows: installer 2014-11-19 12:50:30 +01:00
README.md Add README.md with warning 2015-10-05 12:46:14 +02:00
run-tests run-tests: Script for running tests in repo 2016-04-20 13:54:56 +02:00
setup.py Add pool LinuxKernel 2016-04-25 07:17:18 +02:00
version version 3.2.0 2016-03-29 11:25:11 +02:00

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://ftp.qubes-os.org/~woju/core3doc/.