Re: [PATCH RFC 04/10] qemu_tpm: Expose qemuTPMEmulatorGetPid()

2022-05-23 Thread Daniel P . Berrangé
On Mon, May 09, 2022 at 05:02:11PM +0200, Michal Privoznik wrote: > In near future it will be necessary to know the PID of swtpm > process for QEMU. Export the function that does just that > (qemuTPMEmulatorGetPid()). > > Signed-off-by: Michal Privoznik > --- > src/qemu/qemu_tpm.c | 2 +- > src/

[PATCH RFC 04/10] qemu_tpm: Expose qemuTPMEmulatorGetPid()

2022-05-09 Thread Michal Privoznik
In near future it will be necessary to know the PID of swtpm process for QEMU. Export the function that does just that (qemuTPMEmulatorGetPid()). Signed-off-by: Michal Privoznik --- src/qemu/qemu_tpm.c | 2 +- src/qemu/qemu_tpm.h | 7 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff