ssrg-vt / hermitux

A binary-compatible unikernel
https://ssrg-vt.github.io/hermitux/
391 stars 28 forks source link

It does not work on qemu #2

Open foreverpersist opened 5 years ago

foreverpersist commented 5 years ago

It fails on uhyve because of KVM_ENABLE_CAP in uhyve.c. So, I just comment this section, then it works ok.

However, it doesn't work on qemu. When I set HERMIT_ISLE=qemu, kernel can't run without error report. I also try qemu -kernel ldhermit.elf, it seems that the kernel doesn't boot at all.

My host OS is ubuntu 14.04

olivierpierre commented 5 years ago

Yes indeed currently HermiTux does not run on top of Qemu. There is a bit of work needed to allow it:

foreverpersist commented 5 years ago

I have some advices: