aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg/misc_helper.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-08target/i386: fix INHIBIT_IRQ/TF/RF handling for PAUSEPaolo Bonzini1-0/+4
2024-06-08target/i386: cleanup PAUSE helpersPaolo Bonzini1-9/+1
2023-12-29target/i386: clean up cpu_cc_compute_allPaolo Bonzini1-1/+1
2023-12-29target/i386: remove unnecessary arguments from raise_interruptPaolo Bonzini1-1/+1
2023-10-07target/i386: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé1-1/+1
2023-06-26target/i386: implement RDPID in TCGPaolo Bonzini1-6/+15
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-3/+3
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
2021-10-15target/i386: Drop check for singlestep_enabledRichard Henderson1-8/+0
2021-05-19target/i386: Move invlpg, hlt, monitor, mwait to sysemuRichard Henderson1-54/+1
2021-05-19target/i386: Pass env to do_pause and do_hltRichard Henderson1-14/+8
2021-05-19target/i386: Cleanup read_crN, write_crN, lmswRichard Henderson1-8/+0
2021-05-19target/i386: Mark some helpers as noreturnRichard Henderson1-7/+7
2021-05-10i386: split misc helper user stubs and sysemu partClaudio Fontana1-467/+0
2021-03-19target/i386: fail if toggling LA57 in 64-bit modePaolo Bonzini1-0/+4
2021-02-25tcg/i386: rdpmc: fix the the condtionsZheng Zhan Liang1-1/+2
2021-02-08target/i86: implement PKSPaolo Bonzini1-0/+14
2020-12-16i386: tcg: remove inline from cpu_load_eflagsClaudio Fontana1-0/+13
2020-12-16i386: move TCG cpu class initialization to tcg/Claudio Fontana1-0/+1
2020-12-16i386: move TCG accel files into tcg/Claudio Fontana1-0/+647