Re: [libvirt] [PATCH 01/11] qemu: process: report useful error if alias formatting fails

2014-11-20 Thread Jiri Denemark
On Wed, Nov 19, 2014 at 11:23:14 +0100, Peter Krempa wrote: When retrieving the paths for PTY devices the alias gets formatted into a static string. If it doesn't fit we wouldn't report an error. --- src/qemu/qemu_process.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff

[libvirt] [PATCH 01/11] qemu: process: report useful error if alias formatting fails

2014-11-19 Thread Peter Krempa
When retrieving the paths for PTY devices the alias gets formatted into a static string. If it doesn't fit we wouldn't report an error. --- src/qemu/qemu_process.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index