
14 Jun
2011
14 Jun
'11
10:53 a.m.
On 06/13/2011 02:06 PM, Eric Blake wrote:
On 06/08/2011 10:36 AM, Cole Robinson wrote:
If qemu supports -chardev, our char frontend aliases are ex. 'charserial0' not just 'serial0'. Typically we don't use this code path because the pty's are scraped from stdout.
Signed-off-by: Cole Robinson <crobinso@redhat.com> --- src/qemu/qemu_process.c | 29 ++++++++++++++++++----------- 1 files changed, 18 insertions(+), 11 deletions(-)
ACK.
Thanks, pushed these two. - Cole