Re: [libvirt] [PATCH 1/4] Add APIs for formatting systemd slice/scope names

2013-12-16 Thread Daniel P. Berrange
On Sun, Dec 15, 2013 at 07:09:19PM +0100, Richard Weinberger wrote: On Fri, Jul 26, 2013 at 5:48 PM, Daniel P. Berrange berra...@redhat.com wrote: +char *virSystemdMakeScopeName(const char *name, + const char *drivername, + const

Re: [libvirt] [PATCH 1/4] Add APIs for formatting systemd slice/scope names

2013-12-16 Thread Richard Weinberger
Am Montag, 16. Dezember 2013, 10:51:01 schrieb Daniel P. Berrange: On Sun, Dec 15, 2013 at 07:09:19PM +0100, Richard Weinberger wrote: On Fri, Jul 26, 2013 at 5:48 PM, Daniel P. Berrange berra...@redhat.com wrote: +char *virSystemdMakeScopeName(const char *name, +

Re: [libvirt] [PATCH 1/4] Add APIs for formatting systemd slice/scope names

2013-12-15 Thread Richard Weinberger
On Fri, Jul 26, 2013 at 5:48 PM, Daniel P. Berrange berra...@redhat.com wrote: From: Daniel P. Berrange berra...@redhat.com There are some interesting escaping rules to consider when dealing with systemd slice/scope names. Thus it is helpful to have APIs for formatting names Signed-off-by:

Re: [libvirt] [PATCH 1/4] Add APIs for formatting systemd slice/scope names

2013-07-30 Thread Eric Blake
On 07/26/2013 09:48 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com There are some interesting escaping rules to consider when dealing with systemd slice/scope names. Thus it is helpful to have APIs for formatting names Signed-off-by: Daniel P. Berrange

Re: [libvirt] [PATCH 1/4] Add APIs for formatting systemd slice/scope names

2013-07-30 Thread Daniel P. Berrange
On Tue, Jul 30, 2013 at 12:05:51PM -0600, Eric Blake wrote: On 07/26/2013 09:48 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com There are some interesting escaping rules to consider when dealing with systemd slice/scope names. Thus it is helpful to have APIs

Re: [libvirt] [PATCH 1/4] Add APIs for formatting systemd slice/scope names

2013-07-30 Thread Eric Blake
On 07/30/2013 12:47 PM, Daniel P. Berrange wrote: On Tue, Jul 30, 2013 at 12:05:51PM -0600, Eric Blake wrote: On 07/26/2013 09:48 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com There are some interesting escaping rules to consider when dealing with systemd

[libvirt] [PATCH 1/4] Add APIs for formatting systemd slice/scope names

2013-07-26 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com There are some interesting escaping rules to consider when dealing with systemd slice/scope names. Thus it is helpful to have APIs for formatting names Signed-off-by: Daniel P. Berrange berra...@redhat.com --- src/libvirt_private.syms | 2 ++