On Wed, Jan 30, 2019 at 05:03:05PM +0100, Paolo Bonzini wrote: > On 25/01/19 16:41, Sean Christopherson wrote: > > Move the clearing of the common registers (not 64-bit-only) to the start > > of the flow that clears volatile registers holding guest state. This is > > purely a cosmetic change so that the label doesn't point at a blank line > > and a #define. > > "Volatile" (aka caller-save) refers to the previous version that used > the stack to hide guest register values for callee-save registers. I've > just removed that word from the commit message. Thanks, forgot to account for the change to zap all registers.