Re: [libvirt] [PATCH 4/6] virsh: Make perf accept event list separated by commas

2016-03-31 Thread Peter Krempa
On Thu, Mar 31, 2016 at 07:28:59 +0200, Michal Privoznik wrote: > Everywhere else we use a comma separated list. There's no good > reason to make 'perf' command an exception. Currently, it accepts > string list separated by '|'. > > Signed-off-by: Michal Privoznik > --- > tools/virsh-domain.c |

[libvirt] [PATCH 4/6] virsh: Make perf accept event list separated by commas

2016-03-30 Thread Michal Privoznik
Everywhere else we use a comma separated list. There's no good reason to make 'perf' command an exception. Currently, it accepts string list separated by '|'. Signed-off-by: Michal Privoznik --- tools/virsh-domain.c | 2 +- tools/virsh.pod | 17 + 2 files changed, 10 insert