linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: question about the commits in the vhost tree
@ 2014-12-14 22:29 Stephen Rothwell
  2014-12-15  6:47 ` Michael S. Tsirkin
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2014-12-14 22:29 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: linux-next, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 262 bytes --]

Hi Michael,

Just wondering if all those commits added to the vhost
(git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git#linux-next)
tree today are really destined for v3.19.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: linux-next: question about the commits in the vhost tree
  2014-12-14 22:29 linux-next: question about the commits in the vhost tree Stephen Rothwell
@ 2014-12-15  6:47 ` Michael S. Tsirkin
  0 siblings, 0 replies; 2+ messages in thread
From: Michael S. Tsirkin @ 2014-12-15  6:47 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-next, linux-kernel

On Mon, Dec 15, 2014 at 09:29:55AM +1100, Stephen Rothwell wrote:
> Hi Michael,
> 
> Just wondering if all those commits added to the vhost
> (git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git#linux-next)
> tree today are really destined for v3.19.

Most of them fix static analysis warnings, so I thought they they should
go there.
If there are issues I'd like to know early.

There is a new driver there that might not make it
due to lack of testing:

commit c9a04b96aa6af3a54b9b8d91782fb8f4415e2544
Author: Michael S. Tsirkin <mst@redhat.com>
Date:   Thu Dec 11 13:59:51 2014 +0200

    virtio_pci: modern driver
    
    It compiles! Must be perfect.
    
    One thing *not* implemented here is separate mappings
    for descriptor/avail/used rings. That's nice to have,
    will be done later after we have core support.
    
    Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

and it's dependencies:

commit fe13940bd8d00add4460c0a920d38d5f4385f0bb
Author: Michael S. Tsirkin <mst@redhat.com>
Date:   Sun Dec 14 15:15:55 2014 +0200

    virtio_pci: macros for PCI layout offsets.
    
    QEMU wants it, so why not?  Trust, but verify.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

commit 33028c00ddfb7bf433c9d020a7fd61f421daee76
Author: Rusty Russell <rusty@rustcorp.com.au>
Date:   Wed May 29 11:52:22 2013 +0930

    virtio-pci: define layout for virtio 1.0
    
    Based on patches by Michael S. Tsirkin <mst@redhat.com>, but I found it
    hard to follow so changed to use structures which are more
    self-documenting.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    Signed-off-by: Michael S. Tsirkin <mst@redhat.com>



commit 772b824772ad7f015534671136addcd00082d246
Author: Michael S Tsirkin <mst@redhat.com>
Date:   Wed May 29 11:52:21 2013 +0930

    s390: add pci_iomap_range
    
    Virtio drivers should map the part of the range they need, not
    necessarily all of it.
    To this end, support mapping ranges within BAR on s390.
    Since multiple ranges can now be mapped within a BAR, we keep track of
    the number of mappings created, and only clear out the mapping for a BAR
    when this number reaches 0.
    
    Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

commit 85f88e2d98c1bc6f34c3b625de2d9abfefdcde9d
Author: Michael S Tsirkin <mst@redhat.com>
Date:   Wed May 29 11:52:21 2013 +0930

    pci: add pci_iomap_range
    
    Virtio drivers should map the part of the BAR they need, not necessarily
    all of it.
    
    Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

but they are well contained so I was hoping putting them in linux-next
will not harm anyone and help more people test it.

> -- 
> Cheers,
> Stephen Rothwell                    sfr@canb.auug.org.au

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

end of thread, other threads:[~2014-12-15  6:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-14 22:29 linux-next: question about the commits in the vhost tree Stephen Rothwell
2014-12-15  6:47 ` 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).