]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: remove stale comment from struct x86_emulate_ctxt
authorVitaly Kuznetsov <vkuznets@redhat.com>
Tue, 3 Mar 2020 14:33:16 +0000 (15:33 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 3 Mar 2020 16:38:22 +0000 (17:38 +0100)
commit4de391807fd43f807db40068e2186585153c65c3
treeaf907f19a6852c4fd9ae9d09b7d4a9c102a715bc
parent9fd3f396d4b15059374fe9a606737ac1fffbc547
KVM: x86: remove stale comment from struct x86_emulate_ctxt

Commit a455ab392774 ("KVM: emulate: clean up initializations in
init_decode_cache") did some field shuffling and instead of
[opcode_len, _regs) started clearing [has_seg_override, modrm).
The comment about clearing fields altogether is not true anymore.

Fixes: a455ab392774 ("KVM: emulate: clean up initializations in init_decode_cache")
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_emulate.h