G'Day jailhouse folks, I am trying to install jailhouse on a real hardware (x86 intel architecture), I enabled VT-d in the BIOS to enable virtualization which allowed me to obtain the data.tar by doing the following:
$ sudo tools/jailhouse config collect data.tar $ mkdir myboard $ tar -xvf data.tar -C myboard $ tools/jailhouse config create -r path/to/untarred/data configs/myboard.c in this case "path/to/untarred/data" is "myboard/" , however when I enter the last command, it gives out the following error: RuntimeError: DMAR region size cannot be identified. Target Linux must run with Intel IOMMU enabled. I did enable VT-d in the BIOS and furthermore I also tried to run the following command in the terminal : "intel_iommu=on", I also tried turning it off as mentioned in the github page however I still get the same error. I have attached a screenshot to make it easier to understand. Am I missing a package?, do I need to re-configure or configure something like a file. Any advice will be appreciated :) Regards, Swaraj. -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
