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. Paolo