KVM generic arch:
commiteb372f4883d9c9dc9751e1d5feb2ab9912ddb762
authorDor Laor <dor@qumranet.com>
Mon, 16 Oct 2006 09:09:26 +0000 (16 09:09 +0000)
committerDor Laor <dor@qumranet.com>
Mon, 16 Oct 2006 09:09:26 +0000 (16 09:09 +0000)
tree54401b2afefda6d07cddaf14130357e3343416ee
parent6ecbcda17cd95d909bb8c3e434d2f5859950fde3
KVM generic arch:
- Add generic read/write control block functions (vmcs_wr/rd)
  Because we have lot's of vmcs fields it is not practical to write a specific function to each
  vmcs_writel functions. Instead there would be few read/write_cb functions that would recieve a field parameter which is generelazied by the enum_tbl field.

Avi/Yaniv, Please take a look before i change the rest of the vmcs_xx calls.
kvm/kernel/kvm.h
kvm/kernel/kvm_main.c