From ed3cf15271fa150320b46f03d369777b71786298 Mon Sep 17 00:00:00 2001 From: Nicholas Krause Date: Wed, 20 May 2015 00:24:10 -0400 Subject: [PATCH] kvm: x86: Make functions that have no external callers static This makes the functions kvm_guest_cpu_init and kvm_init_debugfs static now due to having no external callers outside their declarations in the file, kvm.c. Signed-off-by: Nicholas Krause Signed-off-by: Paolo Bonzini --- Reading git-format-patch failed