From: Neeraj Upadhyay <quic_neeraju@quicinc.com>
To: <mst@redhat.com>, <jasowang@redhat.com>
Cc: <kvm@vger.kernel.org>,
<virtualization@lists.linux-foundation.org>,
<netdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-arm-msm@vger.kernel.org>, <quic_sramana@quicinc.com>,
<quic_tsoni@quicinc.com>, <sudeep.holla@arm.com>,
<vincent.guittot@linaro.org>, <Souvik.Chakravarty@arm.com>,
<cristian.marussi@arm.com>,
Neeraj Upadhyay <quic_neeraju@quicinc.com>
Subject: [PATCH] vhost: Add uAPI for Vhost SCMI backend
Date: Mon, 13 Feb 2023 10:04:17 +0530 [thread overview]
Message-ID: <20230213043417.20249-1-quic_neeraju@quicinc.com> (raw)
Add a uAPI for starting and stopping a SCMI vhost based
backend.
Signed-off-by: Neeraj Upadhyay <quic_neeraju@quicinc.com>
---
SCMI Vhost backend implementation is work in progress: https://lore.kernel.org/linux-arm-kernel/20220609071956.5183-1-quic_neeraju@quicinc.com/
include/uapi/linux/vhost.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/uapi/linux/vhost.h b/include/uapi/linux/vhost.h
index 92e1b700b51c..80f589f35295 100644
--- a/include/uapi/linux/vhost.h
+++ b/include/uapi/linux/vhost.h
@@ -188,4 +188,7 @@
*/
#define VHOST_VDPA_RESUME _IO(VHOST_VIRTIO, 0x7E)
+/* VHOST_SCMI specific defines */
+#define VHOST_SCMI_SET_RUNNING _IOW(VHOST_VIRTIO, 0x90, int)
+
#endif
--
2.17.1
next reply other threads:[~2023-02-13 4:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-13 4:34 Neeraj Upadhyay [this message]
2023-02-13 8:03 ` [PATCH] vhost: Add uAPI for Vhost SCMI backend Leon Romanovsky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230213043417.20249-1-quic_neeraju@quicinc.com \
--to=quic_neeraju@quicinc.com \
--cc=Souvik.Chakravarty@arm.com \
--cc=cristian.marussi@arm.com \
--cc=jasowang@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mst@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=quic_sramana@quicinc.com \
--cc=quic_tsoni@quicinc.com \
--cc=sudeep.holla@arm.com \
--cc=vincent.guittot@linaro.org \
--cc=virtualization@lists.linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox