[PATCH v2 0/3] Rework <tpm/> formatting

Michal Privoznik posted 3 patches 2 years, 3 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1641287042.git.mprivozn@redhat.com
src/conf/domain_conf.c                        | 65 ++++++++-----------
.../tpm-emulator-tpm2-enc.xml                 | 12 +++-
.../tpm-emulator-tpm2-pstate.xml              | 12 +++-
tests/qemuxml2argvdata/tpm-emulator-tpm2.xml  | 13 +++-
tests/qemuxml2argvdata/tpm-emulator.xml       | 12 +++-
.../qemuxml2argvdata/tpm-passthrough-crb.xml  | 12 +++-
tests/qemuxml2argvdata/tpm-passthrough.xml    | 12 +++-
.../tpm-emulator-tpm2-enc.x86_64-latest.xml   | 41 +-----------
...tpm-emulator-tpm2-pstate.x86_64-latest.xml | 39 +----------
.../tpm-emulator-tpm2.x86_64-latest.xml       | 44 +------------
.../tpm-emulator.x86_64-latest.xml            | 39 +----------
.../tpm-passthrough-crb.x86_64-latest.xml     | 41 +-----------
.../tpm-passthrough.x86_64-latest.xml         | 41 +-----------
13 files changed, 94 insertions(+), 289 deletions(-)
mode change 100644 => 120000 tests/qemuxml2xmloutdata/tpm-emulator-tpm2-enc.x86_64-latest.xml
mode change 100644 => 120000 tests/qemuxml2xmloutdata/tpm-emulator-tpm2-pstate.x86_64-latest.xml
mode change 100644 => 120000 tests/qemuxml2xmloutdata/tpm-emulator-tpm2.x86_64-latest.xml
mode change 100644 => 120000 tests/qemuxml2xmloutdata/tpm-emulator.x86_64-latest.xml
mode change 100644 => 120000 tests/qemuxml2xmloutdata/tpm-passthrough-crb.x86_64-latest.xml
mode change 100644 => 120000 tests/qemuxml2xmloutdata/tpm-passthrough.x86_64-latest.xml
[PATCH v2 0/3] Rework <tpm/> formatting
Posted by Michal Privoznik 2 years, 3 months ago
v2 of:

https://listman.redhat.com/archives/libvir-list/2022-January/msg00047.html

diff to v1:
- Pushed 1/4 from the original series, because it was acked and
independent of the rest.
- Swapped two patches to make the test suite pass after each single
patch.
- Renamed variable in 1/3 (3/4 in the original series) per Peter's
suggestion.

Michal Prívozník (3):
  conf: Rework <tpm/> formatting
  qemuxml2xmloutdata: Turn tpm-*.xml files into symlinks
  conf: Make virDomainTPMDefFormat() return void

 src/conf/domain_conf.c                        | 65 ++++++++-----------
 .../tpm-emulator-tpm2-enc.xml                 | 12 +++-
 .../tpm-emulator-tpm2-pstate.xml              | 12 +++-
 tests/qemuxml2argvdata/tpm-emulator-tpm2.xml  | 13 +++-
 tests/qemuxml2argvdata/tpm-emulator.xml       | 12 +++-
 .../qemuxml2argvdata/tpm-passthrough-crb.xml  | 12 +++-
 tests/qemuxml2argvdata/tpm-passthrough.xml    | 12 +++-
 .../tpm-emulator-tpm2-enc.x86_64-latest.xml   | 41 +-----------
 ...tpm-emulator-tpm2-pstate.x86_64-latest.xml | 39 +----------
 .../tpm-emulator-tpm2.x86_64-latest.xml       | 44 +------------
 .../tpm-emulator.x86_64-latest.xml            | 39 +----------
 .../tpm-passthrough-crb.x86_64-latest.xml     | 41 +-----------
 .../tpm-passthrough.x86_64-latest.xml         | 41 +-----------
 13 files changed, 94 insertions(+), 289 deletions(-)
 mode change 100644 => 120000 tests/qemuxml2xmloutdata/tpm-emulator-tpm2-enc.x86_64-latest.xml
 mode change 100644 => 120000 tests/qemuxml2xmloutdata/tpm-emulator-tpm2-pstate.x86_64-latest.xml
 mode change 100644 => 120000 tests/qemuxml2xmloutdata/tpm-emulator-tpm2.x86_64-latest.xml
 mode change 100644 => 120000 tests/qemuxml2xmloutdata/tpm-emulator.x86_64-latest.xml
 mode change 100644 => 120000 tests/qemuxml2xmloutdata/tpm-passthrough-crb.x86_64-latest.xml
 mode change 100644 => 120000 tests/qemuxml2xmloutdata/tpm-passthrough.x86_64-latest.xml

-- 
2.34.1