Re: [RFC PATCH v2 22/69] KVM: x86: Add vm_type to differentiate legacy VMs from protected VMs

From: Paolo Bonzini
Date: Tue Jul 06 2021 - 10:47:20 EST


On 03/07/21 00:04, isaku.yamahata@xxxxxxxxx wrote:
struct kvm_arch {
+ unsigned long vm_type;

Also why not just int or u8?

Paolo