aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg/sysemu/seg_helper.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-08target/i386: fix TF/RF handling for HLTPaolo Bonzini1-3/+14
2024-05-30accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to haltPeter Maydell1-1/+2
2024-01-29target/i386: Extract x86_cpu_exec_halt() from accel/tcg/Philippe Mathieu-Daudé1-0/+13
2024-01-29target/i386: Extract x86_need_replay_interrupt() from accel/tcg/Philippe Mathieu-Daudé1-0/+10
2023-06-26target/i386: implement SYSCALL/SYSRET in 32-bit emulatorsPaolo Bonzini1-3/+4
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
2022-02-09target/i386: use CPU_LOG_INT for IRQ servicingAlex Bennée1-2/+2
2021-09-14target/i386: Move x86_cpu_exec_interrupt() under sysemu/ folderPhilippe Mathieu-Daudé1-0/+62
2021-05-19target/i386: Move helper_check_io to sysemuRichard Henderson1-0/+29
2021-05-10i386: split seg_helper into user-only and sysemu partsClaudio Fontana1-0/+125