repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
target/mips: Add declarations for generic TCG helpers
[qemu/ar7.git]
/
scripts
/
qmp
/
qom-fuse
blob
a58c8ef9793b387eeaec6777a5c355887faa8ea1
1
#!/usr/bin/env python3
2
3
import os
4
import sys
5
6
sys.path.append(os.path.join(os.path.dirname(__file__), '..', '..', 'python'))
7
from qemu.qmp.qom_fuse import QOMFuse
8
9
10
if __name__ == '__main__':
11
sys.exit(QOMFuse.entry_point())