search for: cb54090

Displaying 5 results from an estimated 5 matches for "cb54090".

Did you mean: c4090
2013 Jun 27
2
[RFC 4/5] VSOCK: Introduce vhost-vsock.ko
...++++++++++++ > drivers/vhost/vsock.h | 4 + > 2 files changed, 538 insertions(+) > create mode 100644 drivers/vhost/vsock.c > create mode 100644 drivers/vhost/vsock.h > > diff --git a/drivers/vhost/vsock.c b/drivers/vhost/vsock.c > new file mode 100644 > index 0000000..cb54090 > --- /dev/null > +++ b/drivers/vhost/vsock.c > @@ -0,0 +1,534 @@ > +/* > + * vhost transport for vsock > + * > + * Copyright (C) 2013 Red Hat, Inc. > + * Author: Asias He <asias at redhat.com> > + * > + * This work is licensed under the terms of the GNU GPL, ver...
2013 Jun 27
2
[RFC 4/5] VSOCK: Introduce vhost-vsock.ko
...++++++++++++ > drivers/vhost/vsock.h | 4 + > 2 files changed, 538 insertions(+) > create mode 100644 drivers/vhost/vsock.c > create mode 100644 drivers/vhost/vsock.h > > diff --git a/drivers/vhost/vsock.c b/drivers/vhost/vsock.c > new file mode 100644 > index 0000000..cb54090 > --- /dev/null > +++ b/drivers/vhost/vsock.c > @@ -0,0 +1,534 @@ > +/* > + * vhost transport for vsock > + * > + * Copyright (C) 2013 Red Hat, Inc. > + * Author: Asias He <asias at redhat.com> > + * > + * This work is licensed under the terms of the GNU GPL, ver...
2013 Jun 27
0
[RFC 4/5] VSOCK: Introduce vhost-vsock.ko
...4 ++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/vhost/vsock.h | 4 + 2 files changed, 538 insertions(+) create mode 100644 drivers/vhost/vsock.c create mode 100644 drivers/vhost/vsock.h diff --git a/drivers/vhost/vsock.c b/drivers/vhost/vsock.c new file mode 100644 index 0000000..cb54090 --- /dev/null +++ b/drivers/vhost/vsock.c @@ -0,0 +1,534 @@ +/* + * vhost transport for vsock + * + * Copyright (C) 2013 Red Hat, Inc. + * Author: Asias He <asias at redhat.com> + * + * This work is licensed under the terms of the GNU GPL, version 2. + */ +#include <linux/miscdevice.h>...
2013 Jun 27
13
[RFC 0/5] Introduce VM Sockets virtio transport
Hello guys, In commit d021c344051af91 (VSOCK: Introduce VM Sockets), VMware added VM Sockets support. VM Sockets allows communication between virtual machines and the hypervisor. VM Sockets is able to use different hyervisor neutral transport to transfer data. Currently, only VMware VMCI transport is supported. This series introduces virtio transport for VM Sockets. Any comments are
2013 Jun 27
13
[RFC 0/5] Introduce VM Sockets virtio transport
Hello guys, In commit d021c344051af91 (VSOCK: Introduce VM Sockets), VMware added VM Sockets support. VM Sockets allows communication between virtual machines and the hypervisor. VM Sockets is able to use different hyervisor neutral transport to transfer data. Currently, only VMware VMCI transport is supported. This series introduces virtio transport for VM Sockets. Any comments are