mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-01 11:55:25 +00:00
The trend is to focus on Python3 and deprecate Python2. This patch make all the acrntrace related scripts as Python3 module. - Add parentheses to all the print as Python3 required. - Remove suffix L and long() Python3 has deprecated. Python3 will treat all intergers as long. - Replace has_key() with "key in .keys()" because has_key() has been deprecated. - Other minor fixes. Signed-off-by: Kaige Fu <kaige.fu@intel.com> Reviewed-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com> |
||
---|---|---|
.. | ||
acrnalyze.py | ||
acrntrace_format.py | ||
config.py | ||
formats | ||
irq_analyze.py | ||
pre_process.sh | ||
vmexit_analyze.py |