Re: [Qemu-devel] [PATCH 1/2] qemu-ga: make reopen_fd_to_null() public

2012-05-10 Thread Eric Blake
On 05/10/2012 01:50 PM, Luiz Capitulino wrote: > The next commit wants to use it. > > Signed-off-by: Luiz Capitulino > --- > qemu-ga.c | 17 + > qga/commands-posix.c | 19 --- > qga/guest-agent-core.h |4 > 3 files changed, 21 insertion

[Qemu-devel] [PATCH 1/2] qemu-ga: make reopen_fd_to_null() public

2012-05-10 Thread Luiz Capitulino
The next commit wants to use it. Signed-off-by: Luiz Capitulino --- qemu-ga.c | 17 + qga/commands-posix.c | 19 --- qga/guest-agent-core.h |4 3 files changed, 21 insertions(+), 19 deletions(-) diff --git a/qemu-ga.c b/qemu-ga.c index