Home
last modified time | relevance | path

Searched hist:"46 f9c2b925ac12e5ad8b8b7c90c71dacc9d5db37" (Results 1 – 6 of 6) sorted by relevance

/linux/tools/virtio/
H A Dvringh_test.cdiff 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 Dvirtio_test.cdiff 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 Dvirtio_ring.hdiff 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 Dremoteproc_virtio.cdiff 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 Dvirtio_mmio.cdiff 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 Dvirtio_ring.cdiff 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>