Go to file
Malte Leip 94c675f7bb
DispVM: Do not overwrite properties set explicitly
The initializer of the class DispVM first calls the initializer of the
QubesVM class, which among other things sets properties as specified in
kwargs, and then copies over the properties of the template. This can
lead to properties passed explicitly by the caller through kwargs being
overwritten.

Hence only clone properties of the template that are still set to
default in the DispVM.

Fixes QubesOS/qubes-issues#4556
2019-06-02 17:58:19 +02:00
ci Fix issues found by pylint 2.0 2018-07-15 23:51:15 +02:00
contrib events: add support for async event handlers 2017-07-04 13:04:22 +02:00
doc tiny fix in documentation 2019-05-26 15:10:46 +02:00
etc Replace pool config parsing logic 2016-04-25 07:16:37 +02:00
linux Fix initial value of dom0 static-max entry 2019-04-05 05:00:11 +02:00
qubes DispVM: Do not overwrite properties set explicitly 2019-06-02 17:58:19 +02:00
qubes-rpc TODO: handle 'admin-permission' event in admin.vm.Console 2019-05-11 12:34:50 +02:00
qubes-rpc-policy Rename and fix from Marek's comments 2019-05-07 15:03:34 +02:00
qubespolicy qubespolicy: fix default target if it's a keyword 2019-03-15 05:35:36 +01:00
qvm-tools admin.vm.Console: fix error message on management dispvm 2019-05-11 11:59:56 +02:00
relaxng Change license to LGPL v2.1+ 2017-10-12 00:11:50 +02:00
rpm_spec rpm: add BR: gcc 2019-03-02 16:09:09 +01:00
templates libvirt: add pty console for any type of VM 2019-04-30 18:18:58 +02:00
test-packages Fix starting VM with kernel=None 2017-12-14 23:26:52 +01:00
tests tests: migrate qvm-block tests to core3 2018-10-10 00:44:15 +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 Remove obsolete options from .pylintrc 2016-07-21 12:21:00 +02:00
.travis.yml tests: re-enable policy prompt tests in travis 2019-03-16 03:03:49 +01:00
installer.wxs windows/installer: configurable destination directory 2014-11-19 12:50:31 +01:00
LICENSE Change license to LGPL v2.1+ 2017-10-12 00:11:50 +02:00
Makefile Rename and fix from Marek's comments 2019-05-07 15:03:34 +02:00
Makefile.builder rpm: integrate -doc package into main one 2017-05-12 18:43:35 +02:00
README.md Update readme 2017-10-16 04:16:23 +02:00
run-tests tests: rearrage LVM thin tests to run at least some in devel env 2017-05-12 18:10:17 +02:00
setup.cfg Add yapf configuration to setup.cfg 2016-07-21 12:11:34 +02:00
setup.py Update windows-related feature requests 2018-07-16 22:02:58 +02:00
version version 4.1.0 2019-03-08 18:24:30 +01:00

Qubes core, version 3

Build Status

This is master branch of the Qubes OS core.

API documentation is available: https://dev.qubes-os.org/projects/core-admin/en/latest/.