Re: [libvirt] [PATCH] Fix parsing of 'info chardev' line endings

2010-01-06 Thread Daniel Veillard
On Tue, Jan 05, 2010 at 11:21:01AM +, Daniel P. Berrange wrote: On Mon, Dec 14, 2009 at 03:31:12PM +, Matthew Booth wrote: This change makes the 'info chardev' parser ignore any trailing whitespace on a line. This fixes a specific problem handling a '\r\n' line ending. *

Re: [libvirt] [PATCH] Fix parsing of 'info chardev' line endings

2010-01-05 Thread Daniel P. Berrange
On Mon, Dec 14, 2009 at 03:31:12PM +, Matthew Booth wrote: This change makes the 'info chardev' parser ignore any trailing whitespace on a line. This fixes a specific problem handling a '\r\n' line ending. * src/qemu/qemu_monitor_text.c: Ignore trailing whitespace in 'info chardev'

[libvirt] [PATCH] Fix parsing of 'info chardev' line endings

2009-12-14 Thread Matthew Booth
This change makes the 'info chardev' parser ignore any trailing whitespace on a line. This fixes a specific problem handling a '\r\n' line ending. * src/qemu/qemu_monitor_text.c: Ignore trailing whitespace in 'info chardev' output. --- src/qemu/qemu_monitor_text.c | 26