[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220811135353.2549658-4-eperezma@redhat.com>
Date: Thu, 11 Aug 2022 15:53:53 +0200
From: Eugenio Pérez <eperezma@...hat.com>
To: virtualization@...ts.linux-foundation.org,
Jason Wang <jasowang@...hat.com>,
"Michael S. Tsirkin" <mst@...hat.com>, kvm@...r.kernel.org,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Cc: ecree.xilinx@...il.com, gautam.dawar@....com,
Zhang Min <zhang.min9@....com.cn>, pabloc@...inx.com,
Piotr.Uminski@...el.com, Dan Carpenter <dan.carpenter@...cle.com>,
tanuj.kamde@....com, Zhu Lingshan <lingshan.zhu@...el.com>,
martinh@...inx.com,
Christophe JAILLET <christophe.jaillet@...adoo.fr>,
lvivier@...hat.com, martinpo@...inx.com, hanand@...inx.com,
Eli Cohen <elic@...dia.com>, lulu@...hat.com,
habetsm.xilinx@...il.com, Parav Pandit <parav@...dia.com>,
Longpeng <longpeng2@...wei.com>,
Wu Zongyong <wuzongyong@...ux.alibaba.com>,
Si-Wei Liu <si-wei.liu@...cle.com>,
Stefano Garzarella <sgarzare@...hat.com>, dinang@...inx.com,
Xie Yongji <xieyongji@...edance.com>
Subject: [PATCH v8 3/3] vhost: Remove invalid parameter of VHOST_VDPA_SUSPEND ioctl
It was a leftover from previous versions.
Signed-off-by: Eugenio Pérez <eperezma@...hat.com>
---
Note that I'm not sure this removal is valid. The ioctl is not in master
branch by the send date of this patch, but there are commits on vhost
branch that do have it.
---
include/uapi/linux/vhost.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/linux/vhost.h b/include/uapi/linux/vhost.h
index 89fcb2afe472..768ec46a88bf 100644
--- a/include/uapi/linux/vhost.h
+++ b/include/uapi/linux/vhost.h
@@ -178,6 +178,6 @@
* the possible device specific states) that is required for restoring in the
* future. The device must not change its configuration after that point.
*/
-#define VHOST_VDPA_SUSPEND _IOW(VHOST_VIRTIO, 0x7D, int)
+#define VHOST_VDPA_SUSPEND _IO(VHOST_VIRTIO, 0x7D)
#endif
--
2.31.1
Powered by blists - more mailing lists