[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 1/7] vhost-user: strip superfluous whitespace
|
From: |
Laszlo Ersek |
|
Subject: |
[PATCH v3 1/7] vhost-user: strip superfluous whitespace |
|
Date: |
Mon, 2 Oct 2023 22:32:15 +0200 |
Cc: "Michael S. Tsirkin" <mst@redhat.com> (supporter:vhost)
Cc: Eugenio Perez Martin <eperezma@redhat.com>
Cc: German Maglione <gmaglione@redhat.com>
Cc: Liu Jiang <gerry@linux.alibaba.com>
Cc: Sergio Lopez Pascual <slp@redhat.com>
Cc: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Albert Esteve <aesteve@redhat.com>
Reviewed-by: Eugenio Pérez <eperezma@redhat.com>
---
Notes:
v3:
- pick up R-b from Phil and Eugenio, T-b from Albert
v2:
- pick up Stefano's R-b
hw/virtio/vhost-user.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/virtio/vhost-user.c b/hw/virtio/vhost-user.c
index 8dcf049d422b..b4b677c1ce66 100644
--- a/hw/virtio/vhost-user.c
+++ b/hw/virtio/vhost-user.c
@@ -398,7 +398,7 @@ static int vhost_user_write(struct vhost_dev *dev,
VhostUserMsg *msg,
* operations such as configuring device memory mappings or issuing device
* resets, which affect the whole device instead of individual VQs,
* vhost-user messages should only be sent once.
- *
+ *
* Devices with multiple vhost_devs are given an associated dev->vq_index
* so per_device requests are only sent if vq_index is 0.
*/
[PATCH v3 3/7] vhost-user: factor out "vhost_user_write_sync", Laszlo Ersek, 2023/10/02
[PATCH v3 2/7] vhost-user: tighten "reply_supported" scope in "set_vring_addr", Laszlo Ersek, 2023/10/02
[PATCH v3 5/7] vhost-user: hoist "write_sync", "get_features", "get_u64", Laszlo Ersek, 2023/10/02
[PATCH v3 6/7] vhost-user: allow "vhost_set_vring" to wait for a reply, Laszlo Ersek, 2023/10/02
[PATCH v3 7/7] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously, Laszlo Ersek, 2023/10/02
[PATCH v3 4/7] vhost-user: flatten "enforce_reply" into "vhost_user_write_sync", Laszlo Ersek, 2023/10/02