From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYtSo-00059V-95 for qemu-devel@nongnu.org; Tue, 30 Sep 2014 05:11:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYtSf-000271-8P for qemu-devel@nongnu.org; Tue, 30 Sep 2014 05:11:18 -0400 Received: from mail-we0-x22f.google.com ([2a00:1450:400c:c03::22f]:62770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYtSf-00025G-12 for qemu-devel@nongnu.org; Tue, 30 Sep 2014 05:11:09 -0400 Received: by mail-we0-f175.google.com with SMTP id q59so3358928wes.6 for ; Tue, 30 Sep 2014 02:11:03 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <542A73A2.8080303@redhat.com> Date: Tue, 30 Sep 2014 11:10:58 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1412057438-10004-1-git-send-email-arei.gonglei@huawei.com> <1412057438-10004-13-git-send-email-arei.gonglei@huawei.com> <20140930110452.2f0fed58.cornelia.huck@de.ibm.com> In-Reply-To: <20140930110452.2f0fed58.cornelia.huck@de.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 12/12] virtio: add a wrapper for virtio-backend initialization List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck , arei.gonglei@huawei.com Cc: weidong.huang@huawei.com, mst@redhat.com, armbru@redhat.com, luonengjun@huawei.com, qemu-devel@nongnu.org, agraf@suse.de, borntraeger@de.ibm.com, stefanha@redhat.com, peter.huangpeng@huawei.com, rth@twiddle.net Il 30/09/2014 11:04, Cornelia Huck ha scritto: >> > For better code sharing, add a wrapper help funciton > typo: s/funciton/function/ > >> > for various virtio devices. > s/for various virtio devices/that handles referencing the virtio > backend for virtio proxy devices/ ? > "For better code sharing, add a helper function that handles reference counting of the virtio backend for virtio proxy devices." ? Paolo