<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>KVM - 标签 - lihuu — 系统工程、AI 工具链与 Rust 开发博客</title>
        <link>https://silentstormic.top/tags/KVM/</link>
        <description>KVM - 标签 - lihuu — 系统工程、AI 工具链与 Rust 开发博客</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Thu, 15 May 2025 23:02:22 &#43;0800</lastBuildDate><atom:link href="https://silentstormic.top/tags/KVM/" rel="self" type="application/rss+xml" /><item>
    <title>在Linux上快速创建虚拟机</title>
    <link>https://silentstormic.top/post/kvm/</link>
    <pubDate>Thu, 15 May 2025 23:02:22 &#43;0800</pubDate>
    <author>lihuu</author>
    <guid>https://silentstormic.top/post/kvm/</guid>
    <description><![CDATA[<p>今天我们来聊一聊，怎么在 KVM 上快速创建虚拟机，首先什么是 KVM 呢？</p>
<p>KVM 的全称是 <strong>Kernel-based Virtual Machine</strong>，即基于内核的虚拟机。它是一种内建于 Linux 内核的开源虚拟化技术。不过 KVM 只是一个内核模块，单独的 KVM 不能看作一个完整的虚拟机软件。好在 Linux 中还有另一个强大的工具 <strong>QEMU</strong>。QEMU 提供了完整的虚拟化能力，但原始的 QEMU 只提供软件模拟，性能不是很高。而当我们在 QEMU 中集成 KVM 后，就能获得接近裸机的性能，这正是我们想要的。</p>]]></description>
</item>
</channel>
</rss>
