Re: [Qemu-devel] [PATCH v2] chardev: Allow for pty path passing.

2019-01-04 Thread no-reply
] [PATCH v2] chardev: Allow for pty path passing. === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log --oneline $BASE.. | wc -l) failed=0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram commits="$(git log --f

Re: [Qemu-devel] [PATCH v2] chardev: Allow for pty path passing.

2019-01-04 Thread no-reply
Patchew URL: https://patchew.org/QEMU/1546549573-22912-1-git-send-email-ptsne...@gmail.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIP

[Qemu-devel] [PATCH v2] chardev: Allow for pty path passing.

2019-01-03 Thread Paulo Neves
If a user requires a virtual serial device like provided by the pty char device, the user needs to accept the returned device name. This makes the program need to have smarts to parse or communicate with qemu to get the pty device. With this patch the program can pass the path where a symlink to th