[PATCH 0/7] vmx: Add more controllers and parse PCI addresses

Michal Privoznik via Devel posted 7 patches 17 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1787561906.git.mprivozn@redhat.com
src/vmx/vmx.c                              | 173 ++++++++++++++-------
tests/vmx2xmldata/esx-in-the-wild-10.xml   |   5 +-
tests/vmx2xmldata/esx-in-the-wild-11.xml   |   5 +-
tests/vmx2xmldata/esx-in-the-wild-12.xml   |   9 +-
tests/vmx2xmldata/esx-in-the-wild-13.xml   |   5 +-
tests/vmx2xmldata/esx-in-the-wild-14.xml   |   5 +-
tests/vmx2xmldata/esx-in-the-wild-15.xml   |   5 +-
tests/vmx2xmldata/esx-in-the-wild-16.xml   |  11 +-
tests/vmx2xmldata/esx-in-the-wild-17.xml   |   9 +-
tests/vmx2xmldata/esx-in-the-wild-5.xml    |   5 +-
tests/vmx2xmldata/esx-in-the-wild-6.xml    |   5 +-
tests/vmx2xmldata/esx-in-the-wild-7.xml    |   5 +-
tests/vmx2xmldata/esx-in-the-wild-8.xml    |  18 ++-
tests/vmx2xmldata/esx-in-the-wild-9.xml    |   8 +-
tests/vmx2xmldata/fusion-in-the-wild-1.xml |   6 +-
tests/vmx2xmldata/gsx-in-the-wild-1.xml    |   1 +
tests/vmx2xmldata/gsx-in-the-wild-2.xml    |   1 +
tests/vmx2xmldata/gsx-in-the-wild-3.xml    |   1 +
tests/vmx2xmldata/gsx-in-the-wild-4.xml    |   1 +
19 files changed, 206 insertions(+), 72 deletions(-)
[PATCH 0/7] vmx: Add more controllers and parse PCI addresses
Posted by Michal Privoznik via Devel 17 hours ago
This is a prerequisite of the following issue:

https://redhat.atlassian.net/browse/RHEL-147630

It's not fixing the issue per-se, so you'll not find any reference to
the issue in commit messages. But my gut feeling says let's expose more
controllers and their PCI addresses in the domain XML.

Michal Prívozník (7):
  vmx: Add SCSI controllers
  vmx: Parse PCI address for SCSI controllers
  vmx: Add SATA controllers
  vmx: Parse PCI address for SATA controllers
  vmx: Add NVMe controllers
  vmx: Parse PCI address for NVMe controllers
  vmx: Parse PCI address for ethernet devices

 src/vmx/vmx.c                              | 173 ++++++++++++++-------
 tests/vmx2xmldata/esx-in-the-wild-10.xml   |   5 +-
 tests/vmx2xmldata/esx-in-the-wild-11.xml   |   5 +-
 tests/vmx2xmldata/esx-in-the-wild-12.xml   |   9 +-
 tests/vmx2xmldata/esx-in-the-wild-13.xml   |   5 +-
 tests/vmx2xmldata/esx-in-the-wild-14.xml   |   5 +-
 tests/vmx2xmldata/esx-in-the-wild-15.xml   |   5 +-
 tests/vmx2xmldata/esx-in-the-wild-16.xml   |  11 +-
 tests/vmx2xmldata/esx-in-the-wild-17.xml   |   9 +-
 tests/vmx2xmldata/esx-in-the-wild-5.xml    |   5 +-
 tests/vmx2xmldata/esx-in-the-wild-6.xml    |   5 +-
 tests/vmx2xmldata/esx-in-the-wild-7.xml    |   5 +-
 tests/vmx2xmldata/esx-in-the-wild-8.xml    |  18 ++-
 tests/vmx2xmldata/esx-in-the-wild-9.xml    |   8 +-
 tests/vmx2xmldata/fusion-in-the-wild-1.xml |   6 +-
 tests/vmx2xmldata/gsx-in-the-wild-1.xml    |   1 +
 tests/vmx2xmldata/gsx-in-the-wild-2.xml    |   1 +
 tests/vmx2xmldata/gsx-in-the-wild-3.xml    |   1 +
 tests/vmx2xmldata/gsx-in-the-wild-4.xml    |   1 +
 19 files changed, 206 insertions(+), 72 deletions(-)

-- 
2.54.0