On Thu, Jun 20, 2019 at 4:02 AM Vitaly Kuznetsov <vkuzn...@redhat.com> wrote: > > When we're unable to skip instruction with kvm_emulate_instruction() we > will not advance RIP and most likely the guest will get stuck as > consequitive attempts to execute the same instruction will likely result > in the same behavior. > > As we're not supposed to see these messages under normal conditions, switch > to pr_err_once(). > > Signed-off-by: Vitaly Kuznetsov <vkuzn...@redhat.com> Reviewed-by: Jim Mattson <jmatt...@google.com>
- [PATCH RFC 0/5] x86/KVM/svm: get rid of hardcoded instruc... Vitaly Kuznetsov
- [PATCH RFC 2/5] x86: KVM: svm: avoid flooding logs w... Vitaly Kuznetsov
- Re: [PATCH RFC 2/5] x86: KVM: svm: avoid floodin... Jim Mattson
- [PATCH RFC 4/5] x86: KVM: add xsetbv to the emulator Vitaly Kuznetsov
- Re: [PATCH RFC 4/5] x86: KVM: add xsetbv to the ... Paolo Bonzini
- [PATCH RFC 5/5] x86: KVM: svm: remove hardcoded inst... Vitaly Kuznetsov
- [PATCH RFC 1/5] x86: KVM: svm: don't pretend to adva... Vitaly Kuznetsov
- Re: [PATCH RFC 1/5] x86: KVM: svm: don't pretend... Jim Mattson
- Re: [PATCH RFC 1/5] x86: KVM: svm: don't pre... Vitaly Kuznetsov
- [PATCH RFC 3/5] x86: KVM: svm: clear interrupt shado... Vitaly Kuznetsov
- Re: [PATCH RFC 3/5] x86: KVM: svm: clear interru... Jim Mattson
- Re: [PATCH RFC 3/5] x86: KVM: svm: clear int... Vitaly Kuznetsov