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