summaryrefslogtreecommitdiffstats
path: root/target/i386
Commit message (Expand)AuthorAgeFilesLines
* migration: Unify failure check for migrate_add_blocker()Markus Armbruster2021-08-263-7/+5Star
* whpx nvmm: Drop useless migrate_del_blocker()Markus Armbruster2021-08-262-2/+0Star
* i386: Never free migration blocker objects instead of sometimesMarkus Armbruster2021-08-261-3/+0Star
* error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2021-08-261-7/+1Star
* i386/cpu: Remove AVX_VNNI feature from Cooperlake cpu modelYang Zhong2021-08-251-1/+1
* target/i386: Remove split lock detect in Snowridge CPU modelChenyi Qiang2021-08-251-0/+8
* target/i386: Fixed size of constant for WindowsLara Lazier2021-08-132-2/+2
* target/i386: fix typo in ctl_has_irqPaolo Bonzini2021-07-291-1/+1
* target/i386: Added consistency checks for event injectionLara Lazier2021-07-291-0/+6
* i386: assert 'cs->kvm_state' is not nullVitaly Kuznetsov2021-07-291-0/+14
* docs: Update path that mentions deprecated.rstMao Zhongyi2021-07-271-1/+1
* i386: do not call cpudef-only models functions for max, host, baseClaudio Fontana2021-07-234-59/+89
* target/i386: Added consistency checks for CR3Lara Lazier2021-07-232-3/+14
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-223-4/+103
|\
| * target/i386: Added consistency checks for EFERLara Lazier2021-07-222-0/+44
| * target/i386: Added consistency checks for CR4Lara Lazier2021-07-223-3/+48
| * target/i386: Added V_INTR_PRIO check to virtual interruptsLara Lazier2021-07-221-1/+11
* | accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-28/+0Star
* | target/i386: Implement debug_check_breakpointRichard Henderson2021-07-211-0/+12
* | tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson2021-07-211-13/+2Star
|/
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-misc-20210713' int...Peter Maydell2021-07-144-458/+510
|\
| * target/i386: Correct implementation for FCS, FIP, FDS and FDPZiqiao Kong2021-07-133-9/+56
| * target/i386: Split out do_fninitRichard Henderson2021-07-131-14/+8Star
| * target/i386: Trivial code motion and code style fixZiqiao Kong2021-07-131-435/+446
| * target/i386: Tidy hw_breakpoint_removeDmitry Voronetskiy2021-07-131-2/+2
* | target/i386: Fix cpuid level for AMDzhenwei pi2021-07-131-2/+9
* | target/i386: suppress CPUID leaves not defined by the CPU vendorMichael Roth2021-07-132-0/+9
* | i386: Hyper-V SynIC requires POST_MESSAGES/SIGNAL_EVENTS privilegesVitaly Kuznetsov2021-07-132-0/+12
* | i386: HV_HYPERCALL_AVAILABLE privilege bit is always neededVitaly Kuznetsov2021-07-131-5/+5
* | i386: kill off hv_cpuid_check_and_set()Vitaly Kuznetsov2021-07-131-68/+36Star
* | i386: expand Hyper-V features during CPU feature expansion timeVitaly Kuznetsov2021-07-134-4/+30
* | i386: make hyperv_expand_features() return boolVitaly Kuznetsov2021-07-131-19/+21
* | i386: hardcode supported eVMCS version to '1'Vitaly Kuznetsov2021-07-131-4/+35
|/
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell2021-07-122-22/+5Star
|\
| * target/i386: Use cpu_breakpoint_test in breakpoint_handlerRichard Henderson2021-07-101-9/+3Star
| * target/i386: Use translator_use_goto_tbRichard Henderson2021-07-091-12/+2Star
| * tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé2021-07-091-1/+0Star
* | meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé2021-07-091-0/+5
* | target/i386: fix exceptions for MOV to DRPaolo Bonzini2021-07-097-45/+35Star
* | target/i386: Added DR6 and DR7 consistency checksLara Lazier2021-07-092-1/+10
* | target/i386: Added MSRPM and IOPM size checkLara Lazier2021-07-092-0/+18
|/
* target/i386: Move X86XSaveArea into TCGDavid Edmondson2021-07-063-57/+58
* target/i386: Populate x86_ext_save_areas offsets using cpuid where possibleDavid Edmondson2021-07-067-13/+94
* target/i386: Observe XSAVE state area offsetsDavid Edmondson2021-07-061-62/+200
* target/i386: Make x86_ext_save_areas visible outside cpu.cDavid Edmondson2021-07-062-6/+10
* target/i386: Pass buffer and length to XSAVE helperDavid Edmondson2021-07-065-28/+29
* target/i386: Clarify the padding requirements of X86XSaveAreaDavid Edmondson2021-07-061-1/+7
* target/i386: Consolidate the X86XSaveArea offset checksDavid Edmondson2021-07-062-46/+15Star
* target/i386: Declare constants for XSAVE offsetsDavid Edmondson2021-07-061-7/+23
* target/i386: Improve bswap translationRichard Henderson2021-06-291-10/+4Star