(Sorry if this comes out garbled, I'm on a web editor not a proper email client)
On Fri, Feb 4, 2022 at 3:49 PM Alex Bennée wrote:
> +typedef struct {
> +uint64_t last_pc;
> +uint64_t insn_count;
> +} InstructionCount;
This will need padding to take up a cache line.
> +static Instructio
On 4/2/22 21:43, Alex Bennée wrote:
We won't go fully flexible but for most system emulation 8 vCPUs
resolution should be enough for anybody ;-)
Signed-off-by: Alex Bennée
Message-Id: <20220124201608.604599-20-alex.ben...@linaro.org>
---
tests/plugin/insn.c | 39 ++