Re: Using QEMU how to redirect serial /dev/ttyS2 output of guest machine to host machine.

2023-03-20 Thread Abhishek Singh Dagur
Thanks a lot. It's working fine 😁 now. Abhishek. On Sun, 19 Mar, 2023, 11:27 pm Cédric Le Goater, wrote: > Hello Abhishek, > > On 3/18/23 18:55, Abhishek Singh Dagur wrote: > > Hi Alex , Cédric, > > we have tried this *option:-serial *pty* -serial *pty* -serial *pt

Re: Using QEMU how to redirect serial /dev/ttyS2 output of guest machine to host machine.

2023-03-18 Thread Abhishek Singh Dagur
Hi Alex , Cédric, we have tried this *option:-serial *pty* -serial *pty* -serial *pty *-serial *pty *-serial *pty to check the serial output on screen. Here we are providing 2 scenarios without and with the changes suggested by @Cédric Le Goater . In first we are able to get /dev/ttyS4 serial por

Re: Using QEMU how to redirect serial /dev/ttyS2 output of guest machine to host machine.

2023-03-17 Thread Abhishek Singh Dagur
Thanks, I'll check it out. On Fri, Mar 17, 2023 at 10:54 PM Cédric Le Goater wrote: > On 3/17/23 17:06, Alex Bennée wrote: > > > > Abhishek Singh Dagur writes: > > > > (cc aspeed maintainers) > > > >> Hi all, > >> > >> We are

Using QEMU how to redirect serial /dev/ttyS2 output of guest machine to host machine.

2023-03-17 Thread Abhishek Singh Dagur
Hi all, We are using obmc-phosphor-image on an ast2500 board which is trying to communicate with other devices over serial port /dev/ttyS2. As we are trying to emulate the machine on qemu we need to redirect the request to the host machine so that it can handle this request and return appropriatel