summaryrefslogtreecommitdiff
path: root/do_qemu_query_spice.sh
blob: c1c079ce7711b486d7304993a87e5f93477c19f1 (plain)
1
2
3
4
5
6
7
#!/bin/bash
(
sleep 1
echo '{"execute": "qmp_capabilities"}'
echo '{"execute":"query-spice"}'
echo '{ "execute": "quit" }') | qemu-system-x86_64 -spice port=9999 -qmp stdio