diff options
Diffstat (limited to 'results/scraper/launchpad-without-comments/1574327')
| -rw-r--r-- | results/scraper/launchpad-without-comments/1574327 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1574327 b/results/scraper/launchpad-without-comments/1574327 new file mode 100644 index 000000000..3ae157d4f --- /dev/null +++ b/results/scraper/launchpad-without-comments/1574327 @@ -0,0 +1,16 @@ +qemu-system-x86_64 -net nic,model=help outputs to stderr instead of std + +qemu-system-x86_64 -net nic,model=help + +output comes to stderr instead of std + + +qemu-system-x86_64 -net nic,model=help -> stdout +qemu-system-x86_64 -machine help -> stdout +qemu-system-x86_64 -cpu help -> stdout + +as of https://github.com/qemu/qemu/blob/044d65525f6ac2093042ae18dbf8c1300b5c1c18/net/net.c#L831 + +I run qemu 2.5 on x86_64 + +kind regards \ No newline at end of file |