On 05/03/2017 11:42 PM, Paolo Bonzini wrote:
On 12/04/2017 11:51, guangrong.x...@gmail.com wrote:
From: Xiao Guangrong
Currently, the timer is updated whenever RegA or RegB is written
even if the periodic timer related configuration is not changed
This patch optimizes it slightly to make
On 12/04/2017 11:51, guangrong.x...@gmail.com wrote:
> From: Xiao Guangrong
>
> Currently, the timer is updated whenever RegA or RegB is written
> even if the periodic timer related configuration is not changed
>
> This patch optimizes it slightly to make the update happen only
> if its period
From: Xiao Guangrong
Currently, the timer is updated whenever RegA or RegB is written
even if the periodic timer related configuration is not changed
This patch optimizes it slightly to make the update happen only
if its period or enable-status is changed, also later patches are
depend on this o