CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2020/05/24 16:08:54
Modified files: usr.sbin/ldomctl: config.c Log message: Make "init-system -n" check vcpu and memory constraints Second attempt after config.c revision 1.37, this time merely delay the "-n" test until after constraint checks have been performed such that the PRI is still read, as required in order to get the total number of VCPUs and memory. OK kmos who also tested this