On 08.07.19 13:39, [email protected] wrote: > Hi everyone, > > I'm using Jailhouse to put several linux in parallel. One problem I have is > that I only have one serial port and I don't want to use ssh. I don't know if > there is a technology compatible with Jailhouse to create virtual serial > console to have the consoles of my linux inmates. Can you guide me please?
There is currently no ready-to-use solution for a console via something like a virtual serial link. IIRC, someone once reported here to work on an equivalent of ivshmem-net for serial, but I haven't heard any news nor seen any code. The midterm perspective is that we would like to map virtio on ivshmem (just pushed the foundation of that, reworked ivshmem, to wip/ivshmem2). That will allow to reuse existing guest drivers on one side, but we will still need to look for a virtio backend stack on the other, and how to map that on ivshmem. For now, the best answer is ivshmem-net and ssh and possibly also netconsole via that. HTH, Jan -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux -- 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/f5d0c8d1-9bf7-986d-f12e-ac73b5a9e263%40siemens.com. For more options, visit https://groups.google.com/d/optout.
