CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/11 13:55:15
Modified files:
usr.sbin/vmd : config.c parse.y vm.c vmd.c vmd.h vmm.c
Log message:
track the state of the vm (running, paused, etc) using a single bitfield
instead of
a handful of separate variables. this will makes it easier for vmd to report
and check on the individual vm states
no functional change intended
ok ccardenas@ mlarkin@
