I have set up the Xen on a Raspberry Pi 4. The dom0
is a Ubuntu-based 20.04.3 OS. The Xen is running fine. I have also created an ubuntu-based domU and am able to create the VM using the xl
command and connect the domU's console to the hvc0.
Now I want to create a guest VM (GUI-based OS; e.g. Ubuntu 20.04 LTS) on Xen. What should I configure to enable displaying GUI-based VM's on a separate display (monitor) from a Raspberry Pi?
Thanks in advance.