随笔分类 -  Qemu

关于KVM的几篇细节文档
摘要:1. Qemu Studyhttp://lists.gnu.org/archive/html/qemu-devel/2011-04/pdfhC5rVdz7U8.pdfhttp://handbook5.com/q/qemu-pdf.pdf2. Linux KVM as a learning toolh... 阅读全文

posted @ 2015-10-14 09:33 CasonChan 阅读(672) 评论(0) 推荐(1)

qemu源码架构
摘要:前言:本文主要概括了QEMU的代码结构,特别从代码翻译的角度分析了QEMU是如何将客户机代码翻译成TCG代码和主机代码并且最终执行的过程。并且在最后描述了QEMU和KVM之间联系的纽带。申明:本文前面部分从qemu detailed study第七章翻译而来。1.代码结构如我们所知,QEMU是一个模... 阅读全文

posted @ 2015-10-13 17:59 CasonChan 阅读(6554) 评论(0) 推荐(0)

QMP ( qemu monitor protocol ) and Different ways of accessing it
摘要:The QEMU Monitor Protocol (QMP) is a JSON-based protocol which allows applications to communicate with a QEMU instance.Read more about QMP here :wiki.... 阅读全文

posted @ 2015-10-10 10:06 CasonChan 阅读(2610) 评论(0) 推荐(0)

导航