]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/i386/tcg: save current task state before loading new one
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 19 Jun 2024 12:33:39 +0000 (14:33 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 16 Jul 2024 16:18:25 +0000 (18:18 +0200)
commit6a079f2e68e1832ebca0e7d64bc31ffebde9b2dd
treea5fd08d13ecfa466defbd910cce0bd9848c66c98
parent8b131065080af3cf2dda04e4e190c5a74fec2f31
target/i386/tcg: save current task state before loading new one

This is how the steps are ordered in the manual.  EFLAGS.NT is
overwritten after the fact in the saved image.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/seg_helper.c