On 26/10/19 , Paolo Bonzini wrote: > Queued, thanks (but it likely won't be on git.kernel.org until after the end of KVM Forum, sorry about that). Not at all. Many thanks for your contribution to make KVM more strong, statble and efficient. Have a nice day. > On 25/10/19 12:54, Miaohe Lin wrote: >> The odd out jump label is really not needed. Get rid of it by return >> true directly while r < 0 as suggested by Paolo. This further lead to >> var changed being unused. >> Remove it too.