CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2023/08/10 01:50:45
Modified files: usr.sbin/ldomctl: ldomctl.c Log message: Make stopped ldom utilization appear as zero ldomctl(8) 'status' updated the value only on running guests, i.e. stopped ones repeated the last ones instead of showing zero. Always reset per guest before updating it, From Koakuma, thanks!