preempt_notifier_inc();You've probably thought it through and I didn't but wouldn't it be
+ kvm_init_pm_notifier(kvm);
easier to have one global pm_notifier call for KVM which would go
through the list of VMs instead of registering/deregistering a
pm_notifier call for every created/destroyed VM?