[PATCH 0/2] qemu: Random fixes

Michal Privoznik via Devel posted 2 patches 1 month, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1752754566.git.mprivozn@redhat.com
src/qemu/qemu_domain.c  | 8 ++++----
src/qemu/qemu_process.c | 4 ++--
src/qemu/qemu_tpm.c     | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
[PATCH 0/2] qemu: Random fixes
Posted by Michal Privoznik via Devel 1 month, 3 weeks ago
I've been migrating some machines recently and on dst didn't have VSOCK
enabled in the kernel which led to 1/2. Then I've also noticed weird
looking error messaged around TPM which led to 2/2.

Michal Prívozník (2):
  qemu: Report system error on failed open()
  qemu_tpm: Don't report uninitialized variable in error message

 src/qemu/qemu_domain.c  | 8 ++++----
 src/qemu/qemu_process.c | 4 ++--
 src/qemu/qemu_tpm.c     | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

-- 
2.49.1
Re: [PATCH 0/2] qemu: Random fixes
Posted by Ján Tomko via Devel 1 month, 3 weeks ago
On a Thursday in 2025, Michal Privoznik via Devel wrote:
>I've been migrating some machines recently and on dst didn't have VSOCK
>enabled in the kernel which led to 1/2. Then I've also noticed weird
>looking error messaged around TPM which led to 2/2.
>
>Michal Prívozník (2):
>  qemu: Report system error on failed open()
>  qemu_tpm: Don't report uninitialized variable in error message
>
> src/qemu/qemu_domain.c  | 8 ++++----
> src/qemu/qemu_process.c | 4 ++--
> src/qemu/qemu_tpm.c     | 6 +++---
> 3 files changed, 9 insertions(+), 9 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano