aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg/misc_helper.c
AgeCommit message (Expand)Author
2023-10-07target/i386: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé
2023-06-26target/i386: implement RDPID in TCGPaolo Bonzini
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2021-10-15target/i386: Drop check for singlestep_enabledRichard Henderson
2021-05-19target/i386: Move invlpg, hlt, monitor, mwait to sysemuRichard Henderson
2021-05-19target/i386: Pass env to do_pause and do_hltRichard Henderson
2021-05-19target/i386: Cleanup read_crN, write_crN, lmswRichard Henderson
2021-05-19target/i386: Mark some helpers as noreturnRichard Henderson
2021-05-10i386: split misc helper user stubs and sysemu partClaudio Fontana
2021-03-19target/i386: fail if toggling LA57 in 64-bit modePaolo Bonzini
2021-02-25tcg/i386: rdpmc: fix the the condtionsZheng Zhan Liang
2021-02-08target/i86: implement PKSPaolo Bonzini
2020-12-16i386: tcg: remove inline from cpu_load_eflagsClaudio Fontana
2020-12-16i386: move TCG cpu class initialization to tcg/Claudio Fontana
2020-12-16i386: move TCG accel files into tcg/Claudio Fontana