[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 05/27] libvhost-user: improve vu_queue_pop() doc
From: |
Marc-André Lureau |
Subject: |
[Qemu-devel] [PATCH v2 05/27] libvhost-user: improve vu_queue_pop() doc |
Date: |
Tue, 19 Sep 2017 18:52:04 +0200 |
Signed-off-by: Marc-André Lureau <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
---
contrib/libvhost-user/libvhost-user.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/contrib/libvhost-user/libvhost-user.h
b/contrib/libvhost-user/libvhost-user.h
index 4021f1124e..5825b66880 100644
--- a/contrib/libvhost-user/libvhost-user.h
+++ b/contrib/libvhost-user/libvhost-user.h
@@ -358,7 +358,8 @@ void vu_queue_notify(VuDev *dev, VuVirtq *vq);
* @vq: a VuVirtq queue
* @sz: the size of struct to return (must be >= VuVirtqElement)
*
- * Returns: a VuVirtqElement filled from the queue or NULL.
+ * Returns: a VuVirtqElement filled from the queue or NULL. The
+ * returned element must be free()-d by the caller.
*/
void *vu_queue_pop(VuDev *dev, VuVirtq *vq, size_t sz);
--
2.14.1.146.gd35faa819
- [Qemu-devel] [PATCH v2 00/27] vhost-user-scsi: code clean-up, Marc-André Lureau, 2017/09/19
- [Qemu-devel] [PATCH v2 01/27] glib-compat: move G_SOURCE_CONTINUE/REMOVE there, Marc-André Lureau, 2017/09/19
- [Qemu-devel] [PATCH v2 03/27] build-sys: make vhost-user-scsi depend on libvhost-user.a, Marc-André Lureau, 2017/09/19
- [Qemu-devel] [PATCH v2 02/27] build-sys: fix libvhost-user.a build, Marc-André Lureau, 2017/09/19
- [Qemu-devel] [PATCH v2 04/27] libvhost-user: drop dependency on glib, Marc-André Lureau, 2017/09/19
- [Qemu-devel] [PATCH v2 05/27] libvhost-user: improve vu_queue_pop() doc,
Marc-André Lureau <=
- [Qemu-devel] [PATCH v2 06/27] vhost-user-scsi: use g_strdup(), Marc-André Lureau, 2017/09/19
- [Qemu-devel] [PATCH v2 07/27] vhost-user-scsi: connect unix socket before allocating, Marc-André Lureau, 2017/09/19
- [Qemu-devel] [PATCH v2 08/27] vhost-user-scsi: code style fixes, Marc-André Lureau, 2017/09/19
- [Qemu-devel] [PATCH v2 09/27] vhost-user-scsi: use glib allocation, Marc-André Lureau, 2017/09/19
- [Qemu-devel] [PATCH v2 10/27] vhost-user-scsi: glib calls that allocate don't return NULL, Marc-André Lureau, 2017/09/19
- [Qemu-devel] [PATCH v2 11/27] vhost-user-scsi: also free the gtree, Marc-André Lureau, 2017/09/19
- [Qemu-devel] [PATCH v2 12/27] vhost-user-scsi: remove vdev_scsi_find_by_vu(), Marc-André Lureau, 2017/09/19
- [Qemu-devel] [PATCH v2 13/27] vhost-user-scsi: simplify unix path cleanup, Marc-André Lureau, 2017/09/19
- [Qemu-devel] [PATCH v2 14/27] vhost-user-scsi: use NULL pointer, Marc-André Lureau, 2017/09/19
- [Qemu-devel] [PATCH v2 15/27] vhost-user-scsi: assert() in iscsi_add_lun(), Marc-André Lureau, 2017/09/19