[virt-tools-list] [PATCH v2 0/6] Various TPM improvements
    Stefan Berger 
    stefanb at linux.vnet.ibm.com
       
    Fri Jun  8 21:42:38 UTC 2018
    
    
  
Hi,
This series of patches enables TPM functionality that has recently been
added to libvirt, such as support for the CRB device model and the TPM
emulator backend.
   Stefan
v1->v2:
  - added patch 6 displaying TPM device model 
  - changed occurrences of "2" to "2.0" since it's a TPM 2.0
Marc-André Lureau (5):
  addhardware: learn to choose a TPM model
  tpm: add CRB device model
  tpm: add TPM emulator backend
  addhardware: learn to set emulated TPM version
  details: show TPM version
Stefan Berger (1):
  details: show TPM device model and allow updating it
 .../compare/virt-install-singleton-config-2.xml    | 16 ++++++
 tests/clitest.py                                   |  2 +
 tests/xmlparse-xml/change-tpm-out.xml              |  2 +-
 tests/xmlparse.py                                  |  2 +-
 ui/addhardware.ui                                  | 66 +++++++++++++++++++---
 ui/details.ui                                      | 57 +++++++++++++++++++
 virtManager/addhardware.py                         | 49 +++++++++++++++-
 virtManager/details.py                             | 29 +++++++++-
 virtManager/domain.py                              | 11 ++++
 virtinst/cli.py                                    |  1 +
 virtinst/devices/tpm.py                            | 37 +++++++++++-
 11 files changed, 255 insertions(+), 17 deletions(-)
-- 
2.14.4
    
    
More information about the virt-tools-list
mailing list