True. Thanks for the suggestion.+void kvm_arch_pm_notifier(struct kvm *kvm)What looks like you wants a __weak function.
+{
+}
+
long kvm_arch_vm_ioctl(struct file *filp,
unsigned int ioctl, unsigned long arg)
{
I thought about it, but I recalled that tglx had __strong opinions
on __weak functions.