qom-list (223B)
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.qom import QOMList 8 9 10if __name__ == '__main__': 11 sys.exit(QOMList.entry_point())
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 |