Skip to content

Commit 9521054

Browse files
authored
fix: 更新说明
1 parent ce69b3e commit 9521054

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/en/incomplete/webvirtcloud.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ curl -slk https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scrip
5555
> **Additional Notes:**
5656
>
5757
> - Higher specifications are recommended for production use. This minimal setup is only sufficient to run 4 small VMs in a test environment.
58-
> - The server must support KVM nested virtualization with VM-x/AMD-V/Hyper-V enabled.
58+
> - The server recommends using KVM nested virtualization with VM-x/AMD-V/Hyper-V enabled support.
59+
> - If `VM-x/AMD-V/Hyper-V` is not enabled and supported is not a problem, it will automatically switch to QEMU to open a VM using TCG emulation, except that in this case there will be a performance loss.
5960
> - The installation uses binary files directly, skipping dependency installation.
6061
6162
### Environment Testing
@@ -66,7 +67,7 @@ To test if your server supports KVM nested virtualization:
6667
curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh && chmod +x goecs.sh && ./goecs.sh install && goecs -l=en
6768
```
6869

69-
Selecting the hardware single test, even if `VM-x/AMD-V/Hyper-V` is not enabled and supported is not a problem, it will automatically switch to QEMU to open a VM using TCG emulation, except that in this case there will be a performance loss.
70+
Selecting the hardware single test
7071

7172
### Hypervisor Installation Steps
7273

0 commit comments

Comments
 (0)