<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/drivers/vhost/vringh.c, branch linux-4.3.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.3.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.3.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2014-12-15T21:49:28Z</updated>
<entry>
<title>vringh: update for virtio 1.0 APIs</title>
<updated>2014-12-15T21:49:28Z</updated>
<author>
<name>Michael S. Tsirkin</name>
<email>mst@redhat.com</email>
</author>
<published>2014-12-11T23:10:49Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=b9f7ac8c72894c19bf258a54ecaa708df4ffbe80'/>
<id>urn:sha1:b9f7ac8c72894c19bf258a54ecaa708df4ffbe80</id>
<content type='text'>
When switching everything over to virtio 1.0 memory access APIs,
I missed converting vringh.
Fortunately, it's straight-forward.

Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
<entry>
<title>vringh: 64 bit features</title>
<updated>2014-12-15T21:49:23Z</updated>
<author>
<name>Michael S. Tsirkin</name>
<email>mst@redhat.com</email>
</author>
<published>2014-12-11T22:36:06Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=b97a8a90067896f99f0d636dbc2b89a953123fad'/>
<id>urn:sha1:b97a8a90067896f99f0d636dbc2b89a953123fad</id>
<content type='text'>
Pass u64 everywhere.

Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
<entry>
<title>Add missing module license tag to vring helpers.</title>
<updated>2013-05-08T01:19:03Z</updated>
<author>
<name>Dave Jones</name>
<email>davej@redhat.com</email>
</author>
<published>2013-05-03T20:40:09Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=f558a845c3a043d032bb247cdbe50db9202476a1'/>
<id>urn:sha1:f558a845c3a043d032bb247cdbe50db9202476a1</id>
<content type='text'>
[  624.286653] vringh: module license 'unspecified' taints kernel.

Signed-off-by: Dave Jones &lt;davej@redhat.com&gt;
Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
</content>
</entry>
<entry>
<title>vringh: host-side implementation of virtio rings.</title>
<updated>2013-03-20T03:35:33Z</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2013-03-20T03:20:14Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=f87d0fbb579818fed3eeb0923cc253163ab93039'/>
<id>urn:sha1:f87d0fbb579818fed3eeb0923cc253163ab93039</id>
<content type='text'>
Getting use of virtio rings correct is tricky, and a recent patch saw
an implementation of in-kernel rings (as separate from userspace).

This abstracts the business of dealing with the virtio ring layout
from the access (userspace or direct); to do this, we use function
pointers, which gcc inlines correctly.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
Acked-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
</feed>
