All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shannon Zhao <shannon.zhao@linaro.org>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: qemu-trivial@nongnu.org, peter.maydell@linaro.org,
	zhaoshenglong@huawei.com, qemu-devel@nongnu.org,
	pbonzini@redhat.com
Subject: Re: [Qemu-trivial] [PATCH 0/7] virtio: inline private qdev properties into virtio devices
Date: Wed, 10 Jun 2015 22:38:03 +0800	[thread overview]
Message-ID: <55784BCB.7040002@linaro.org> (raw)
In-Reply-To: <20150610163441-mutt-send-email-mst@redhat.com>



On 2015/6/10 22:36, Michael S. Tsirkin wrote:
> On Wed, Jun 10, 2015 at 10:28:21PM +0800, Shannon Zhao wrote:
>>
>>
>> On 2015/6/10 22:01, Michael S. Tsirkin wrote:
>>> On Wed, Jun 10, 2015 at 09:38:24PM +0800, Shannon Zhao wrote:
>>>>
>>>>
>>>> On 2015/6/10 21:21, Michael S. Tsirkin wrote:
>>>>> On Wed, Jun 10, 2015 at 09:18:27PM +0800, Shannon Zhao wrote:
>>>>>> Ping?
>>>>>> Have these patches been missed?
>>>>>
>>>>> I see them upstream. See e.g. da3e8a23492dbc13c4b70d90b6ae42970624e63a.
>>>>> What's missing?
>>>>>
>>>>
>>>> da3e8a23492dbc13c4b70d90b6ae42970624e63a is "virtio-net: Move
>>>> DEFINE_VIRTIO_NET_FEATURES to virtio-net", not this patchset.
>>>
>>> Oh right, I just saw Cornelia sent a minor comment which wasn't
>>> addressed.
>>>
>> Yeah, and I ask whether it needs to repin. Could you help deal the
>> indentations?
>
> Sorry I can't. Too many patches flying around, trying to make 2.4.
>

Ok, will send out v2 later. Thanks.

>>> Also, I'd rather this is rebased on top of Gerd's virtio 1 tree -
>>> I plan to merge them today.
>>>
>>
>> I pull master, apply Gerd's virtio-1 patchset "[PATCH 00/33] virtio 1.0
>> patch series rebased", then apply these patches. No conflicts and compile
>> pass. I guess you could apply these directly.
>>
>> PS: The [PATCH 01/33] of Gerd's virtio-1 patchset is already in master.
>
> Thanks.
>
>> Thanks,
>>
>> --
>> Shannon

-- 
Shannon


WARNING: multiple messages have this Message-ID (diff)
From: Shannon Zhao <shannon.zhao@linaro.org>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: qemu-trivial@nongnu.org, peter.maydell@linaro.org,
	zhaoshenglong@huawei.com, qemu-devel@nongnu.org,
	pbonzini@redhat.com
Subject: Re: [Qemu-devel] [PATCH 0/7] virtio: inline private qdev properties into virtio devices
Date: Wed, 10 Jun 2015 22:38:03 +0800	[thread overview]
Message-ID: <55784BCB.7040002@linaro.org> (raw)
In-Reply-To: <20150610163441-mutt-send-email-mst@redhat.com>



On 2015/6/10 22:36, Michael S. Tsirkin wrote:
> On Wed, Jun 10, 2015 at 10:28:21PM +0800, Shannon Zhao wrote:
>>
>>
>> On 2015/6/10 22:01, Michael S. Tsirkin wrote:
>>> On Wed, Jun 10, 2015 at 09:38:24PM +0800, Shannon Zhao wrote:
>>>>
>>>>
>>>> On 2015/6/10 21:21, Michael S. Tsirkin wrote:
>>>>> On Wed, Jun 10, 2015 at 09:18:27PM +0800, Shannon Zhao wrote:
>>>>>> Ping?
>>>>>> Have these patches been missed?
>>>>>
>>>>> I see them upstream. See e.g. da3e8a23492dbc13c4b70d90b6ae42970624e63a.
>>>>> What's missing?
>>>>>
>>>>
>>>> da3e8a23492dbc13c4b70d90b6ae42970624e63a is "virtio-net: Move
>>>> DEFINE_VIRTIO_NET_FEATURES to virtio-net", not this patchset.
>>>
>>> Oh right, I just saw Cornelia sent a minor comment which wasn't
>>> addressed.
>>>
>> Yeah, and I ask whether it needs to repin. Could you help deal the
>> indentations?
>
> Sorry I can't. Too many patches flying around, trying to make 2.4.
>

Ok, will send out v2 later. Thanks.

>>> Also, I'd rather this is rebased on top of Gerd's virtio 1 tree -
>>> I plan to merge them today.
>>>
>>
>> I pull master, apply Gerd's virtio-1 patchset "[PATCH 00/33] virtio 1.0
>> patch series rebased", then apply these patches. No conflicts and compile
>> pass. I guess you could apply these directly.
>>
>> PS: The [PATCH 01/33] of Gerd's virtio-1 patchset is already in master.
>
> Thanks.
>
>> Thanks,
>>
>> --
>> Shannon

-- 
Shannon

  reply	other threads:[~2015-06-10 14:38 UTC|newest]

Thread overview: 29+ 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
2015-06-10 13:18 ` [Qemu-trivial] " Shannon Zhao
2015-06-10 13:18   ` [Qemu-devel] " Shannon Zhao
2015-06-10 13:21   ` [Qemu-trivial] " Michael S. Tsirkin
2015-06-10 13:21     ` [Qemu-devel] " Michael S. Tsirkin
2015-06-10 13:38     ` [Qemu-trivial] " Shannon Zhao
2015-06-10 13:38       ` [Qemu-devel] " Shannon Zhao
2015-06-10 14:01       ` [Qemu-trivial] " Michael S. Tsirkin
2015-06-10 14:01         ` [Qemu-devel] " Michael S. Tsirkin
2015-06-10 14:28         ` [Qemu-trivial] " Shannon Zhao
2015-06-10 14:28           ` [Qemu-devel] " Shannon Zhao
2015-06-10 14:36           ` [Qemu-trivial] " Michael S. Tsirkin
2015-06-10 14:36             ` [Qemu-devel] " Michael S. Tsirkin
2015-06-10 14:38             ` Shannon Zhao [this message]
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=55784BCB.7040002@linaro.org \
    --to=shannon.zhao@linaro.org \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=zhaoshenglong@huawei.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.