diff options
author | Thomas Prescher <[email protected]> | 2023-12-12 10:59:37 +0100 |
---|---|---|
committer | Sean Christopherson <[email protected]> | 2024-02-07 13:16:11 -0800 |
commit | 03f6298c7cf6d2c1ccd0961ab9b340502d63840a (patch) | |
tree | f6e80bb340758db4b4d9fe449fb83e54826fcbc4 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | e1dda3afe2a9f466940d44db8baaaf6c0ff8793f (diff) |
KVM: x86/emulator: emulate movbe with operand-size prefix
The MOVBE instruction can come with an operand-size prefix (66h). In
this, case the x86 emulation code returns EMULATION_FAILED.
It turns out that em_movbe can already handle this case and all that
is missing is an entry in respective opcode tables to populate
gprefix->pfx_66.
Signed-off-by: Thomas Prescher <[email protected]>
Signed-off-by: Julian Stecklina <[email protected]>
Acked-by: Borislav Petkov (AMD) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sean Christopherson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions