mbox series

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

Message ID 20231230124239.310927-1-aik@amd.com (mailing list archive)
Headers show
Series lspci: Adding TDISP, IDE | expand

Message

Alexey Kardashevskiy Dec. 30, 2023, 12:42 p.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
a997ef1 Martin Mares "Rename aux fields in structs pci_access and pci_dev to backend_data".

Please comment. Thanks.

ps. vim was set up as:
set expandtab
set tabstop=2
set shiftwidth=2
set cinoptions=:0,l1,t0,g0,(2,{2,>4
which hopefully works here :)

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

 lib/header.h |  62 ++++++++
 ls-caps.c    |   1 +
 ls-ecaps.c   | 162 ++++++++++++++++++++
 3 files changed, 225 insertions(+)