Skip to content

Commit 6c4009d

Browse files
committed
Add pci device configurations to the pci spec.
Signed-off-by: Surbhi Kakarya <surbhi@edera.dev>
1 parent e7ee877 commit 6c4009d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

protect/control/v1/common.proto

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,16 @@ message OciImageProgressIndicationCompleted {
492492
message PciDeviceSpec {
493493
string location = 1;
494494
bool permissive = 2;
495+
bool msi_translate = 3;
496+
bool power_management = 4;
497+
PciDeviceRdmReservePolicy rdm_reserve_policy = 5;
498+
}
499+
500+
enum PciDeviceRdmReservePolicy {
501+
PCI_DEVICE_RDM_RESERVE_POLICY_UNKNOWN = 0;
502+
PCI_DEVICE_RDM_RESERVE_POLICY_STRICT = 1;
503+
PCI_DEVICE_RDM_RESERVE_POLICY_RELAXED = 2;
504+
495505
}
496506

497507
message BlockDeviceSpec {

0 commit comments

Comments
 (0)