Re: [Qemu-devel] [PATCH 2/6] monitor: Introduce qemu_get_fd()

2012-02-15 Thread Juan Quintela
Luiz Capitulino wrote: > Get the file-descriptor from 'cur_mon', will be used by the QAPI > converted migration command. > > Signed-off-by: Anthony Liguori > Signed-off-by: Luiz Capitulino Reviewed-by: Juan Quintela

[Qemu-devel] [PATCH 2/6] monitor: Introduce qemu_get_fd()

2012-02-10 Thread Luiz Capitulino
Get the file-descriptor from 'cur_mon', will be used by the QAPI converted migration command. Signed-off-by: Anthony Liguori Signed-off-by: Luiz Capitulino --- monitor.c |5 + monitor.h |1 + 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/monitor.c b/monitor.c index