Re: [PATCH 07/10] KVM: x86: Add is_vm_type_supported callback

From: Paolo Bonzini
Date: Thu Feb 15 2024 - 08:36:02 EST


On 2/15/24 01:33, Michael Roth wrote:
+bool __kvm_is_vm_type_supported(unsigned long type);
It's not really clear from this patch/commit message why the export is
needed at this stage.

Yep, I'll remove it.

Paolo