Lines Matching full:types
139 # Now it's stub, because all memory_backend types don't have default values
177 qom_all_types = vm.cmd('qom-list-types', abstract=True)
188 imps = vm.cmd('qom-list-types', implements=drv.name)
270 script_desc = """Script to compare machine types (their compat_props).
273 * save info about all machines: ./scripts/compare-machine-types.py --all \
275 * compare machines: ./scripts/compare-machine-types.py --mt pc-q35-2.12 \
277 * compare binaries and machines: ./scripts/compare-machine-types.py \
333 help='prints all available machine types (list '
334 'of machine types will be ignored)')
336 help='list of Machine Types '
376 print('Enter machine types for comparision')