]> git.ipfire.org Git - thirdparty/qemu.git/commit
helper_syscall x86_64: clear exception_is_int
authorDouglas Crosher <dtc-ubuntu@scieneer.com>
Tue, 22 Sep 2020 04:17:56 +0000 (14:17 +1000)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 30 Sep 2020 17:11:36 +0000 (19:11 +0200)
commit56bf1c4985fb9ad24642f176cc40db0eb4f3dc31
treed25279609b43b205c2a53ed412d309ba2dd7929a
parentbfac6d1933a5fd8198e622dfd19196c2cc6cf74b
helper_syscall x86_64: clear exception_is_int

The exception_is_int flag may be set on entry to helper_syscall,
e.g. after a prior interrupt that has returned, and processing
EXCP_SYSCALL as an interrupt causes it to fail so clear this flag.

Signed-off-by: Douglas Crosher <dtc-ubuntu@scieneer.com>
Message-Id: <a7dab33e-eda6-f988-52e9-f3d32db7538d@scieneer.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/seg_helper.c