Re: [Qemu-devel] [PATCH] Implement query-usbhost QMP command

2018-04-16 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 1523675125-14022-1-git-send-email-...@godking.net Subject: [Qemu-devel] [PATCH] Implement

Re: [Qemu-devel] [PATCH] Implement query-usbhost QMP command

2018-04-13 Thread no-reply
] Implement query-usbhost QMP command === TEST SCRIPT BEGIN === #!/bin/bash set -e git submodule update --init dtc # Let docker tests dump environment info export SHOW_ENV=1 export J=8 time make docker-test-build@min-glib === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 Switched

[Qemu-devel] [PATCH] Implement query-usbhost QMP command

2018-04-13 Thread Alexander Kappner
Implement a QMP command similar to the HMP's "info usbhost" command. This allows a QMP client to query which USB devices may be available for redirection. Because the availability of the command needs to depend on the target's (not the build host's) USB configuration, a qmp_nousb.c is provided for