Loading arch/x86/kvm/emulate.c +3 −0 Original line number Original line Diff line number Diff line Loading @@ -2490,6 +2490,9 @@ x86_emulate_insn(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) (c->src.val & 0x0f), ctxt->vcpu); (c->src.val & 0x0f), ctxt->vcpu); c->dst.type = OP_NONE; c->dst.type = OP_NONE; break; break; case 5: /* not defined */ kvm_queue_exception(ctxt->vcpu, UD_VECTOR); goto done; case 7: /* invlpg*/ case 7: /* invlpg*/ emulate_invlpg(ctxt->vcpu, memop); emulate_invlpg(ctxt->vcpu, memop); /* Disable writeback. */ /* Disable writeback. */ Loading Loading
arch/x86/kvm/emulate.c +3 −0 Original line number Original line Diff line number Diff line Loading @@ -2490,6 +2490,9 @@ x86_emulate_insn(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) (c->src.val & 0x0f), ctxt->vcpu); (c->src.val & 0x0f), ctxt->vcpu); c->dst.type = OP_NONE; c->dst.type = OP_NONE; break; break; case 5: /* not defined */ kvm_queue_exception(ctxt->vcpu, UD_VECTOR); goto done; case 7: /* invlpg*/ case 7: /* invlpg*/ emulate_invlpg(ctxt->vcpu, memop); emulate_invlpg(ctxt->vcpu, memop); /* Disable writeback. */ /* Disable writeback. */ Loading