I am working with a hypervisor (Jailhouse) on my Linux PC. The hypervisor outputs logs to the serial port, but my PC doesn’t have a physical serial port. To troubleshoot I need to access hypervisor logs but I do not have a way to access that data. Can anyone tell me how I can access the serial port data generated on the same system?
This is a different problem than the usual serial communication problems because usually you get data from another serial device, here I am generating the serial data on the same PC but since I do not have a physical connection to the serial port I can not access this data from another PC. I just want to know if there is a way to access the generated data on the same PC.
Thank You