On Tue, Sep 08, 2020 at 08:13:26AM +0000, Haibo Xu wrote: > From: Andrew Jones <drjo...@redhat.com> > > Move the KVM PMU setup part of fdt_add_pmu_nodes() to > virt_cpu_post_init(), which is a more appropriate location. Now > fdt_add_pmu_nodes() is also named more appropriately, because it > no longer does anything but fdt node creation. > > No functional change intended. > > Signed-off-by: Andrew Jones <drjo...@redhat.com> > --- > hw/arm/virt.c | 34 ++++++++++++++++++---------------- > 1 file changed, 18 insertions(+), 16 deletions(-) >
This looks like the correct version, but you could also pick up Peter's r-b. Thanks, drew