<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Pvm on Dhiru's Notebook</title><link>https://rfcorner.in/tags/pvm/</link><description>Recent content in Pvm on Dhiru's Notebook</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 14 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://rfcorner.in/tags/pvm/index.xml" rel="self" type="application/rss+xml"/><item><title>Porting PVM to Linux 7.2</title><link>https://rfcorner.in/posts/porting-pvm-to-linux-7.2/</link><pubDate>Fri, 14 Aug 2026 00:00:00 +0000</pubDate><guid>https://rfcorner.in/posts/porting-pvm-to-linux-7.2/</guid><description>&lt;p&gt;The original PVM kernel tree was based on Linux 6.12.x, while current Linux
&lt;code&gt;master&lt;/code&gt; had reached 7.2-rc7. This note records the commands I used to build,
package, and boot the forward port. The resulting tree is available in the
&lt;a href="https://github.com/kholia/linux/tree/pvm-720"&gt;&lt;code&gt;pvm-720&lt;/code&gt; branch&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="pvm-in-four-lines"&gt;PVM in four lines&lt;/h2&gt;
&lt;p&gt;PVM (Pagetable-based Virtual Machine) is a KVM guest hypervisor designed for
running nested workloads without exposing VMX or SVM to the guest. It uses a
small shared region for privilege transitions and efficient shadow page tables
for memory virtualization. The design is described in the SOSP '23 paper
&lt;a href="https://doi.org/10.1145/3600006.3613158"&gt;&lt;em&gt;PVM: Efficient Shadow Paging for Deploying Secure Containers in Cloud-native Environments&lt;/em&gt;&lt;/a&gt;.
The original code is in the &lt;a href="https://github.com/virt-pvm/linux"&gt;&lt;code&gt;virt-pvm/linux&lt;/code&gt;&lt;/a&gt;
repository.&lt;/p&gt;</description></item></channel></rss>