|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] vTPM Manager VM launch failure: operation not permitted
on 2017/9/13 18:42, Wei Liu wrote: Cc VTPM maintainers On Sun, Sep 10, 2017 at 03:07:04PM -0400, Ronny Ko wrote:Hi, I'm a PhD student from Harvard University having a trouble in running vTPM manager. I cannot successfully launch vTPM manager in Xen, because when I command "sudo xl create vtpm-manager.cfg" to launch a virtual TPM VM, I get the following error: libxl: error: libxl_create.c:1295:domcreate_launch_dm: Domain 10:failed give domain access to iomeim range fed44-fed44: Operation not permitted In Xen, virtual TPM is a standalone VM that communicates with DOMu. "vtpm-manager.cfg" is Xen's configuration file for virtual TPM manager VM, whose contents are as follows: ============ vtpm-manager.cfg ================ kernel="/usr/local/lib/xen/boot/vtpmmgr-stubdom.gz" # vTPM manager code image memory=16 # 16M RAM size disk=["file:/home/skyer/Desktop/xen/vtpmmgr-stubdom.img,hda,w"] # disk storage name="vtpmmgr" # Just a nick name iomem=["fed44,1"] # This means, map physical memory from 0xfed44000-0xfed44fff for I/O, which is to be used by virtual TPM manager to communicate with the physical TPM device. =========================================== Ronny, is your physical TPM device v1.2 or v2.0?for tpm1.2.. , commands that are sent to the TPM through the register set at address FED4.0000 are implicitly associated with locality 0. try 'iomem=["fed40,1"]' and make sure Dom0 's TPM driver is _not_ loaded... Quan
_______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |