qmp-shell (206B)
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 qmp_shell 8 9 10if __name__ == '__main__': 11 qmp_shell.main()
cachepc-qemuFork 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 |