search for: 97233d5

Displaying 6 results from an estimated 6 matches for "97233d5".

2009 Nov 22
1
[PATCH] vhost: Fix warnings and bad type handling
...d-off-by: Michael S. Tsirkin <mst at redhat.com> --- So I think the below slightly tweaked version of Alan's patch is a bit better. OK? drivers/vhost/vhost.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index 97233d5..e7b4dea 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c @@ -322,6 +322,8 @@ static long vhost_set_vring(struct vhost_dev *d, int ioctl, void __user *argp) r = -EOPNOTSUPP; break; } + /* For 32bit, verify that the top 32bits of the user + data are set to zero. */ i...
2009 Nov 22
1
[PATCH] vhost: Fix warnings and bad type handling
...d-off-by: Michael S. Tsirkin <mst at redhat.com> --- So I think the below slightly tweaked version of Alan's patch is a bit better. OK? drivers/vhost/vhost.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index 97233d5..e7b4dea 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c @@ -322,6 +322,8 @@ static long vhost_set_vring(struct vhost_dev *d, int ioctl, void __user *argp) r = -EOPNOTSUPP; break; } + /* For 32bit, verify that the top 32bits of the user + data are set to zero. */ i...
2009 Nov 09
3
[PATCHv9 3/3] vhost_net: a kernel-level virtio server
...t_exit); + +MODULE_VERSION("0.0.1"); +MODULE_LICENSE("GPL v2"); +MODULE_AUTHOR("Michael S. Tsirkin"); +MODULE_DESCRIPTION("Host kernel accelerator for virtio net"); diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c new file mode 100644 index 0000000..97233d5 --- /dev/null +++ b/drivers/vhost/vhost.c @@ -0,0 +1,965 @@ +/* Copyright (C) 2009 Red Hat, Inc. + * Copyright (C) 2006 Rusty Russell IBM Corporation + * + * Author: Michael S. Tsirkin <mst at redhat.com> + * + * Inspiration, some code, and most witty comments come from + * Documentation/lgue...
2009 Nov 09
3
[PATCHv9 3/3] vhost_net: a kernel-level virtio server
...t_exit); + +MODULE_VERSION("0.0.1"); +MODULE_LICENSE("GPL v2"); +MODULE_AUTHOR("Michael S. Tsirkin"); +MODULE_DESCRIPTION("Host kernel accelerator for virtio net"); diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c new file mode 100644 index 0000000..97233d5 --- /dev/null +++ b/drivers/vhost/vhost.c @@ -0,0 +1,965 @@ +/* Copyright (C) 2009 Red Hat, Inc. + * Copyright (C) 2006 Rusty Russell IBM Corporation + * + * Author: Michael S. Tsirkin <mst at redhat.com> + * + * Inspiration, some code, and most witty comments come from + * Documentation/lgue...
2009 Nov 17
0
No subject
...t_exit); + +MODULE_VERSION("0.0.1"); +MODULE_LICENSE("GPL v2"); +MODULE_AUTHOR("Michael S. Tsirkin"); +MODULE_DESCRIPTION("Host kernel accelerator for virtio net"); diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c new file mode 100644 index 0000000..97233d5 --- /dev/null +++ b/drivers/vhost/vhost.c @@ -0,0 +1,965 @@ +/* Copyright (C) 2009 Red Hat, Inc. + * Copyright (C) 2006 Rusty Russell IBM Corporation + * + * Author: Michael S. Tsirkin <mst at redhat.com> + * + * Inspiration, some code, and most witty comments come from + * Documentation/lgue...
2009 Nov 17
0
No subject
...t_exit); + +MODULE_VERSION("0.0.1"); +MODULE_LICENSE("GPL v2"); +MODULE_AUTHOR("Michael S. Tsirkin"); +MODULE_DESCRIPTION("Host kernel accelerator for virtio net"); diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c new file mode 100644 index 0000000..97233d5 --- /dev/null +++ b/drivers/vhost/vhost.c @@ -0,0 +1,965 @@ +/* Copyright (C) 2009 Red Hat, Inc. + * Copyright (C) 2006 Rusty Russell IBM Corporation + * + * Author: Michael S. Tsirkin <mst at redhat.com> + * + * Inspiration, some code, and most witty comments come from + * Documentation/lgue...