Re: [pve-devel] [PATCH qemu-server] fix verbose qm status output

2016-07-26 Thread Fabian Grünbichler
applied On Mon, Jul 18, 2016 at 10:50:31AM +0200, Dominik Csapak wrote: > we did not check if some values were hash refs in > the verbose output. > > this patch adds a recursive hash print sub and uses it > > Signed-off-by: Dominik Csapak > --- > PVE/CLI/qm.pm | 29 +++-

[pve-devel] [PATCH qemu-server] fix verbose qm status output

2016-07-18 Thread Dominik Csapak
we did not check if some values were hash refs in the verbose output. this patch adds a recursive hash print sub and uses it Signed-off-by: Dominik Csapak --- PVE/CLI/qm.pm | 29 +++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/PVE/CLI/qm.pm b/PVE/CLI