Actions
Bug #14567
openbhyve mishandles Moffs emulation
Status:
New
Priority:
Normal
Assignee:
-
Category:
bhyve
Start date:
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
When writing unit tests for #14011, I discovered that the existing mov Moffs, %eax
and mov %eax, Moffs
emulation (from which I based the movb Moffs, %al
addition) is not properly handling calculation of the linear address. The conditions which precipitated the need for #14011 were somewhat unusual, and further measurement suggests that this whole class of instruction (mov
with a Moffs
operand) are very rarely used.
Related issues
Updated by Patrick Mooney over 1 year ago
- Related to Bug #14011: bhyve should emulate movb %al added
Actions