[libvirt] [PATCH v5 05/11] Parse TPM passthrough XML in the domain XML

Daniel P. Berrange berrange at redhat.com
Fri Apr 12 10:20:54 UTC 2013


On Thu, Apr 11, 2013 at 04:04:47PM -0400, Stefan Berger wrote:
> Parse the domain XML with TPM passthrough support.
> The TPM passthrough XML may look like this:
> 
>     <tpm model='tpm-tis'>
>       <backend type='passthrough'>
>         <device path='/dev/tpm0'/>
>       </backend>
>     </tpm>
> 
> 
> Signed-off-by: Stefan Berger <stefanb at linux.vnet.ibm.com>
> Reviewed-by: Corey Bryant <coreyb at linux.vnet.ibm.com>
> Tested-by: Corey Bryant <coreyb at linux.vnet.ibm.com>

> Index: libvirt/src/conf/domain_conf.h
> ===================================================================
> --- libvirt.orig/src/conf/domain_conf.h
> +++ libvirt/src/conf/domain_conf.h

> +char *virDomainTPMGetPathCopy(virDomainTPMDefPtr def);
> +char *virDomainTPMGetCancelPath(virDomainTPMDefPtr def);

Neither of these 2 methods exist in the .c


Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list