[Kimchi-devel] [PATCH v8 2/4] Host device passthrough: List eligible device to passthrough

Zhou Zheng Sheng zhshzhou at linux.vnet.ibm.com
Tue Jul 22 02:21:51 UTC 2014


on 2014/07/22 02:54, Aline Manera wrote:
>> @@ -202,4 +305,7 @@ def _format_dev_node(node):
>>
>>
>>   if __name__ == '__main__':
>> +    from pprint import pprint
>>       _print_host_dev_tree()
>> +    print 'Eligible passthrough devices:'
>> +    pprint(get_passthrough_dev_infos())
> 
> typo: pprint ?
> 
> 

Do you mean pprint in the "from pprint import pprint". It's a Python
module to do "pretty print", so it has a weird name ;-).

The function pprint.pprint() can print Python data structures such as
dict and list in a human friendly format.

-- 
Zhou Zheng Sheng / 周征晟
E-mail: zhshzhou at linux.vnet.ibm.com
Telephone: 86-10-82454397




More information about the Kimchi-devel mailing list