From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YspZg-0000FJ-Py for qemu-devel@nongnu.org; Thu, 14 May 2015 05:37:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YspZc-0006wY-DW for qemu-devel@nongnu.org; Thu, 14 May 2015 05:37:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YspZc-0006vn-72 for qemu-devel@nongnu.org; Thu, 14 May 2015 05:37:00 -0400 Message-ID: <55546CB0.8030002@redhat.com> Date: Thu, 14 May 2015 11:36:48 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1431574469-9605-1-git-send-email-famz@redhat.com> <20150514043905.GA11231@ad.nay.redhat.com> In-Reply-To: <20150514043905.GA11231@ad.nay.redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH v2 00/13] main-loop: Get rid of fd_read_poll and qemu_set_fd_handler2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: Kevin Wolf , Jason Wang , Vincenzo Maffione , Stefan Hajnoczi , Giuseppe Lettieri , Luigi Rizzo On 14/05/2015 06:39, Fam Zheng wrote: > On Thu, 05/14 11:34, Fam Zheng wrote: >> Patch 1 adds a stub for qemu_set_fd_handler which will be referenced in coming >> patches. >> >> Patch 2 converts qemu-nbd which compares two global numbers in the fd_read_poll >> callback. >> >> Patches 2~5 converts the four net devices, all of which checks >> qemu_can_send_packet() in the callback. > > s/2~5/3~6/ > >> >> Patch 6 and 7 finally removes the function. > > s/6 and 7/7 and 8/ Should I queue patches 9-12 now? Paolo