On 21/11/25 13:14, Markus Armbruster wrote:
Use error_setg_errno() instead of passing the value of strerror() or
g_strerror() to error_setg().

The separator between the error message proper and the value of
strerror() changes from " : ", "", " - ", "- " to ": " in places.

Signed-off-by: Markus Armbruster <[email protected]>
---
  backends/spdm-socket.c      |  4 ++--
  backends/tpm/tpm_emulator.c | 13 +++++--------
  hw/9pfs/9p.c                |  3 +--
  hw/acpi/core.c              |  3 +--
  hw/intc/openpic_kvm.c       |  3 +--
  hw/intc/xics_kvm.c          |  5 +++--
  hw/remote/vfio-user-obj.c   | 18 +++++++++---------
  hw/sensor/emc141x.c         |  4 ++--
  hw/sensor/tmp421.c          |  4 ++--
  hw/smbios/smbios.c          |  4 ++--
  hw/virtio/vdpa-dev.c        |  4 ++--
  migration/postcopy-ram.c    | 10 +++++-----
  net/slirp.c                 |  5 +++--
  qga/commands-posix-ssh.c    | 23 +++++++++++++----------
  system/vl.c                 |  2 +-
  target/ppc/kvm.c            |  5 ++---
  16 files changed, 54 insertions(+), 56 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <[email protected]>


Reply via email to