Hi,
I built an the NXP hypervisor image according to the code in https://github.com/nxp-qoriq, but when I use the qemu command like "qemu-system-ppc64 -nographic -M ppce500 -cpu e6500 -kernel output/bin/hv", it will hang on, it looks it still need the hypervisor config device tree, guest image, guest device tree.
There is test folder in the hypervisor code, I think that could be used for the guest image, anyway, any simple way to run hypervisor in qemu?