Skip to content

Instruction not emulated properly on guests #8756

Open
@jiaqingz-intel

Description

The following instruction does not work properly on guests

mov $1, %rsi
mov $0x8086, %eax
cmpl (PCI_VID_ADDR), %eax
je 1f
mov $0, %rsi
1:

After execution, %rsi equals 0, it should be 1 as je 1f is true and jumps to 1:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: newThe issue status: new for creation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions