mbox series

[pciutils,v2,0/2] lspci: Adding TDISP, IDE

Message ID 20240226060135.3252162-1-aik@amd.com
Headers show
Series lspci: Adding TDISP, IDE | expand

Message

Alexey Kardashevskiy Feb. 26, 2024, 6:01 a.m. UTC
Here is a couple of patches for TDISP/IDE capable PCIe devices.
IDE enables PCIe link encryption and TDISP enables secure pass-through
of PCI devices into confidentional virtual machines running under
Linux KVM on supported hardware.

This is based on sha1
2ef5809 Martin Mares "maint/README: Mention maint/push-to-public".

Please comment. Thanks.



Alexey Kardashevskiy (2):
  ls-ecaps: Add decode support for IDE Extended Capability
  lspci: Add TEE-IO extended capability bit

 lib/header.h  |  63 ++++
 ls-caps.c     |   1 +
 ls-ecaps.c    | 192 +++++++++++
 setpci.c      |   1 +
 tests/cap-ide | 346 ++++++++++++++++++++
 5 files changed, 603 insertions(+)
 create mode 100644 tests/cap-ide

Comments

Martin Mareš Feb. 26, 2024, 9:10 a.m. UTC | #1
Hello!

> Here is a couple of patches for TDISP/IDE capable PCIe devices.
> IDE enables PCIe link encryption and TDISP enables secure pass-through
> of PCI devices into confidentional virtual machines running under
> Linux KVM on supported hardware.

Thanks, applied.

				Martin