On Fri, 7 Feb 2020 06:39:48 -0500 Christian Borntraeger <borntraeger@xxxxxxxxxx> wrote: > +static void sync_regs(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run) > +{ > + /* > + * at several places we have to modify our internal view to not do s/at/In/ ? > + * things that are disallowed by the ultravisor. For example we must > + * not inject interrupts after specific exits (e.g. 112). We do this Spell out what 112 is? > + * by turning off the MIE bits of our PSW copy. To avoid getting And also spell out what MIE is? > + * validity intercepts, we do only accept the condition code from > + * userspace. > + */