[PATCH v2 0/7] change default TPM for ppc64 + pylint fixes

Daniel Henrique Barboza danielhb413 at gmail.com
Wed Jun 3 13:14:29 UTC 2020


Changes in v2:
- a fellow brazilian programmer informed me in private that I was
using 'forth' instead of 'fourth' all around the commit message
of patch 06. Let's avoid the irony of all the typos in a codespell
fix series.

v1 link: https://www.redhat.com/archives/virt-tools-list/2020-June/msg00002.html

Daniel Henrique Barboza (7):
  virtManager/clone.py: codespell fix
  virtinst: trivial codespell fixes
  virtinst/progress.py: change 'fo' to make codespell happy
  codespell_dict.txt: add 'msdos' string
  test_xmlconfig.py: use single quote strings in testDiskNumbers
  netlist.py: remove the extra 'None' return in get_network_selection()
  tpm.py: make MODEL_SPAPR the default when running in ppc64

 .../virt-install-ppc64-pseries-tpm.xml        | 37 ++++++++++++++
 tests/data/codespell_dict.txt                 |  1 +
 tests/test_cli.py                             |  1 +
 tests/test_xmlconfig.py                       | 51 ++++++++++---------
 virtManager/clone.py                          |  2 +-
 virtManager/device/netlist.py                 |  2 +-
 virtinst/devices/tpm.py                       |  3 ++
 virtinst/domcapabilities.py                   |  2 +-
 virtinst/progress.py                          | 14 ++---
 virtinst/xmlbuilder.py                        |  2 +-
 10 files changed, 80 insertions(+), 35 deletions(-)
 create mode 100644 tests/data/cli/compare/virt-install-ppc64-pseries-tpm.xml

-- 
2.26.2




More information about the virt-tools-list mailing list