]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: move push of error code to switch_tss_ra
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 10 Jul 2024 20:53:59 +0000 (22:53 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 12 May 2025 15:48:32 +0000 (17:48 +0200)
commitc7c332831fa79c6d58ac53dab1c195041a4ba687
tree92ec40d86aed4600c05b25069ac68ac13837e200
parent0f1f06ca61d8f1290780829728603c570834b3c0
target/i386: move push of error code to switch_tss_ra

Move it there so that it can be done before the TSS trap bit is
processed.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/seg_helper.c