]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm: Setup VCPU MSRs
authorPekka Enberg <penberg@cs.helsinki.fi>
Thu, 8 Apr 2010 17:44:37 +0000 (20:44 +0300)
committerPekka Enberg <penberg@cs.helsinki.fi>
Thu, 8 Apr 2010 18:00:40 +0000 (21:00 +0300)
commit0aa159fb220397d7ef90a19cd638a0c5c1c5176a
tree19843d998229a2d9852d8554305378a1bd6fc4e9
parent1a786b400ce9ebde12f1521bcdeb8c93d2892f84
kvm: Setup VCPU MSRs

Use the KVM_SET_MSRS ioctl() to set up model-specific registers (MSRs) to a
known state.  The MSRs are initialized to zero for now because I'm not sure
what are the right values.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
tools/kvm/include/kvm/kvm.h
tools/kvm/kvm.c