ello
i'm trying to learn more about xen hypervisor .. i install xen in my host with alpine as domu 
and now i'm trying to build xen from source with linux dom0 for an arm board .. i have a little bit confusion about building xen from the source
here's what i did 
i build xen from the source 
git clone git://xenbits.xen.org/xen.git

make dist-xen XEN_TARGET_ARCH=arm32 CROSS_COMPILE=arm-linux-gnueabihf- CONFIG_EARLY_PRINTK=omap5432

then i download the linux kernel from
git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git

i configured and compiled successfully

i have in my sd card the u-boot.img and MLO and zimage xenuimage and the file system ubuntu .. it worked fine after some problems .. now i'm trynig to install linux as domu .. 

when i wrote xl list ..the output is no command found ... it looks like i need to install xen but i don't know how .. i'm really confused . where should i install it and how 
does any body can help me
Regards