Go to file
Rusty Bird d7478d128b
storage/reflink: document hardcoded sizeof(int) for FICLONE
One alternative would look like

    import ctypes
    sizeof_int = ctypes.sizeof(ctypes.c_int)
    FICLONE = (1073741824 % 256**sizeof_int) | 37897 | (sizeof_int << 16)

but, even if the above really(?) is a 100% correct Python port of

    $ echo FICLONE | cpp -include linux/fs.h | tail -n 1

it still seems more likely that the ctypes package is somehow buggy
somewhere than for Qubes storage to run on an exotic architecture with
non 32 bit ints (in the foreseeable future).

So just document the baked in assumption.
2019-12-03 18:21:54 +00:00
ci Move pylint configuration into standard location 2019-09-27 16:29:20 +02:00
contrib events: add support for async event handlers 2017-07-04 13:04:22 +02:00
doc doc: remove useless _static generated by sphinx 2019-11-22 21:39:38 +01:00
etc Replace pool config parsing logic 2016-04-25 07:16:37 +02:00
linux cleanup-dispvms: fix python shebang 2019-11-22 21:39:35 +01:00
qubes storage/reflink: document hardcoded sizeof(int) for FICLONE 2019-12-03 18:21:54 +00:00
qubes-rpc Make qubesd-query-fast support keyword targets 2019-10-16 14:23:48 +02:00
qubes-rpc-policy qubes-rpc: add qubes.ConnectTCP 2019-08-08 12:28:30 +02:00
qvm-tools Add missing source admin.vm.Console call in qvm-console-dispvm 2019-10-09 04:41:48 +02:00
relaxng Change license to LGPL v2.1+ 2017-10-12 00:11:50 +02:00
rpm_spec spec: fix missing dependency 2019-11-22 21:39:33 +01:00
templates ext/block: prefer connecting cdrom as xvdd 2019-11-19 14:03:21 +01: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 pylint: disable import-outside-toplevel 2019-09-27 16:29:20 +02:00
.travis.yml travis: fix dom0 distribution 2019-11-22 22:13:05 +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 Added admin.pool.UsageDetails API method 2019-10-23 03:04:30 +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 Remove qrexec related files - moved to core-qrexec repository 2019-04-11 04:29:04 +02:00
version version 4.1.5 2019-11-13 05:42:45 +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/.