Re: [PATCH v4 09/40] KVM: arm64: Move debug dirty flag calculation out of world switch

2018-02-21 Thread Andrew Jones
On Thu, Feb 15, 2018 at 10:03:01PM +0100, Christoffer Dall wrote: > There is no need to figure out inside the world-switch if we should > save/restore the debug registers or not, we might as well do that in the > higher level debug setup code, making it easier to optimize down the > line. > > Revi

[PATCH v4 09/40] KVM: arm64: Move debug dirty flag calculation out of world switch

2018-02-15 Thread Christoffer Dall
There is no need to figure out inside the world-switch if we should save/restore the debug registers or not, we might as well do that in the higher level debug setup code, making it easier to optimize down the line. Reviewed-by: Julien Thierry Reviewed-by: Marc Zyngier Signed-off-by: Christoffer