KVM: Add kvm trace userspace interface
authorFeng(Eric) Liu <eric.e.liu@intel.com>
Thu, 10 Apr 2008 12:47:53 +0000 (08:47 -0400)
committerAvi Kivity <avi@qumranet.com>
Sun, 27 Apr 2008 09:01:22 +0000 (12:01 +0300)
commitd4c9ff2d1b78e385471b3f4d80c0596909926ef7
tree5551c0f6c56439df39ca434115840f4e36cee2ea
parent048354c8e6bf95e7347f623d8a0da5b89e216405
KVM: Add kvm trace userspace interface

This interface allows user a space application to read the trace of kvm
related events through relayfs.

Signed-off-by: Feng (Eric) Liu <eric.e.liu@intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
arch/x86/kvm/Kconfig
arch/x86/kvm/Makefile
include/linux/kvm_host.h
virt/kvm/kvm_main.c
virt/kvm/kvm_trace.c [new file with mode: 0644]