OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [Resend][PATCH] content: reserve virtio device ID for QingTian Box (virtio-qtbox) devices


Huawei Cloud is one of the famous public cloud providers, and its hypervisor is named QingTian. We plan to support the QingTian Box (virtio-qtbox) that provides some guest-aware features ( for high performance, security, etc. ) in the future, and at least one of them is already in development. The data transmission is based on the Virtio, so we want to reserve a device id ( 43 ) for the virtio-qtbox.

virtio-qtbox can help user carve out some resources (e.g. vcpu, mem, pci_dev) from the VM and then use these resources to start a sandbox for the user. The usage quite likes the software enclave which Nitro already supported, but we have much wider usage, for example, running unikernel + app (e.g. OSV + Redis) in the sandbox, it would provide much better performance than the traditional os.

Since virtio-qtbox is developed for virtualization scenarios to isolate resources, it supports live migration and crashes recovery. virtio-qtbox lowers the technical threshold for implementing resource isolation in VMs and helps users have a more efficient and secure development platform based on cloud services.

Signed-off-by: Longpeng <longpeng2@huawei.com>
Signed-off-by: zouqian <zouqian4@huawei.com>
---
 content.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/content.tex b/content.tex
index 899df5f..2a6f9de 100644
--- a/content.tex
+++ b/content.tex
@@ -2893,6 +2893,8 @@ \chapter{Device Types}\label{sec:Device Types}  \hline
 42         &   RDMA device \\
 \hline
+43         &   QingtianBox \\
+\hline
 \end{tabular}
 
 Some of the devices above are unspecified by this document,
--
1.8.3.1


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]