From acd48bcf7e8de9a32fdfe0562f5b293c6746ba1a Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sat, 17 May 2025 21:47:15 +0800 Subject: [PATCH] fix --- docs/en/guide/pve/pve_custom.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/en/guide/pve/pve_custom.md b/docs/en/guide/pve/pve_custom.md index 9cdb9f0586..476440c18d 100644 --- a/docs/en/guide/pve/pve_custom.md +++ b/docs/en/guide/pve/pve_custom.md @@ -166,3 +166,13 @@ lsof -i:33306 ``` To see if the port mapping rule is in effect + +## Customizing the CPU TYPE when opening a Linux virtual machine + +On the host computer, use something like + +```shell +echo "kvm64" > /usr/local/bin/cpu_type +``` + +Specifying the default CPU TYPE in this way allows you to replace ```kvm64``` with the type you want