1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.sbin/ldomctl
kn 34ad8cc0aa Clarify BUGS wrt. reserving memory for the hypervisor
The previous wording might be understood as "leave memory unused in the
primary domain", which is precisely what causes the hypervisor to reject
the configuration since ldomctl(8) would implicitly allocate all remaining
memory for the primary domain.

Make sure that primary domain memory should be assigned explicitly so the
total amount of allocated memory is less than physically available, i.e.
the hypervisor will have even more memory available and configurations can
boot again.

OK stsp
2021-11-17 15:13:36 +00:00
..
config.c last pieces of satisfying -fno-common 2021-01-31 05:14:24 +00:00
ldom_util.h Use scan_scaled(3) for memory in ldom.conf 2019-11-28 18:40:42 +00:00
ldom.conf.5 Clarify BUGS wrt. reserving memory for the hypervisor 2021-11-17 15:13:36 +00:00
ldomctl.8 Provide real output for the "ldomctl console" EXAMPLE 2021-11-17 13:48:12 +00:00
ldomctl.c For open/openat, if the flags parameter does not contain O_CREAT, the 2021-10-24 21:24:15 +00:00
ldomctl.h Move global domain declaration to parse.y 2021-01-30 19:32:44 +00:00
Makefile Use scan_scaled(3) for memory in ldom.conf 2019-11-28 18:40:42 +00:00
mdesc.c Use scan_scaled(3) for memory in ldom.conf 2019-11-28 18:40:42 +00:00
mdesc.h Add interface to set/update a data property. 2019-07-14 14:40:55 +00:00
mdstore.c The code in mdstore.c should stand on its own, so rename the global 2021-02-01 16:27:06 +00:00
mdstore.h
parse.y Don't declare variables as "unsigned char *" that are passed to 2021-10-15 15:01:27 +00:00
pri.c Use scan_scaled(3) for memory in ldom.conf 2019-11-28 18:40:42 +00:00
util.c Use scan_scaled(3) for memory in ldom.conf 2019-11-28 18:40:42 +00:00