Re: [libvirt PATCH v7 0/5] Add a PCI/PCIe device VPD Capability

2021-10-20 Thread Dmitrii Shcherbakov
Thanks a lot, much appreciated! Best Regards, Dmitrii Shcherbakov LP/oftc: dmitriis On Wed, Oct 20, 2021 at 7:21 PM Daniel P. Berrangé wrote: > > Since the issues i pointed out are minimal, I've just made them > myself and will push this once I see gitlab CI passing for it. > > > Regards, > Dan

Re: [libvirt PATCH v7 0/5] Add a PCI/PCIe device VPD Capability

2021-10-20 Thread Daniel P . Berrangé
On Wed, Oct 20, 2021 at 11:30:30AM +0300, Dmitrii Shcherbakov wrote: > Add support for deserializing the binary PCI/PCIe VPD format and > exposing VPD resources as XML elements in a new nested capability > of PCI/PCIe devices called 'vpd'. > > The series contains the following incremental changes:

[libvirt PATCH v7 0/5] Add a PCI/PCIe device VPD Capability

2021-10-20 Thread Dmitrii Shcherbakov
Add support for deserializing the binary PCI/PCIe VPD format and exposing VPD resources as XML elements in a new nested capability of PCI/PCIe devices called 'vpd'. The series contains the following incremental changes: * The PCI VPD parser module, in-memory resource representation and tests; *