Searched hist:"46 f9c2b925ac12e5ad8b8b7c90c71dacc9d5db37" (Results 1 – 6 of 6) sorted by relevance
/linux/tools/virtio/ |
H A D | vringh_test.c | diff 46f9c2b925ac12e5ad8b8b7c90c71dacc9d5db37 Tue Oct 29 00:08:50 CET 2013 Heinz Graalfs <graalfs@linux.vnet.ibm.com> virtio_ring: change host notification API
Currently a host kick error is silently ignored and not reflected in the virtqueue of a particular virtio device.
Changing the notify API for guest->host notification seems to be one prerequisite in order to be able to handle such errors in the context where the kick is triggered.
This patch changes the notify API. The notify function must return a bool return value. It returns false if the host notification failed.
Signed-off-by: Heinz Graalfs <graalfs@linux.vnet.ibm.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
H A D | virtio_test.c | diff 46f9c2b925ac12e5ad8b8b7c90c71dacc9d5db37 Tue Oct 29 00:08:50 CET 2013 Heinz Graalfs <graalfs@linux.vnet.ibm.com> virtio_ring: change host notification API
Currently a host kick error is silently ignored and not reflected in the virtqueue of a particular virtio device.
Changing the notify API for guest->host notification seems to be one prerequisite in order to be able to handle such errors in the context where the kick is triggered.
This patch changes the notify API. The notify function must return a bool return value. It returns false if the host notification failed.
Signed-off-by: Heinz Graalfs <graalfs@linux.vnet.ibm.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
/linux/include/linux/ |
H A D | virtio_ring.h | diff 46f9c2b925ac12e5ad8b8b7c90c71dacc9d5db37 Tue Oct 29 00:08:50 CET 2013 Heinz Graalfs <graalfs@linux.vnet.ibm.com> virtio_ring: change host notification API
Currently a host kick error is silently ignored and not reflected in the virtqueue of a particular virtio device.
Changing the notify API for guest->host notification seems to be one prerequisite in order to be able to handle such errors in the context where the kick is triggered.
This patch changes the notify API. The notify function must return a bool return value. It returns false if the host notification failed.
Signed-off-by: Heinz Graalfs <graalfs@linux.vnet.ibm.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
/linux/drivers/remoteproc/ |
H A D | remoteproc_virtio.c | diff 46f9c2b925ac12e5ad8b8b7c90c71dacc9d5db37 Tue Oct 29 00:08:50 CET 2013 Heinz Graalfs <graalfs@linux.vnet.ibm.com> virtio_ring: change host notification API
Currently a host kick error is silently ignored and not reflected in the virtqueue of a particular virtio device.
Changing the notify API for guest->host notification seems to be one prerequisite in order to be able to handle such errors in the context where the kick is triggered.
This patch changes the notify API. The notify function must return a bool return value. It returns false if the host notification failed.
Signed-off-by: Heinz Graalfs <graalfs@linux.vnet.ibm.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
/linux/drivers/virtio/ |
H A D | virtio_mmio.c | diff 46f9c2b925ac12e5ad8b8b7c90c71dacc9d5db37 Tue Oct 29 00:08:50 CET 2013 Heinz Graalfs <graalfs@linux.vnet.ibm.com> virtio_ring: change host notification API
Currently a host kick error is silently ignored and not reflected in the virtqueue of a particular virtio device.
Changing the notify API for guest->host notification seems to be one prerequisite in order to be able to handle such errors in the context where the kick is triggered.
This patch changes the notify API. The notify function must return a bool return value. It returns false if the host notification failed.
Signed-off-by: Heinz Graalfs <graalfs@linux.vnet.ibm.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
H A D | virtio_ring.c | diff 46f9c2b925ac12e5ad8b8b7c90c71dacc9d5db37 Tue Oct 29 00:08:50 CET 2013 Heinz Graalfs <graalfs@linux.vnet.ibm.com> virtio_ring: change host notification API
Currently a host kick error is silently ignored and not reflected in the virtqueue of a particular virtio device.
Changing the notify API for guest->host notification seems to be one prerequisite in order to be able to handle such errors in the context where the kick is triggered.
This patch changes the notify API. The notify function must return a bool return value. It returns false if the host notification failed.
Signed-off-by: Heinz Graalfs <graalfs@linux.vnet.ibm.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|