qemu/target/i386/tcg
Peter Maydell bde8adb808 target/i386: Remove dead assignment to ss in do_interrupt64()
Coverity points out that in do_interrupt64() in the "to inner
privilege" codepath we set "ss = 0", but because we also set
"new_stack = 1" there, later in the function we will always override
that value of ss with "ss = 0 | dpl".

Remove the unnecessary initialization of ss, which allows us to
reduce the scope of the variable to only where it is used.  Borrow a
comment from helper_lcall_protected() that explains what "0 | dpl"
means here.

Resolves: Coverity CID 1527395
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240723162525.1585743-1-peter.maydell@linaro.org
2024-07-29 16:59:44 +01:00
..
sysemu target/i386: replace read_crN helper with read_cr8 2024-06-17 09:47:39 +02:00
user
access.c target/i386: Add tcg/access.[ch] 2024-05-26 12:51:50 -07:00
access.h target/i386: Add tcg/access.[ch] 2024-05-26 12:51:50 -07:00
bpt_helper.c
cc_helper_template.h.inc
cc_helper.c target/i386: use cpu_cc_dst for CC_OP_POPCNT 2024-06-28 14:44:52 +02:00
decode-new.c.inc target/i386/tcg: fix POP to memory in long mode 2024-07-16 18:18:24 +02:00
decode-new.h target/i386: convert LZCNT/TZCNT/BSF/BSR/POPCNT to new decoder 2024-06-17 09:47:39 +02:00
emit.c.inc target/i386/tcg: fix POP to memory in long mode 2024-07-16 18:18:24 +02:00
excp_helper.c target/i386: fix implementation of ICEBP 2024-06-08 10:33:37 +02:00
fpu_helper.c target/i386: fix xsave.flat from kvm-unit-tests 2024-06-05 11:01:05 +02:00
helper-tcg.h target/i386: cleanup PAUSE helpers 2024-06-08 10:33:38 +02:00
int_helper.c target/i386: set CC_OP in helpers if they want CC_OP_EFLAGS 2024-05-25 13:28:01 +02:00
mem_helper.c
meson.build target/i386: Add tcg/access.[ch] 2024-05-26 12:51:50 -07:00
misc_helper.c target/i386: fix INHIBIT_IRQ/TF/RF handling for PAUSE 2024-06-08 10:33:38 +02:00
mpx_helper.c
ops_sse_header.h.inc target/i386: implement SHA instructions 2023-10-25 17:35:07 +02:00
seg_helper.c target/i386: Remove dead assignment to ss in do_interrupt64() 2024-07-29 16:59:44 +01:00
seg_helper.h
tcg-cpu.c target/i386: Extract x86_cpu_exec_halt() from accel/tcg/ 2024-01-29 21:04:10 +10:00
tcg-cpu.h
tcg-stub.c
translate.c target/i386: remove unused enum 2024-06-28 19:26:54 +02:00