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
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