From: Shannon Zhao <shannon.zhao@linaro.org>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/7] virtio: inline private qdev properties into virtio devices
Date: Fri, 08 May 2015 20:29:50 +0800 [thread overview]
Message-ID: <554CAC3E.5050902@linaro.org> (raw)
In-Reply-To: <1194329654.17445159.1431068023543.JavaMail.zimbra@zmail13.collab.prod.int.phx2.redhat.com>
Hi Paolo,
Thanks for your reply. I just check whether I need to respin this
patchset. I will look at the virtio-balloon.
Thanks,
Shannon
On 2015/5/8 14:53, Paolo Bonzini wrote:
> No, he is on vacation this week. Sorry for the delay!
>
> Of you are doing cleanups in virtio, perhaps you can look into using
> alias properties for virtio-balloon's QOM properties (for example the
> statistics). The code is currently using object_property_add and
> manually-written getters/setters.
>
> Thanks,
>
> Paolo
>
>
> -----Original Message-----
> From: Shannon Zhao [shannon.zhao@linaro.org]
> Received: venerdì, 08 mag 2015, 3:24
> To: qemu-devel@nongnu.org
> CC: peter.maydell@linaro.org, christoffer.dall@linaro.org,
> mst@redhat.com, pbonzini@redhat.com, peter.huangpeng@huawei.com,
> hangaohuai@huawei.com, zhaoshenglong@huawei.com
> Subject: Re: [PATCH 0/7] virtio: inline private qdev properties into
> virtio devices
>
>
>
> 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
next prev parent reply other threads:[~2015-05-08 12:30 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-29 15:24 [Qemu-devel] [PATCH 0/7] virtio: inline private qdev properties into virtio devices Shannon Zhao
2015-04-29 15:24 ` [Qemu-devel] [PATCH 1/7] virtio-net: move qdev properties into virtio-net.c Shannon Zhao
2015-04-30 13:49 ` Cornelia Huck
2015-04-29 15:24 ` [Qemu-devel] [PATCH 2/7] virtio-net.h: Remove unsed DEFINE_VIRTIO_NET_PROPERTIES Shannon Zhao
2015-04-29 15:24 ` [Qemu-devel] [PATCH 3/7] virtio-scsi: move qdev properties into virtio-scsi.c Shannon Zhao
2015-04-29 15:24 ` [Qemu-devel] [PATCH 4/7] virtio-rng: move qdev properties into virtio-rng.c Shannon Zhao
2015-04-29 15:24 ` [Qemu-devel] [PATCH 5/7] virtio-serial-bus: move qdev properties into virtio-serial-bus.c Shannon Zhao
2015-04-29 15:24 ` [Qemu-devel] [PATCH 6/7] virtio-9p-device: move qdev properties into virtio-9p-device.c Shannon Zhao
2015-04-29 15:24 ` [Qemu-devel] [PATCH 7/7] vhost-scsi: move qdev properties into vhost-scsi.c Shannon Zhao
2015-04-29 16:42 ` [Qemu-devel] [PATCH 0/7] virtio: inline private qdev properties into virtio devices Paolo Bonzini
2015-04-30 13:50 ` Cornelia Huck
2015-05-03 12:33 ` Shannon Zhao
2015-05-08 1:23 ` Shannon Zhao
2015-05-08 6:53 ` Paolo Bonzini
2015-05-08 12:29 ` Shannon Zhao [this message]
2015-06-10 13:18 ` Shannon Zhao
2015-06-10 13:21 ` Michael S. Tsirkin
2015-06-10 13:38 ` Shannon Zhao
2015-06-10 14:01 ` Michael S. Tsirkin
2015-06-10 14:28 ` Shannon Zhao
2015-06-10 14:36 ` Michael S. Tsirkin
2015-06-10 14:38 ` Shannon Zhao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=554CAC3E.5050902@linaro.org \
--to=shannon.zhao@linaro.org \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).