From 5fbab67b6091ccfeb51d3275f7aaedbb8b542f72 Mon Sep 17 00:00:00 2001 From: nyoravim Date: Tue, 18 Aug 2026 14:33:27 -0700 Subject: [PATCH] add kvm to virtualization backend enum for downstream benchmarking --- protect/control/v1/common.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protect/control/v1/common.proto b/protect/control/v1/common.proto index cad2d1b..18ceb99 100644 --- a/protect/control/v1/common.proto +++ b/protect/control/v1/common.proto @@ -129,6 +129,7 @@ enum ZoneVirtualizationBackend { ZONE_VIRTUALIZATION_BACKEND_PV = 1; ZONE_VIRTUALIZATION_BACKEND_PVH = 2; ZONE_VIRTUALIZATION_BACKEND_AUTOMATIC = 3; + ZONE_VIRTUALIZATION_BACKEND_KVM = 4; } // Strategy used when expanding the selected node set beyond the seed node.