qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC PATCH 5/9] scripts/qmp: delete qmp.py script stub


From: John Snow
Subject: [RFC PATCH 5/9] scripts/qmp: delete qmp.py script stub
Date: Thu, 16 Dec 2021 21:29:35 -0500

It's been stubbed out for quite some time and nobody yelped, so out it
goes.

Signed-off-by: John Snow <jsnow@redhat.com>
---
 scripts/qmp/qmp | 11 -----------
 1 file changed, 11 deletions(-)
 delete mode 100755 scripts/qmp/qmp

diff --git a/scripts/qmp/qmp b/scripts/qmp/qmp
deleted file mode 100755
index 0f12307c87..0000000000
--- a/scripts/qmp/qmp
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env python3
-
-import sys
-
-print('''This unmaintained and undocumented script was removed in preference
-for qmp-shell. The assumption is that most users are using either
-qmp-shell, socat, or pasting/piping JSON into stdio. The duplication of
-facilities here is unwanted, and the divergence of syntax harmful.''',
-      file=sys.stderr)
-
-sys.exit(1)
-- 
2.31.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]