summary refs log tree commit diff stats
path: root/target/i386/tcg/sysemu/misc_helper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/i386: check validity of VMCB addressesPaolo Bonzini2024-02-281-0/+3
* apic, i386/tcg: add x2apic transitionsBui Quang Minh2024-02-141-2/+12
* i386/tcg: implement x2APIC registers MSR accessBui Quang Minh2024-02-141-0/+27
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-2/+2
* x86: Implement MSR_CORE_THREAD_COUNT MSRAlexander Graf2022-10-111-0/+5
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-3/+4
* target/i386/tcg/sysemu: Include missing 'exec/exec-all.h' headerPhilippe Mathieu-Daudé2022-03-061-0/+1
* target/i386: Added changed priority check for VIRQLara Lazier2021-09-131-0/+7
* target/i386: Moved int_ctl into CPUX86State structureLara Lazier2021-09-131-2/+2
* target/i386: Fixed size of constant for WindowsLara Lazier2021-08-131-1/+1
* target/i386: Added consistency checks for CR3Lara Lazier2021-07-231-0/+7
* target/i386: Added consistency checks for CR4Lara Lazier2021-07-221-0/+3
* target/i386: Added Intercept CR0 writes checkLara Lazier2021-06-161-0/+9
* target/i386: Unify invlpg, invlpgaRichard Henderson2021-05-191-5/+2
* target/i386: Move invlpg, hlt, monitor, mwait to sysemuRichard Henderson2021-05-191-0/+53
* target/i386: Cleanup read_crN, write_crN, lmswRichard Henderson2021-05-191-2/+0
* i386: split misc helper user stubs and sysemu partClaudio Fontana2021-05-101-0/+442