jandryuk
jandryuk
Code compiled with gcc10 will not link properly due to multiple definition of the same function. ld: /home/abuild/rpmbuild/BUILD/xen-4.8.20191211T160002.8db85532cb/non-dbg/stubdom/vtpm/vtpm.a(vtpm_cmd.o):(.bss+0x28): multiple definition of `tpm_malloc'; /home/abuild/rpmbuild/BUILD/xen-4.8.20191211T160002.8db85532cb/non-dbg/stubdom/vtpm/vtpm.a(vtpm.o):(.bss+0x728): first defined here Signed-off-by: Olaf Hering Reviewed-by:...
Linux adjusts the timeouts since they should be in microseconds, but seem to be in milliseconds. Correct that for timeouts and duration since they should both be in microseconds. Testing...
I wrote this as a comment here https://github.com/PeterHuewe/tpm-emulator/commit/88393faba7276df7df77a85f12d8908c33158aa4#r40001028, but figured I should open an actual issue. https://github.com/PeterHuewe/tpm-emulator/commit/88393faba7276df7df77a85f12d8908c33158aa4 added a break to quiet an implicit-fallthrough warning. I think this is actually...
# Description This is a revision of @tperard's original series from https://listman.redhat.com/archives/edk2-devel-archive/2022-November/055600.html This series introduces a XenHypercallLib that can be used at runtime by a EFI service. And then it...