On 2/3/20 8:17 PM, Wainer dos Santos Moschetta wrote:
On 1/29/20 7:23 PM, Philippe Mathieu-Daudé wrote:
Add a helper to query the version of a QEMU binary.
We simply send the 'query-version' command over a QMP
socket.
Introduce the PythonQemuCoreScripts class to test our
new helper.
Signed-off
On 1/29/20 7:23 PM, Philippe Mathieu-Daudé wrote:
Add a helper to query the version of a QEMU binary.
We simply send the 'query-version' command over a QMP
socket.
Introduce the PythonQemuCoreScripts class to test our
new helper.
Signed-off-by: Philippe Mathieu-Daudé
---
python/qemu/binutil
Add a helper to query the version of a QEMU binary.
We simply send the 'query-version' command over a QMP
socket.
Introduce the PythonQemuCoreScripts class to test our
new helper.
Signed-off-by: Philippe Mathieu-Daudé
---
python/qemu/binutils.py | 38
te