aboutsummaryrefslogtreecommitdiff
path: root/host/libs/vm_manager/vm_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/libs/vm_manager/vm_manager.h')
-rw-r--r--host/libs/vm_manager/vm_manager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/host/libs/vm_manager/vm_manager.h b/host/libs/vm_manager/vm_manager.h
index 850921704..3dbd9ce39 100644
--- a/host/libs/vm_manager/vm_manager.h
+++ b/host/libs/vm_manager/vm_manager.h
@@ -80,6 +80,10 @@ class VmManager {
// the persistent disk
static const int kDefaultNumBootDevices = 2;
+ // LINT.IfChange(virtio_gpu_pci_address)
+ static constexpr const int kGpuPciSlotNum = 2;
+ // LINT.ThenChange(../../../shared/sepolicy/vendor/file_contexts:virtio_gpu_pci_address)
+
virtual ~VmManager() = default;
virtual bool IsSupported() = 0;