Skip to content

chonghw/qemu-vmi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This QEMU has been added the following functionalities:

1. top - CPU utilization.
2. free - memory utilization.
3. system call table integrity protector.
4. ps - list all tasks in guest VM.
5. lsmod - list all modules in guest VM.
6. translate - gva to gpa translation by page table walking.
7. hostname - obtain the guest OS information.
8. ifconfig - obtain the network device information (IP and MAC).
9. listen - monitor the resource usage (CPU, Mem) of VM remotely.

The kvm has been added the following functionalities:
1. Secure encryption/decryption in hypervisor.


gos-info is a module to collect the Guest Operating System (gos) information.

kvm_crypt_mod is the driver inside guest VM to forward user's request to hypervisor. It has been tested on Ubuntu 12.04 with Linux 3.11.0

Contact: Dongli Zhang (dongli.zhang0129@gmail.com)

Please compile with ./configure --prefix=/test/qemu --target-list=i386-softmmu,x86_64-softmmu
The libxml2-dev is required.

About

Virtual Machine Introspection (VMI) project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.1%
  • C++ 2.6%
  • Forth 1.8%
  • Objective-C 1.8%
  • Assembly 1.5%
  • Python 1.0%
  • Other 3.2%