Lines Matching refs:vtpm
17 vTPM Manager and vTPMs. The vtpmmgr, vtpm, and guest domains are created using
22 # dd if=/dev/zero of=/images/vtpm-guest1.img bs=2M count=1
23 # dd if=/dev/zero of=/images/vtpm-guest2.img bs=2M count=1
34 The vtpm configuration files (vtpm-guest1.cfg, vtpm-guest2.cfg):
36 name="vtpm-guest1"
37 kernel="/usr/lib/xen/boot/vtpm-stubdom.gz"
40 disk=["file:/images/vtpm-guest1.img,hda,w"]
41 vtpm=["backend=vtpmmgr,uuid=ac0a5b9e-cbe2-4c07-b43b-1d69e46fb839"]
43 name="vtpm-guest2"
44 kernel="/usr/lib/xen/boot/vtpm-stubdom.gz"
47 disk=["file:/images/vtpm-guest2.img,hda,w"]
48 vtpm=["backend=vtpmmgr,uuid=6c3ff5f1-8d58-4fed-b00d-a5ea9a817f7f"]
57 vtpm=["backend=vtpm-guest1"]
64 vtpm=["backend=vtpm-guest2"]
69 # xl create vtpm-guest1.cfg
86 dom4 - vtpm-hw system_u:system_r:vtpm_t
87 dom5 - vtpm-g1 guest1_u:vm_r:vtpm_t
88 dom6 - vtpm-g2 guest2_u:vm_r:vtpm_t
101 # xl block-attach vtpm-hw 'backendtype=phy,backend=hardware,vdev=hda,access=w,target=/dev/lvm/vtpm-…
102 # xl block-attach vtpm-g1 'backendtype=phy,backend=hardware,vdev=hda,access=w,target=/dev/lvm/vtpm-…
103 # xl block-attach vtpm-g2 'backendtype=phy,backend=hardware,vdev=hda,access=w,target=/dev/lvm/vtpm-…
106 # xl vtpm-attach vtpm-hw uuid=062b6416-ed46-492a-9e65-a2f92dc07f7f backend=vtpmmgr
107 # xl vtpm-attach vtpm-g1 uuid=e9aa9d0f-ece5-4b84-b129-93004ba61a5f backend=vtpmmgr
108 # xl vtpm-attach vtpm-g2 uuid=3fb2caf0-d305-4516-96c7-420618d98efb backend=vtpmmgr
109 # xl vtpm-attach hardware uuid=062b6416-ed46-492a-9e65-a2f92dc07f7f backend=vtpm-hw
110 # xl vtpm-attach guest1 uuid=e9aa9d0f-ece5-4b84-b129-93004ba61a5f backend=vtpm-g1
111 # xl vtpm-attach guest2 uuid=3fb2caf0-d305-4516-96c7-420618d98efb backend=vtpm-g2
132 guest, as described above, and using the --vtpm-label= argument to pv-grub so