Re: [Qemu-devel] [PATCH 2/3] guest agent: add guest-pipe-open

2014-12-24 Thread Denis V. Lunev
On 22/12/14 12:06, Denis V. Lunev wrote: From: Simon Zolin Creates a FIFO pair that can be used with existing file read/write interfaces to communicate with processes spawned via the forthcoming guest-file-exec interface. Signed-off-by: Simon Zolin Acked-by: Roman Kagan Signed-off-by: Denis

[Qemu-devel] [PATCH 2/3] guest agent: add guest-pipe-open

2014-12-22 Thread Denis V. Lunev
From: Simon Zolin Creates a FIFO pair that can be used with existing file read/write interfaces to communicate with processes spawned via the forthcoming guest-file-exec interface. Signed-off-by: Simon Zolin Acked-by: Roman Kagan Signed-off-by: Denis V. Lunev CC: Michael Roth --- qga/comman