]> git.ipfire.org Git - thirdparty/qemu.git/commit
scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.py
authorJohn Snow <jsnow@redhat.com>
Fri, 4 Jun 2021 15:55:30 +0000 (11:55 -0400)
committerJohn Snow <jsnow@redhat.com>
Fri, 18 Jun 2021 20:10:06 +0000 (16:10 -0400)
commit1e129afc311a4a3897e83a308cce79e2c1cc3d89
tree5761d974288c59e68dd388e0ebd51383c478a638
parentca683d4a2fece0e6bf58f065baa1e23226c1ac06
scripts/qemu-ga-client: move to python/qemu/qmp/qemu_ga_client.py

The script itself will be unavailable for a few commits before being
restored, with no way to run it right after this commit. This helps move
git history into the new file. To prevent linter regressions, though, we
do need to immediately touch up the filename to remove dashes (to make
the module importable), and remove the executable bit.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210604155532.1499282-10-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/qmp/qemu_ga_client.py [moved from scripts/qmp/qemu-ga-client with 99% similarity]