EVEadm SRS
Requirements available in:
https://github.com/lf-edge/eve/blob/master/pkg/pillar/cmd/domainmgr/domainmgr.go
a cursory grepping for xl reveals that we're currently using:
domid
create
status
unpause
shutdown
destroy
pci-assignable-add
pci-assignable-rem
subcommands of xl and also a few other direct ways of interacting with Xen like:
xenstore write
All of these will have to be in the MVP of eveadm. So if you look at vmadm man page I guess this will mean at least:
create
delete
start
stop
info
update
and also some thoughts around how the other commands will map.
+console, list, reboot?