@olivierlambert
The only place running XCP-ng on things like an RK3588 make sense is for home lab stuff, I probably wouldn't even build work lab stuff on these. Never enough ram (so far) and limited cores, plus almost everything will need to be running in virtual processor architecture.
All that said, it might be neat to simulate these ARM processors in x86 so that we could create a VM of the Pi, etc.
It's not possible to have text on an HVM guest, it was only usable for PV guests. You can use VNC as I said, it's even inside our doc: https://docs.xcp-ng.org/vms/#use-a-vnc-client
@olivierlambert hi, I think so, or let's say I could not find the correct endpoint at least.
To shutdown the VMs I used:
'http://{{xoserver}}/rest/v0/vms/{{vmcode}}/actions/clean_shutdown'
But adjusting this to:
'http://{{xoserver}}/rest/v0/hosts/{{hostcode}}/actions/clean_shutdown'
to stop the host did not work. Most likely I am just missing the correct action term to stop it?