virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* virtio for 3.20
@ 2015-01-15 18:36 Michael S. Tsirkin
  2015-01-19  2:26 ` Rusty Russell
  0 siblings, 1 reply; 5+ messages in thread
From: Michael S. Tsirkin @ 2015-01-15 18:36 UTC (permalink / raw)
  To: Rusty Russell, virtualization

Hi Rusty, all

I parked outstanding virtio patches here:
git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-next
this way they are merged in linux-next as well.

Rusty if you'll be doing 3.20 window, would you mind
checking that tree to verify nothing's lost?

So far it has a bunch of my patches, and Sasha's
cleanup patch, but maybe Paweł's mmio patches
will be ready in time, as well.

-- 
MST
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: virtio for 3.20
  2015-01-15 18:36 virtio for 3.20 Michael S. Tsirkin
@ 2015-01-19  2:26 ` Rusty Russell
  2015-01-21 17:40   ` Michael S. Tsirkin
  0 siblings, 1 reply; 5+ messages in thread
From: Rusty Russell @ 2015-01-19  2:26 UTC (permalink / raw)
  To: Michael S. Tsirkin, virtualization

"Michael S. Tsirkin" <mst@redhat.com> writes:
> Hi Rusty, all
>
> I parked outstanding virtio patches here:
> git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-next
> this way they are merged in linux-next as well.
>
> Rusty if you'll be doing 3.20 window, would you mind
> checking that tree to verify nothing's lost?

Hi Michael,

        Thanks, now I've returned from linux.conf.au, I'm starting to
organize the 3.20 queue.  I've merged this branch into my virtio-next
branch.

Cheers,
Rusty.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: virtio for 3.20
  2015-01-19  2:26 ` Rusty Russell
@ 2015-01-21 17:40   ` Michael S. Tsirkin
  2015-01-22  0:59     ` Rusty Russell
  0 siblings, 1 reply; 5+ messages in thread
From: Michael S. Tsirkin @ 2015-01-21 17:40 UTC (permalink / raw)
  To: Rusty Russell; +Cc: virtualization

On Mon, Jan 19, 2015 at 12:56:28PM +1030, Rusty Russell wrote:
> "Michael S. Tsirkin" <mst@redhat.com> writes:
> > Hi Rusty, all
> >
> > I parked outstanding virtio patches here:
> > git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-next
> > this way they are merged in linux-next as well.
> >
> > Rusty if you'll be doing 3.20 window, would you mind
> > checking that tree to verify nothing's lost?
> 
> Hi Michael,
> 
>         Thanks, now I've returned from linux.conf.au, I'm starting to
> organize the 3.20 queue.  I've merged this branch into my virtio-next
> branch.
> 
> Cheers,
> Rusty.

Thanks, good to know.
I tweaked some patches since due to test failure reports by Gerd.
Updated patches are tagged "post-squash", if you want to see what
changed, see fixup patches in the series tagged "pre-squash".

Or you can look at my tree:
        git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git virtio-next
is pre-squash.
        git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-next
is post-squash.

-- 
MST

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: virtio for 3.20
  2015-01-21 17:40   ` Michael S. Tsirkin
@ 2015-01-22  0:59     ` Rusty Russell
  2015-01-22  9:57       ` Michael S. Tsirkin
  0 siblings, 1 reply; 5+ messages in thread
From: Rusty Russell @ 2015-01-22  0:59 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: virtualization

"Michael S. Tsirkin" <mst@redhat.com> writes:
> On Mon, Jan 19, 2015 at 12:56:28PM +1030, Rusty Russell wrote:
>> "Michael S. Tsirkin" <mst@redhat.com> writes:
>> > Hi Rusty, all
>> >
>> > I parked outstanding virtio patches here:
>> > git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-next
>> > this way they are merged in linux-next as well.
>> >
>> > Rusty if you'll be doing 3.20 window, would you mind
>> > checking that tree to verify nothing's lost?
>> 
>> Hi Michael,
>> 
>>         Thanks, now I've returned from linux.conf.au, I'm starting to
>> organize the 3.20 queue.  I've merged this branch into my virtio-next
>> branch.
>> 
>> Cheers,
>> Rusty.
>
> Thanks, good to know.
> I tweaked some patches since due to test failure reports by Gerd.
> Updated patches are tagged "post-squash", if you want to see what
> changed, see fixup patches in the series tagged "pre-squash".
>
> Or you can look at my tree:
>         git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git virtio-next
> is pre-squash.
>         git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-next
> is post-squash.

OK, I merged your vhost-next with my virtio-next, and the merge was
empty.

So we're up-to-date.  Please send patches against my virtio-next from
now on.

Thanks,
Rusty.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: virtio for 3.20
  2015-01-22  0:59     ` Rusty Russell
@ 2015-01-22  9:57       ` Michael S. Tsirkin
  0 siblings, 0 replies; 5+ messages in thread
From: Michael S. Tsirkin @ 2015-01-22  9:57 UTC (permalink / raw)
  To: Rusty Russell; +Cc: virtualization

On Thu, Jan 22, 2015 at 11:29:44AM +1030, Rusty Russell wrote:
> "Michael S. Tsirkin" <mst@redhat.com> writes:
> > On Mon, Jan 19, 2015 at 12:56:28PM +1030, Rusty Russell wrote:
> >> "Michael S. Tsirkin" <mst@redhat.com> writes:
> >> > Hi Rusty, all
> >> >
> >> > I parked outstanding virtio patches here:
> >> > git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-next
> >> > this way they are merged in linux-next as well.
> >> >
> >> > Rusty if you'll be doing 3.20 window, would you mind
> >> > checking that tree to verify nothing's lost?
> >> 
> >> Hi Michael,
> >> 
> >>         Thanks, now I've returned from linux.conf.au, I'm starting to
> >> organize the 3.20 queue.  I've merged this branch into my virtio-next
> >> branch.
> >> 
> >> Cheers,
> >> Rusty.
> >
> > Thanks, good to know.
> > I tweaked some patches since due to test failure reports by Gerd.
> > Updated patches are tagged "post-squash", if you want to see what
> > changed, see fixup patches in the series tagged "pre-squash".
> >
> > Or you can look at my tree:
> >         git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git virtio-next
> > is pre-squash.
> >         git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-next
> > is post-squash.
> 
> OK, I merged your vhost-next with my virtio-next, and the merge was
> empty.
> 
> So we're up-to-date.  Please send patches against my virtio-next from
> now on.
> 
> Thanks,
> Rusty.

Will do, thanks!


-- 
MST

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-01-22  9:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-15 18:36 virtio for 3.20 Michael S. Tsirkin
2015-01-19  2:26 ` Rusty Russell
2015-01-21 17:40   ` Michael S. Tsirkin
2015-01-22  0:59     ` Rusty Russell
2015-01-22  9:57       ` Michael S. Tsirkin

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).