Skip to content
Snippets Groups Projects
Commit c89b38cd authored by John Snow's avatar John Snow
Browse files

scripts/qom-fuse: add redirection shim to python/qemu/qmp/qom-fuse.py


By leaving the script absent for a commit, git-blame travels to the new
file instead of staying on the shim.

Signed-off-by: default avatarJohn Snow <jsnow@redhat.com>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20210603003719.1321369-19-jsnow@redhat.com
Signed-off-by: default avatarJohn Snow <jsnow@redhat.com>
parent 173d185d
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
import os
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), '..', '..', 'python'))
from qemu.qmp.qom_fuse import QOMFuse
if __name__ == '__main__':
sys.exit(QOMFuse.entry_point())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment