⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 xen虚拟机源代码安装包
💻
字号:
ABOUTThis tool uses two programs, one that lives in dom0 and one that lives in domUto verify that no data is lost.  dom0 and domU share a handshake with eachother that they use to exchange a random seed.Both programs then generate a series of random numbers and then writes andreads the numbers via the console.  Because each side starts with the same seedthey know what data the other side is generating and therefore what should beexpected.RUNNNINGconsole-domU should be installed within the guest image.  It must be launchedfrom the client automatically.  I use a custom initrd image and put it in the/linuxrc.console-dom0 and console-domU will communicate with each other and stress theconsole code.  You can verify it at various levels by invoking it in differentways.  procpipe is used to connect the two.  I use the following command fortesting:./procpipe ./console-dom0 'xm create -c /etc/xen/xmexample1'xmexample1 has no devices and no root set (this is what triggers /linuxrc).If it freezes, it probably means that console-domU is expecting more data fromconsole-dom0 (which means that some data got dropped).  I'd like to addtimeouts in the future to handle this more gracefully.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -