Hi Jan!
Thanks for pointing out the Yocto recipes!
I have now added "jailhouse" (V0.12) to my image and the kernel module
"jailhouse.ko" is also loaded.
Unfortunately I now have another problem:
When I execute the command "jailhouse hardware check" I get the following
error messages:
Traceback (most recent call last):
File "/usr/libexec/jailhouse/jailhouse-hardware-check", line 130, in
<module>
pci_devices, _, _ = sysfs_parser.parse_pcidevices()
File "/usr/lib/python3.7/site-packages/pyjailhouse/sysfs_parser.py", line
289, in parse_pcidevices
d = PCIDevice.parse_pcidevice_sysfsdir(basedir, dir)
File "/usr/lib/python3.7/site-packages/pyjailhouse/sysfs_parser.py", line
900, in parse_pcidevice_sysfsdir
caps = PCICapability.parse_pcicaps(dpath)
File "/usr/lib/python3.7/site-packages/pyjailhouse/sysfs_parser.py", line
783, in parse_pcicaps
(id, version_next) = struct.unpack('<HH', f.read(4))
struct.error: unpack requires a buffer of 4 bytes
(python3: 3.7.7)
Unfortunately, I don't know about Python at all.
What could be the reason for this?
Best regards,
Jan.
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jailhouse-dev/629cee36-86a7-4239-a997-baa2d165f08dn%40googlegroups.com.