You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/scripts/qmp/qemu-ga-client

12 lines
228 B
Python

#!/usr/bin/env python3
import os
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), '..', '..', 'python'))
from qemu.utils import qemu_ga_client
if __name__ == '__main__':
sys.exit(qemu_ga_client.main())