From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54084) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEhp1-0005BT-FT for qemu-devel@nongnu.org; Thu, 20 Sep 2012 10:33:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEhp0-0002yP-Jy for qemu-devel@nongnu.org; Thu, 20 Sep 2012 10:33:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59071) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEhp0-0002yL-BP for qemu-devel@nongnu.org; Thu, 20 Sep 2012 10:33:42 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8KEXfhV016841 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 20 Sep 2012 10:33:41 -0400 Message-ID: <505B2943.8010800@redhat.com> Date: Thu, 20 Sep 2012 16:33:39 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1348065078-5139-1-git-send-email-pbonzini@redhat.com> <1348065078-5139-2-git-send-email-pbonzini@redhat.com> <20120919174229.28597314@doriath.home> <505ACF52.7090108@redhat.com> <20120920104718.018c16b5@doriath.home> In-Reply-To: <20120920104718.018c16b5@doriath.home> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 01/12] monitor: use monitor_handle_fd_param for non-Error-friendly users of named fds List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org [snip] Ok, I'll drop this patch and do everything in a single patch adding Error *. Paolo