On Mon, Jul 23, 2018 at 12:33 PM Sean Christopherson <sean.j.christopherson@xxxxxxxxx> wrote: > > Future patches will change the semantics of 'struct host_state' from > a straightforward tracker to a means of optimizing away unnecessary > VMWRITEs. Move msr_host_bndcfgs out of host_state as it won't mesh > with the new semantics, to allow for more proper naming of host_state > and to constrain a likely conflict with another in-flight patch[1] to > this non-functional change. > > [1] https://www.spinics.net/lists/kvm/msg171645.html > > Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> Reviewed-by: Peter Shier <pshier@xxxxxxxxxx> Tested-by: Peter Shier <pshier@xxxxxxxxxx>