kvm_arch_vm_post_create
void kvm_arch_vm_post_create(struct kvm_vm *vm, unsigned int nr_vcpus);
kvm_arch_vm_post_create(vm, nr_runnable_vcpus);
kvm_arch_vm_post_create(vm, 0);