Skip to content

Commit ccb22e0

Browse files
committed
mdbook: Add portal to edit page
Add `repository-url` and `edit-utl` template to guide readers. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
1 parent fd74b8a commit ccb22e0

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

book.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ language = "en"
44
multilingual = false
55
src = "src"
66
title = "Track of TimePrinciple"
7+
8+
[output.html]
9+
git-repository-url = "https://github.com/TimePrinciple/timeprinciple.github.io"
10+
git-repository-icon = "fa-github"
11+
edit-url-template = "https://github.com/TimePrinciple/timeprinciple.github.io/edit/main/{path}"

src/research/pvm/requirements.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# PVM Background
2+
3+
In cloud-native environments, containers are often deployed within lightweight
4+
virtual machines (Light-VMs) to ensure strong security isolation and privacy
5+
protection. With the growing demand for customized cloud services, third-party
6+
vendors are turning to infrastructure-as-a-service (IaaS) cloud providers to
7+
build their own cloud-native platforms, necessitating the need to run a VM or a
8+
guest that hosts containers inside another VM instance leased from an IaaS
9+
cloud. State-of-the-art nested virtualization in the x86 architecture relies
10+
heavily on the host hypervisor to expose hardware virtualization support to the
11+
guest hypervisor, not only complicating cloud management but also raising
12+
concerns about an increased attack surface at the host hypervisor.
13+
14+

0 commit comments

Comments
 (0)