scripts/qmp-shell: remove double-underscores
commita64fe44d5abfd4aa933b17a8cf21d3c0b9df6143
authorJohn Snow <jsnow@redhat.com>
Mon, 7 Jun 2021 20:06:44 +0000 (7 16:06 -0400)
committerJohn Snow <jsnow@redhat.com>
Fri, 18 Jun 2021 20:10:07 +0000 (18 16:10 -0400)
treedadeeb0d8c6c732f0717a423e3a5ecfb0aa8c938
parent7fc29896d237b6cb2db49e65f00882f554fc48c0
scripts/qmp-shell: remove double-underscores

They're not needed; single underscore is enough to express intent that
these methods are "internal". double underscore is used as a weak name
mangling, but that isn't beneficial for us here.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210607200649.1840382-38-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
scripts/qmp/qmp-shell