Re: [Qemu-devel] qemu_chr_open_pipe

2016-04-28 Thread Tim Sander
Hi > I would like to try to connect some serial hardware simulation to a standard > serial port within qemu. Everything should run within qemu. I found the answer and just to make the people happy using search engines here is the answer: There are backends which already implement serial hardware

[Qemu-devel] qemu_chr_open_pipe

2016-04-19 Thread Tim Sander
Hi I would like to try to connect some serial hardware simulation to a standard serial port within qemu. Everything should run within qemu. The closest i found was qemu_chr_open_pipe but then there seem to be no uses within the qemu code which made me suspicious. It also made it hard finding so