From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTAvk-0003u9-II for qemu-devel@nongnu.org; Tue, 30 Oct 2012 08:28:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TTAve-0007ap-O8 for qemu-devel@nongnu.org; Tue, 30 Oct 2012 08:28:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTAve-0007ad-H8 for qemu-devel@nongnu.org; Tue, 30 Oct 2012 08:28:22 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q9UCSM6v028144 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 30 Oct 2012 08:28:22 -0400 From: Juan Quintela In-Reply-To: <1350555758-29988-5-git-send-email-pbonzini@redhat.com> (Paolo Bonzini's message of "Thu, 18 Oct 2012 12:22:30 +0200") References: <1350555758-29988-1-git-send-email-pbonzini@redhat.com> <1350555758-29988-5-git-send-email-pbonzini@redhat.com> Date: Tue, 30 Oct 2012 13:28:18 +0100 Message-ID: <87lieojg9p.fsf@elfo.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 04/12] migration: replace qemu_stdio_fd with qemu_get_fd Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini Reviewed-by: Juan Quintela