From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MoKb7-0005bv-1z for qemu-devel@nongnu.org; Thu, 17 Sep 2009 13:16:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MoKb1-0005V9-Fe for qemu-devel@nongnu.org; Thu, 17 Sep 2009 13:16:43 -0400 Received: from [199.232.76.173] (port=60661 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoKb1-0005Uv-DL for qemu-devel@nongnu.org; Thu, 17 Sep 2009 13:16:39 -0400 Date: Thu, 17 Sep 2009 14:16:28 -0300 From: Luiz Capitulino Message-ID: <20090917141628.2abac914@doriath> In-Reply-To: <4AB23980.6030007@gnu.org> References: <1253136760-3614-1-git-send-email-lcapitulino@redhat.com> <1253136760-3614-3-git-send-email-lcapitulino@redhat.com> <4AB1D99D.5080007@gnu.org> <20090917101831.69fc8b1f@doriath> <4AB23980.6030007@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 2/7] monitor: Handle new and old style handlers List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel On Thu, 17 Sep 2009 15:28:32 +0200 Paolo Bonzini wrote: > > > The problem is that the monitor_handler_ported() branch can > > have additional code in the future (eg. protocol emission code), > > so different branches makes things easier to understand. > > Well, you don't know... It may end up in different functions, like Actually, I already have this code and will post shortly (for review, not for inclusion).