lguest: documentation I: Preparation
[deliverable/linux.git] / drivers / lguest / core.c
index ce909ec57499729a69694b558eb0320774941105..2cea0c80c9924962a48f6027d774ba1e0a4647ba 100644 (file)
@@ -1,5 +1,8 @@
-/* World's simplest hypervisor, to test paravirt_ops and show
- * unbelievers that virtualization is the future.  Plus, it's fun! */
+/*P:400 This contains run_guest() which actually calls into the Host<->Guest
+ * Switcher and analyzes the return, such as determining if the Guest wants the
+ * Host to do something.  This file also contains useful helper routines, and a
+ * couple of non-obvious setup and teardown pieces which were implemented after
+ * days of debugging pain. :*/
 #include <linux/module.h>
 #include <linux/stringify.h>
 #include <linux/stddef.h>
This page took 0.029751 seconds and 5 git commands to generate.