When I run "insmod tpm_xenu.ko" at the first time in
DomU, there is noÂspecial message in dmesg except for
this "xen_tpm_fr: Initialising the vTPMÂdriver."
Then, I reload the tpm_xenu module after removing it
using "rmmod tpm_xenu.ko -f". IÂget the following
message in dmesg.
...
xen_tpm_fr: Initialising the vTPM driver.
kobject_add failed for vtpm with -EEXIST, don't try
to register things with the same
name in the same directory.
Â[<c01ea4ea>] kobject_add+0x11a/0x1a0
Â[<c01ea691>] kobject_register+0x21/0x50
Â[<c02400fd>] bus_add_driver+0x7d/0x140
Â[<c02856f9>]
xenbus_register_driver_common+0x39/0x60
Â[<c0285740>]
xenbus_register_frontend+0x20/0x40
Â[<e1227050>] tpmif_init+0x50/0x62 [tpm_xenu]
Â[<c0143b08>] sys_init_module+0x148/0x1b40
Â[<c01187fc>] do_page_fault+0x10c/0xc6f
Â[<c010845e>] do_syscall_trace+0x1ee/0x205
Â[<c01059bf>] syscall_call+0x7/0xb
In the DomUconfig file, I use vtpm = ['backend=0'].
But there is no vtpm device in Dom0 and DomU. See the
following info.