Virtualiztion
文章平均质量分 95
Omni-Space
专注Android, Mobile Security and AI
展开
-
自己动手利用KVM和Intel VT实现简单虚拟机
自己动手利用KVM和IntelVT实现简单虚拟机计划开发一套虚拟机最小系统。该原型系统会利用Linux原生提供的内核模块kvm.ko,使用该模块提供的API接口,自行开发一个用户态程序,实现一个最基本的虚拟机。这个虚拟机能够运行一段x86指令代码,例如简单的算术运算,最终能够将运算结果通过IO端口写入客户机的串口设备中。这套最小系统能够模拟一个串口设备,将客户机串口设备中的数据显示在终端屏幕上。本章是开发实践的基础章节,通过自己动手实践本章提供的源代码,能够为后续高阶内容打下坚实的基础。在动手开转载 2021-05-07 09:07:08 · 1526 阅读 · 1 评论 -
On the Performance of ARM Virtualization
AbstractARM servers are becoming increasingly common, making server technologies such as virtualization for ARM of growing importance. We present the first study(1) of ARM virtualization performance o...转载 2018-03-11 15:53:21 · 550 阅读 · 0 评论 -
How to Run Ubuntu 16.04 Aarch64 (64-bit ARM) Cloud Images on Your Intel/AMD Linux Computer with QEMU
With the recent launch of several low cost Cortex A53 development boards, 64-bit ARM hardware is now pretty common and inexpensive, but if you want to run 64-bit ARM code on your x86 Linux computer, R...转载 2018-03-11 15:55:30 · 2380 阅读 · 0 评论