[PATCH 0/3] follow-up for tpm_emulator errp story

Vladimir Sementsov-Ogievskiy posted 3 patches 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251106194126.569037-1-vsementsov@yandex-team.ru
Maintainers: Stefan Berger <stefanb@linux.vnet.ibm.com>
There is a newer version of this series
backends/tpm/tpm_emulator.c | 61 +++++++++++++++----------------------
1 file changed, 24 insertions(+), 37 deletions(-)
[PATCH 0/3] follow-up for tpm_emulator errp story
Posted by Vladimir Sementsov-Ogievskiy 3 months ago
Hi all!

Here are fix and small enhancements, following comments on
already merged "tmp_emulator: improve and fix use of errp"
by Markus.

Vladimir Sementsov-Ogievskiy (3):
  tpm_emulator: print error on error-ignore path
  tpm_emulator: drop direct use of errno variable
  tpm_emulator: tpm_emulator_set_state_blobs(): move to boolean return

 backends/tpm/tpm_emulator.c | 61 +++++++++++++++----------------------
 1 file changed, 24 insertions(+), 37 deletions(-)

-- 
2.48.1
Re: [PATCH 0/3] follow-up for tpm_emulator errp story
Posted by Vladimir Sementsov-Ogievskiy 3 weeks ago
ping. All patches reviewed, could they be merged?

On 06.11.25 22:41, Vladimir Sementsov-Ogievskiy wrote:
> Hi all!
> 
> Here are fix and small enhancements, following comments on
> already merged "tmp_emulator: improve and fix use of errp"
> by Markus.
> 
> Vladimir Sementsov-Ogievskiy (3):
>    tpm_emulator: print error on error-ignore path
>    tpm_emulator: drop direct use of errno variable
>    tpm_emulator: tpm_emulator_set_state_blobs(): move to boolean return
> 
>   backends/tpm/tpm_emulator.c | 61 +++++++++++++++----------------------
>   1 file changed, 24 insertions(+), 37 deletions(-)
> 


-- 
Best regards,
Vladimir
Re: [PATCH 0/3] follow-up for tpm_emulator errp story
Posted by Stefan Berger 3 weeks ago

On 1/19/26 10:47 AM, Vladimir Sementsov-Ogievskiy wrote:
> ping. All patches reviewed, could they be merged?

Can you please rebase the changes on the latest master?

> 
> On 06.11.25 22:41, Vladimir Sementsov-Ogievskiy wrote:
>> Hi all!
>>
>> Here are fix and small enhancements, following comments on
>> already merged "tmp_emulator: improve and fix use of errp"
>> by Markus.
>>
>> Vladimir Sementsov-Ogievskiy (3):
>>    tpm_emulator: print error on error-ignore path
>>    tpm_emulator: drop direct use of errno variable
>>    tpm_emulator: tpm_emulator_set_state_blobs(): move to boolean return
>>
>>   backends/tpm/tpm_emulator.c | 61 +++++++++++++++----------------------
>>   1 file changed, 24 insertions(+), 37 deletions(-)
>>
> 
> 


Re: [PATCH 0/3] follow-up for tpm_emulator errp story
Posted by Markus Armbruster 3 months ago
Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> writes:

> Hi all!
>
> Here are fix and small enhancements, following comments on
> already merged "tmp_emulator: improve and fix use of errp"
> by Markus.

Series
Reviewed-by: Markus Armbruster <armbru@redhat.com>