Re: [PATCH 3/4] qemu_tpm: Drop @logDir argument from qemuTPMEmulatorPrepareHost()

2021-03-01 Thread Ján Tomko
On a Monday in 2021, Michal Privoznik wrote: After previous commit, the log directory doesn't have to be passed as an extra argument but can be deducted from logfile path. I'm not convinced this is an improvement. From the execution point of view it's one passed argument vs finding a slash

[PATCH 3/4] qemu_tpm: Drop @logDir argument from qemuTPMEmulatorPrepareHost()

2021-03-01 Thread Michal Privoznik
After previous commit, the log directory doesn't have to be passed as an extra argument but can be deducted from logfile path. Signed-off-by: Michal Privoznik --- src/qemu/qemu_tpm.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_tpm.c