On 9 July 2015 at 15:38, <[email protected]> wrote: > From: Claudio Fontana <[email protected]> > > after a vm is created, the cntvoff_el2 is already calculated > for us by kvm, do not attempt to change it. > > Signed-off-by: Claudio Fontana <[email protected]> > --- > target-arm/kvm.c | 5 +++++ > 1 file changed, 5 insertions(+) > > This is just an RFC to show where QEMU is causing the change > of CNTVOFF_EL2. This fixes the issue for me, but maybe this > is not the right way to do it?
Yeah, pretty sure it isn't -- see the discussion in the kvmarm thread. We do want to fix this on the QEMU side, but not like this... -- PMM
