On Wed, 15 Sept 2021 at 19:10, Alexander Graf <[email protected]> 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 <[email protected]> > --- > target/arm/hvf/hvf.c | 179 +++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 179 insertions(+)
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
