commit | 6a079f2e68e1832ebca0e7d64bc31ffebde9b2dd | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Jun 19 14:33:39 2024 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Jul 16 18:18:25 2024 +0200 |
tree | a5fd08d13ecfa466defbd910cce0bd9848c66c98 | |
parent | 8b131065080af3cf2dda04e4e190c5a74fec2f31 [diff] |
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>