]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: implement TSS trap bit
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 14 Aug 2024 10:33:02 +0000 (12:33 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 12 May 2025 15:48:32 +0000 (17:48 +0200)
commitad441b8b7913a26b18edbc076c74ca0cdbfa4ee5
tree648d22eca2e64af7613698b8a4acb9b830acff6b
parentc7c332831fa79c6d58ac53dab1c195041a4ba687
target/i386: implement TSS trap bit

Now that we can do so after the error code has been pushed, raising
the #DB exception for task-switch traps is trivial.

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