[virt-tools-list] [virt-manager PATCH 0/3] Add support for TPM	passthrough
    Stefan Berger 
    stefanb at linux.vnet.ibm.com
       
    Mon Jun 24 21:58:05 UTC 2013
    
    
  
From: root <root at k-d941f-5.watson.ibm.com>
Add support for the QEMU TPM passthrough device that is supported by libvirt:
http://libvirt.org/formatdomain.html#elementsTpm
I added the choice of the backend device even though only one backend
type (passthrough) is supported right now, but we are working on getting
another TPM backend into QEMU.
Since only one device model (tpm-tis) is supported and we do not currently
have plans to implemented for example a virtio model, I did not provide
the choice for the device model.
Regards,
   Stefan
Stefan Berger (3):
  Add TPM passthrough support to virtinst
  Add GUI elements for TPM passthrough
  Add logic for GUI support for TPM passthrough
 ui/vmm-add-hardware.ui       | 143 +++++++++++++++++++++++++++++++++++++++++++
 ui/vmm-details.ui            | 107 ++++++++++++++++++++++++++++++++
 virtManager/addhardware.py   |  69 ++++++++++++++++++++-
 virtManager/details.py       |  59 +++++++++++++++++-
 virtManager/domain.py        |  10 +++
 virtManager/uihelpers.py     |  29 +++++++++
 virtinst/Guest.py            |   1 +
 virtinst/VirtualDevice.py    |   4 +-
 virtinst/VirtualTPMDevice.py | 138 +++++++++++++++++++++++++++++++++++++++++
 virtinst/__init__.py         |   1 +
 virtinst/cli.py              |  25 ++++++++
 11 files changed, 581 insertions(+), 5 deletions(-)
 create mode 100644 virtinst/VirtualTPMDevice.py
-- 
1.8.1.4
    
    
More information about the virt-tools-list
mailing list