[libvirt PATCH 0/8] Slightly reduce the number of translatable strings

Ján Tomko posted 8 patches 1 year, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1679146695.git.jtomko@redhat.com
src/bhyve/bhyve_parse_command.c |  2 +-
src/bhyve/bhyve_process.c       |  2 +-
src/libxl/libxl_driver.c        |  2 +-
src/lxc/lxc_driver.c            |  2 +-
src/qemu/qemu_driver.c          |  4 ++--
src/qemu/qemu_namespace.c       |  2 +-
src/util/virprocess.c           |  6 +++---
src/util/virxml.c               |  6 +++---
src/vbox/vbox_common.c          |  4 ++--
src/vbox/vbox_snapshot_conf.c   | 11 -----------
10 files changed, 15 insertions(+), 26 deletions(-)
[libvirt PATCH 0/8] Slightly reduce the number of translatable strings
Posted by Ján Tomko 1 year, 2 months ago
*** BLURB HERE ***

Ján Tomko (8):
  bhyve: fix typo in error message
  src: unify symlink creation error message
  bhyve: unify error message for UUID generation
  vbox: remove unreachable error in virVBoxSnapshotConfLoadVboxFile
  vbox: remove unreachable error in virVBoxSnapshotConfSaveVboxFile
  util: xml: remove function names from error messages
  Unify error message when namespaces are unsupported
  vbox: unify "unable to get hard disk id" message

 src/bhyve/bhyve_parse_command.c |  2 +-
 src/bhyve/bhyve_process.c       |  2 +-
 src/libxl/libxl_driver.c        |  2 +-
 src/lxc/lxc_driver.c            |  2 +-
 src/qemu/qemu_driver.c          |  4 ++--
 src/qemu/qemu_namespace.c       |  2 +-
 src/util/virprocess.c           |  6 +++---
 src/util/virxml.c               |  6 +++---
 src/vbox/vbox_common.c          |  4 ++--
 src/vbox/vbox_snapshot_conf.c   | 11 -----------
 10 files changed, 15 insertions(+), 26 deletions(-)

-- 
2.39.2

Re: [libvirt PATCH 0/8] Slightly reduce the number of translatable strings
Posted by Laine Stump 1 year, 1 month ago
On 3/18/23 9:38 AM, Ján Tomko wrote:
> *** BLURB HERE ***
> 
> Ján Tomko (8):
>    bhyve: fix typo in error message
>    src: unify symlink creation error message
>    bhyve: unify error message for UUID generation
>    vbox: remove unreachable error in virVBoxSnapshotConfLoadVboxFile
>    vbox: remove unreachable error in virVBoxSnapshotConfSaveVboxFile
>    util: xml: remove function names from error messages
>    Unify error message when namespaces are unsupported
>    vbox: unify "unable to get hard disk id" message

Reviewed-by: Laine Stump <laine@redhat.com>

(see typo in commit log message of 4/8)