Re: [Qemu-devel] QEMU pipe implementation for Windows(host) Linux(guest) interaction

2017-02-23 Thread Daniel P. Berrange
On Thu, Feb 23, 2017 at 08:45:17AM +0100, Jiahuan Zhang wrote: > Dear QEMU developers, > > I am a student working on the host-guest interaction for a Windows Host and > Linux Quest. Actually, I aim to make a universal pipe implementation for > any host-guest interaction. FWIW, there's already two

[Qemu-devel] QEMU pipe implementation for Windows(host) Linux(guest) interaction

2017-02-22 Thread Jiahuan Zhang
Dear QEMU developers, I am a student working on the host-guest interaction for a Windows Host and Linux Quest. Actually, I aim to make a universal pipe implementation for any host-guest interaction. I am now using a serial port to redirect to a pipe. This is working with LInux host and Linux gues