CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/11 17:07:46
Modified files:
usr.sbin/vmd : vmd.h vmd.c
usr.sbin/vmctl : vmctl.h vmctl.c
Log message:
report vm state through 'vmctl status'; whereas previously this would display
the state of
the vcpu (which is why it got removed), it now actually reports the correct
state
(running, stopped, disabled, paused, etc)
ok ccardenas@ mlarkin@
