Virtual machine introspection
Appearance
This article, Virtual machine introspection, has recently been created via the Articles for creation process. Please check to see if the reviewer has accidentally left this template after accepting the draft and take appropriate action as necessary.
Reviewer tools: Inform author |
Template:New unreviewed article
Virtual machine introspection (VMI) is a technique for externally monitoring the runtime state of a system-level virtual machine.[1]
VMI tools are typically located outside the virtual machine (e.g., in the virtual machine monitor[2]) and act by tracking the events (interrupts, memory writes, and so on) or sending the requests to the virtual machine. Virtual machine monitor usually provides low-level information like raw bytes of the memory. Converting this low-level view into something meaningful for the user is known as the semantic gap problem.
References
- ^ https://link.springer.com/referenceworkentry/10.1007%2F978-1-4419-5906-5_647 Encyclopedia of Cryptography and Security: Virtual Machine Introspection
- ^ https://wiki.xenproject.org/wiki/Virtual_Machine_Introspection VMI in Xen