Skip to content

Commit b263fcd

Browse files
Hardware inventory API for the 2 steps to Nirvana feature
- Add comment explaining acs_enabled field for USB devices Signed-off-by: Konstantinos Perakis <[email protected]>
1 parent 4cbb70e commit b263fcd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

go/info/hardware.pb.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/info/hardware.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ message USBDevice {
3636
// Optional: EVE's suggested assignment group for this device.
3737
// Controller may derive its own based on parent relationships.
3838
string suggested_assigngrp = 7;
39+
// True if upstream PCIe ACS (Access Control Services) is enabled for this
40+
// device (either natively or via ACS override), for safer isolation/passthrough.
3941
bool acs_enabled = 8;
4042
}
4143

0 commit comments

Comments
 (0)