target/mips: Remove XBurst Media eXtension Unit dead code
[qemu/ar7.git] / scripts / qmp / qmp
blob0f12307c87671f2fd911a51738c6057bcb82c638
1 #!/usr/bin/env python3
3 import sys
5 print('''This unmaintained and undocumented script was removed in preference
6 for qmp-shell. The assumption is that most users are using either
7 qmp-shell, socat, or pasting/piping JSON into stdio. The duplication of
8 facilities here is unwanted, and the divergence of syntax harmful.''',
9       file=sys.stderr)
11 sys.exit(1)