On Wed, Jan 30, 2019 at 05:32:52PM +0100, Paolo Bonzini wrote: > On 10/01/19 19:06, Sean Christopherson wrote: > > The MMIO generation scenario is almost > > literally > > Almost also because of this > > /* > * Generations must be different for each address space. > * Init kvm generation close to the maximum to easily test the > * code of handling generation number wrap-around. > */ > slots->generation = i * 2 - 150; > > which probably we can remove. I completely forgot about that little gem.