Re: [PATCH 4/6] plugins/cache: Supported multicore cache modelling

2021-07-19 Thread Alex Bennée
Mahmoud Mandour writes: > Multicore L1 cache modelling is introduced and is supported for both > full system emulation and linux-user. > > For full-system emulation, L1 icache and dcache are maintained for each > available core, since this information is exposed to the plugin through > `qemu_pl

[PATCH 4/6] plugins/cache: Supported multicore cache modelling

2021-07-14 Thread Mahmoud Mandour
Multicore L1 cache modelling is introduced and is supported for both full system emulation and linux-user. For full-system emulation, L1 icache and dcache are maintained for each available core, since this information is exposed to the plugin through `qemu_plugin_n_vcpus()`. For linux-user, a sta