commit | 9c20456a32ce9e82ccda55e12c10016b181d85e5 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Tue Apr 01 16:44:56 2008 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Sun Apr 27 12:00:55 2008 +0300 |
tree | 06f8985c803d9ba90ffcc617a6403868c5f6f3c6 | |
parent | 3d45830c2b11a9d756faae161742b7d1ec417f7e [diff] |
KVM: function declaration parameter name cleanup The kvm_host.h file for x86 declares the functions kvm_set_cr[0348]. In the header file their second parameter is named cr0 in all cases. This patch renames the parameters so that they match the function name. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@qumranet.com>