Re: [PATCH v2 0/1] Add Script for Dissecting QEMU Execution

2020-07-02 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200702142942.4887-1-ahmedkhaledkara...@gmail.com/ Hi, This series failed build test on FreeBSD host. Please find the details below. === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under the git checkout with # HEAD pointing to a c

[PATCH v2 0/1] Add Script for Dissecting QEMU Execution

2020-07-02 Thread Ahmed Karaman
Hi, This series adds the dissect.py script which breaks down the execution of QEMU into three main phases: code generation, JIT execution, and helpers execution. It prints the number of instructions executed by QEMU in each of these three phases, plus the total number of executed instructions. T