Re: [PATCH v4 1/2] plugins/cache: supported multicore cache modelling

2021-08-02 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 v4 1/2] plugins/cache: supported multicore cache modelling

2021-08-02 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