You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KVM: x86 emulator: fix %rip-relative addressing with immediate source operand
%rip-relative addressing is relative to the first byte of the next instruction,
so we need to add %rip only after we've fetched any immediate bytes.
Based on original patch by Li Xin <[email protected]>.
Signed-off-by: Avi Kivity <[email protected]>
Acked-by: Li Xin <[email protected]>
Signed-off-by: Marcelo Tosatti <[email protected]>
0 commit comments