Re: [Qemu-devel] redirecting stdio from a VM guest

2014-05-28 Thread Eric Blake
On 05/28/2014 06:51 AM, Alexander Binun wrote: > Dear Friends, >First of all, great thanks for your support! I would ask yet one question. > > I have a programs running on a VM guest. Its output is valuable (for VM introspection) so I want to let the host module know about it. I prefer to redir

Re: [Qemu-devel] redirecting stdio from a VM guest

2014-05-28 Thread Alexander Binun
Great thanks! What is the meaning of "log" ? Thanks, Alex Binun On Wed 28 May 16:14 2014 Eric Blake wrote: > > On 05/28/2014 06:51 AM, Alexander Binun wrote: > > Dear Friends, > >First of all, great thanks for your support! I would ask yet one > > question. > > > > I have a programs run

Re: [Qemu-devel] redirecting stdio from a VM guest

2014-05-28 Thread Eric Blake
On 05/28/2014 06:51 AM, Alexander Binun wrote: > Dear Friends, >First of all, great thanks for your support! I would ask yet one question. > > I have a programs running on a VM guest. Its output is valuable (for VM > introspection) so I want to let the host module know about it. I prefer to

[Qemu-devel] redirecting stdio from a VM guest

2014-05-28 Thread Alexander Binun
Dear Friends, First of all, great thanks for your support! I would ask yet one question. I have a programs running on a VM guest. Its output is valuable (for VM introspection) so I want to let the host module know about it. I prefer to redirect ' stdio" of a guest into a device at the host