[libvirt] [PATCH 0/3] Fix domains with non-ASCII (or long) names on systemd

Martin Kletzander mkletzan at redhat.com
Tue Feb 2 20:22:46 UTC 2016


Well, try starting such domain.  More info in patches.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1282846


Martin Kletzander (3):
  Revert "systemd: Escape only needed characters for machined"
  systemd: Add virSystemdGetMachineNameByPID
  systemd: Modernize machine naming

 src/libvirt_private.syms |   1 +
 src/lxc/lxc_cgroup.c     |  13 +++-
 src/lxc/lxc_domain.c     |   1 +
 src/lxc/lxc_domain.h     |   1 +
 src/lxc/lxc_process.c    |  19 ++++--
 src/qemu/qemu_cgroup.c   |  27 +++++---
 src/qemu/qemu_cgroup.h   |   2 +-
 src/qemu/qemu_domain.c   |   1 +
 src/qemu/qemu_domain.h   |   1 +
 src/qemu/qemu_process.c  |   4 +-
 src/util/vircgroup.c     |  25 ++++----
 src/util/vircgroup.h     |  12 ++--
 src/util/virsystemd.c    | 156 ++++++++++++++++++++++++++++++++++++-----------
 src/util/virsystemd.h    |  13 ++--
 tests/virsystemdtest.c   |  81 ++++++++++++++++++------
 15 files changed, 262 insertions(+), 95 deletions(-)

--
2.7.0




More information about the libvir-list mailing list