Go to file
HW42 f14637a615 u2mfn: get mfn via pte
Before this commit u2mfn got the address via kmap(get_user_pages(...)).
This has the problem that get_user_pages() does not work in some cases.
For example when qemu in a stubdom tries to get the mfn for a page which
is mapped from the target domain u2mfn fails because get_user_pages()
cannot be used for such mappings.

So get the address from the pte with apply_to_page_range(). Since we are
only interested in one page get_locked_pte() would be simpler but it's
not available to modules.
2017-07-05 20:21:22 +02:00
archlinux Add python-setuptools to build depends 2017-04-08 13:58:33 +02:00
debian version 4.0.2 2017-06-24 14:55:03 +02:00
dracut initramfs: use symlink for rw root.img, instead of dm-linear 2017-06-12 13:02:31 +02:00
imgconverter imgconverter: use core3 API in get_from_vm() 2017-05-18 01:03:06 +02:00
initramfs-tools debian: introduce qubes-kernel-vm-support package 2015-11-11 05:10:59 +01:00
kernel-modules u2mfn: get mfn via pte 2017-07-05 20:21:22 +02:00
pkgs archlinux: created build scripts 2013-04-17 01:48:28 +02:00
qmemman qmemman-meminfo-writer: send simplified meminfo value 2017-04-08 13:58:33 +02:00
qrexec-lib Fix include header syntax 2017-06-09 04:45:38 +05:30
rpm_spec rpm: add missing build requires 2017-05-18 01:23:23 +02:00
udev udev: use DM ignore device flag only for DM devices 2016-11-23 03:40:37 +01:00
.gitignore gitignore 2014-07-26 03:36:31 +02:00
.travis.yml travis: drop fc23 vm packages building 2017-04-10 11:01:46 +02:00
Makefile Package imgconverter as separate Python module 2017-04-08 13:58:32 +02:00
Makefile.builder Add VM kernel related files as qubes-core-vm-kernel-support package 2015-03-25 23:25:33 +01:00
version version 4.0.2 2017-06-24 14:55:03 +02:00