On Tue, 16 Jul 2024 at 13:51, Akihiko Odaki <akihiko.odaki@xxxxxxxxxx> wrote: > > Setting pmu property used to have no effect for hvf so fix it. > > Signed-off-by: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx> > --- > target/arm/hvf/hvf.c | 317 ++++++++++++++++++++++++++------------------------- > 1 file changed, 163 insertions(+), 154 deletions(-) This patch is doing too much stuff at once. If you want to change the API of hvf_sysreg_read(), please do that in its own refactoring patch so it's easier to review. thanks -- PMM