On Wed, 15 Sept 2021 at 19:10, Alexander Graf <ag...@csgraf.de> wrote: > > We can expose cycle counters on the PMU easily. To be as compatible as > possible, let's do so, but make sure we don't expose any other architectural > counters that we can not model yet. > > This allows OSs to work that require PMU support. > > Signed-off-by: Alexander Graf <ag...@csgraf.de> > --- > target/arm/hvf/hvf.c | 179 +++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 179 insertions(+)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM