Re: [libvirt] [PATCH 1/2] qemu: Scrape stdout for virtio console pty

2011-06-13 Thread Eric Blake
On 06/08/2011 10:36 AM, Cole Robinson wrote: Currently we forget to do this and have to fallback to info chardev (which also fails, see following patch) Signed-off-by: Cole Robinson crobi...@redhat.com --- src/qemu/qemu_process.c | 10 ++ 1 files changed, 10 insertions(+), 0

[libvirt] [PATCH 1/2] qemu: Scrape stdout for virtio console pty

2011-06-08 Thread Cole Robinson
Currently we forget to do this and have to fallback to info chardev (which also fails, see following patch) Signed-off-by: Cole Robinson crobi...@redhat.com --- src/qemu/qemu_process.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/qemu/qemu_process.c