Home
last modified time | relevance | path

Searched refs:comp_table (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/scripts/
H A Dcompare-machine-types.py463 print(comp_table.to_json())
465 print(comp_table.to_csv())
467 print(comp_table.to_markdown(index=False, stralign='center',
484 comp_table = fill_prop_table(configurations, args.raw) variable
485 if not comp_table.empty:
486 print_table(comp_table, args.format)