Hi ,
I'm working on XEN 4.18, and trying to run it on ubuntu 22.04.
Options of the kernel of ubuntu 22.04 about XEN are following:
So my question is whether the ubuntu 22.04 can be used as the dom0 of the XEN? if Yes, what's the other configurations except to the compiling and instaling of XEN and grub updating, which are required to do so the XEN can run on ubuntu 22.04.
Thanks,
Jeky
I'm working on XEN 4.18, and trying to run it on ubuntu 22.04.
Options of the kernel of ubuntu 22.04 about XEN are following:
CONFIG_XEN=y
CONFIG_XEN_PV=y
CONFIG_XEN_512GB=y
CONFIG_XEN_PV_SMP=y
CONFIG_XEN_PV_DOM0=y
CONFIG_XEN_PVHVM=y
CONFIG_XEN_PVHVM_SMP=y
CONFIG_XEN_PVHVM_GUEST=y
CONFIG_XEN_SAVE_RESTORE=y
I compiled the XEN from the source code which download from the URL(https://github.com/xen-project/xen/blob/stable-4.18), install it and update the grub. The system is suspended during the boot phase. So my question is whether the ubuntu 22.04 can be used as the dom0 of the XEN? if Yes, what's the other configurations except to the compiling and instaling of XEN and grub updating, which are required to do so the XEN can run on ubuntu 22.04.
Thanks,
Jeky