From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHbHg-00028L-7N for qemu-devel@nongnu.org; Fri, 08 Jan 2016 12:57:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHbHd-0002Db-0s for qemu-devel@nongnu.org; Fri, 08 Jan 2016 12:57:08 -0500 Received: from smtp.citrix.com ([66.165.176.89]:27141) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHbHc-0002DT-T0 for qemu-devel@nongnu.org; Fri, 08 Jan 2016 12:57:04 -0500 Date: Fri, 8 Jan 2016 17:57:02 +0000 From: Wei Liu Message-ID: <20160108175702.GB13478@citrix.com> References: <1452196584-17259-1-git-send-email-wei.liu2@citrix.com> <1452196584-17259-22-git-send-email-wei.liu2@citrix.com> <871t9sv1eq.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <871t9sv1eq.fsf@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH v2 21/27] 9pfs: factor out virtio_9p_push_and_notify List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Aneesh Kumar K.V" Cc: "Michael S. Tsirkin" , Wei Liu , qemu-devel@nongnu.org, Greg Kurz On Fri, Jan 08, 2016 at 03:27:49PM +0530, Aneesh Kumar K.V wrote: [...] > > How is this different from pdu_push_notify added by [PATCH 18/27] > #18 is encapsulating functionality into pdu_* function family. This patch is encapsulating virtio specific code into virtio specific function. The two patches reflect the process of code refactoring. There is no functional change. This patch just moves the code to virito specific file and gives it a proper name. Then the virtio_ function is called from pdu_ function. Wei. > -aneesh > >