From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqX1C-0005Qm-Rs for qemu-devel@nongnu.org; Thu, 07 May 2015 21:23:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqX19-0004kP-KT for qemu-devel@nongnu.org; Thu, 07 May 2015 21:23:58 -0400 Received: from mail-pd0-f172.google.com ([209.85.192.172]:36714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqX19-0004kA-Fu for qemu-devel@nongnu.org; Thu, 07 May 2015 21:23:55 -0400 Received: by pdea3 with SMTP id a3so56396240pde.3 for ; Thu, 07 May 2015 18:23:54 -0700 (PDT) Message-ID: <554C1023.20102@linaro.org> Date: Fri, 08 May 2015 09:23:47 +0800 From: Shannon Zhao MIME-Version: 1.0 References: <1430321049-11859-1-git-send-email-shannon.zhao@linaro.org> In-Reply-To: <1430321049-11859-1-git-send-email-shannon.zhao@linaro.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/7] virtio: inline private qdev properties into virtio devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, hangaohuai@huawei.com, mst@redhat.com, peter.huangpeng@huawei.com, zhaoshenglong@huawei.com, pbonzini@redhat.com, christoffer.dall@linaro.org On 2015/4/29 23:24, Shannon Zhao wrote: > The private qdev properties of virtio devices are only used by > themselves. As Peter suggested and like what virtio-blk has done, we > should move the private qdev properties into devices and don't expose > them to avoid wrongly use. > > This patchset is based on following patchset which moves host features > to backends. > http://lists.gnu.org/archive/html/qemu-devel/2015-04/msg03785.html > > Shannon Zhao (7): > virtio-net: move qdev properties into virtio-net.c > virtio-net.h: Remove unsed DEFINE_VIRTIO_NET_PROPERTIES > virtio-scsi: move qdev properties into virtio-scsi.c > virtio-rng: move qdev properties into virtio-rng.c > virtio-serial-bus: move qdev properties into virtio-serial-bus.c > virtio-9p-device: move qdev properties into virtio-9p-device.c > vhost-scsi: move qdev properties into vhost-scsi.c Have any maintainer picked up these patches? -- Shannon