From 9c20456a32ce9e82ccda55e12c10016b181d85e5 Mon Sep 17 00:00:00 2001 From: Joerg Roedel Date: Tue, 1 Apr 2008 16:44:56 +0200 Subject: [PATCH] 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 Signed-off-by: Avi Kivity --- Reading git-format-patch failed