Re: [Qemu-devel] [PATCH 4/8] guest agent: add guest-pipe-open

2015-02-03 Thread Eric Blake
On 02/03/2015 02:57 PM, Eric Blake wrote: >> +# Returns: Guest file handle on success, as per guest-file-open. This >> +# handle is useable with the same interfaces as a handle returned by > >> + 'returns': 'int' } > > I'm not a fan of returning a bare 'int' - it is not extensible. Better > i

Re: [Qemu-devel] [PATCH 4/8] guest agent: add guest-pipe-open

2015-02-03 Thread Eric Blake
On 12/31/2014 06:06 AM, 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 >

[Qemu-devel] [PATCH 4/8] guest agent: add guest-pipe-open

2014-12-31 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