This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".
The branch, master has been updated
via 0f9822d2ab9881ebb601b25ab3f381bbb6197b05 (commit)
from 366954d50be00d085d44a8c461a80f2d0b663224 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0f9822d2ab9881ebb601b25ab3f381bbb6197b05
Author: Samuel Thibault <[email protected]>
Date: Tue Jan 30 19:58:18 2024 +0100
Add vm_pages_phys
For rumpdisk to efficiently determine the physical address, both
for checking whether it is below 4GiB, and for giving it to the disk
driver, we need a gnumach primitive (and that is not conditioned by
MACH_VM_DEBUG like mach_vm_region_info and mach_vm_object_pages_phys
are).
-----------------------------------------------------------------------
Summary of changes:
doc/mach.texi | 17 +++++
i386/include/mach/i386/machine_types.defs | 1 +
i386/include/mach/i386/vm_types.h | 1 +
include/mach/gnumach.defs | 10 +++
vm/vm_user.c | 100 ++++++++++++++++++++++++++++++
5 files changed, 129 insertions(+)
hooks/post-receive
--
GNU Mach