cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

qemu-ga-client (226B)


      1#!/usr/bin/env python3
      2
      3import os
      4import sys
      5
      6sys.path.append(os.path.join(os.path.dirname(__file__), '..', '..', 'python'))
      7from qemu.qmp import qemu_ga_client
      8
      9
     10if __name__ == '__main__':
     11    sys.exit(qemu_ga_client.main())