[libvirt PATCH 0/2] A few fixes in error messages

Jiri Denemark posted 2 patches 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1680164239.git.jdenemar@redhat.com
src/conf/domain_conf.c           |  6 ++----
src/libxl/libxl_driver.c         | 15 +++++----------
src/qemu/qemu_hotplug.c          | 14 ++++----------
src/util/virnetdevvportprofile.c |  3 +--
src/util/virsocketaddr.c         |  3 +--
5 files changed, 13 insertions(+), 28 deletions(-)
[libvirt PATCH 0/2] A few fixes in error messages
Posted by Jiri Denemark 1 year, 1 month ago
These fixes were separated from my "Use permutable format strings in
translations" series. There are more VIR_PCI_DEVICE_ADDRESS_FMT cases
fixed here compared to the format strings series as not all of them were
identified by either syntax check or libvirt-pot-check.

Jiri Denemark (2):
  Drop excess whitespace from error messages
  Do not use VIR_PCI_DEVICE_ADDRESS_FMT in translations

 src/conf/domain_conf.c           |  6 ++----
 src/libxl/libxl_driver.c         | 15 +++++----------
 src/qemu/qemu_hotplug.c          | 14 ++++----------
 src/util/virnetdevvportprofile.c |  3 +--
 src/util/virsocketaddr.c         |  3 +--
 5 files changed, 13 insertions(+), 28 deletions(-)

-- 
2.40.0
Re: [libvirt PATCH 0/2] A few fixes in error messages
Posted by Ján Tomko 1 year, 1 month ago
On a Thursday in 2023, Jiri Denemark wrote:
>These fixes were separated from my "Use permutable format strings in
>translations" series. There are more VIR_PCI_DEVICE_ADDRESS_FMT cases
>fixed here compared to the format strings series as not all of them were
>identified by either syntax check or libvirt-pot-check.
>
>Jiri Denemark (2):
>  Drop excess whitespace from error messages
>  Do not use VIR_PCI_DEVICE_ADDRESS_FMT in translations
>
> src/conf/domain_conf.c           |  6 ++----
> src/libxl/libxl_driver.c         | 15 +++++----------
> src/qemu/qemu_hotplug.c          | 14 ++++----------
> src/util/virnetdevvportprofile.c |  3 +--
> src/util/virsocketaddr.c         |  3 +--
> 5 files changed, 13 insertions(+), 28 deletions(-)
>

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

Jano