aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2021-07-27docs: Update path that mentions deprecated.rstMao Zhongyi
2021-07-23i386: do not call cpudef-only models functions for max, host, baseClaudio Fontana
2021-07-23target/i386: Added consistency checks for CR3Lara Lazier
2021-07-22Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-07-22target/i386: Added consistency checks for EFERLara Lazier
2021-07-22target/i386: Added consistency checks for CR4Lara Lazier
2021-07-22target/i386: Added V_INTR_PRIO check to virtual interruptsLara Lazier
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson
2021-07-21target/i386: Implement debug_check_breakpointRichard Henderson
2021-07-21tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson
2021-07-14Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-misc-20210713' int...Peter Maydell
2021-07-13target/i386: Correct implementation for FCS, FIP, FDS and FDPZiqiao Kong
2021-07-13target/i386: Split out do_fninitRichard Henderson
2021-07-13target/i386: Trivial code motion and code style fixZiqiao Kong
2021-07-13target/i386: Tidy hw_breakpoint_removeDmitry Voronetskiy
2021-07-13target/i386: Fix cpuid level for AMDzhenwei pi
2021-07-13target/i386: suppress CPUID leaves not defined by the CPU vendorMichael Roth
2021-07-13i386: Hyper-V SynIC requires POST_MESSAGES/SIGNAL_EVENTS privilegesVitaly Kuznetsov
2021-07-13i386: HV_HYPERCALL_AVAILABLE privilege bit is always neededVitaly Kuznetsov
2021-07-13i386: kill off hv_cpuid_check_and_set()Vitaly Kuznetsov
2021-07-13i386: expand Hyper-V features during CPU feature expansion timeVitaly Kuznetsov
2021-07-13i386: make hyperv_expand_features() return boolVitaly Kuznetsov
2021-07-13i386: hardcode supported eVMCS version to '1'Vitaly Kuznetsov
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell
2021-07-09target/i386: Use cpu_breakpoint_test in breakpoint_handlerRichard Henderson
2021-07-09target/i386: Use translator_use_goto_tbRichard Henderson
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé
2021-07-09meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé
2021-07-09target/i386: fix exceptions for MOV to DRPaolo Bonzini
2021-07-09target/i386: Added DR6 and DR7 consistency checksLara Lazier
2021-07-09target/i386: Added MSRPM and IOPM size checkLara Lazier
2021-07-06target/i386: Move X86XSaveArea into TCGDavid Edmondson
2021-07-06target/i386: Populate x86_ext_save_areas offsets using cpuid where possibleDavid Edmondson
2021-07-06target/i386: Observe XSAVE state area offsetsDavid Edmondson
2021-07-06target/i386: Make x86_ext_save_areas visible outside cpu.cDavid Edmondson
2021-07-06target/i386: Pass buffer and length to XSAVE helperDavid Edmondson
2021-07-06target/i386: Clarify the padding requirements of X86XSaveAreaDavid Edmondson
2021-07-06target/i386: Consolidate the X86XSaveArea offset checksDavid Edmondson
2021-07-06target/i386: Declare constants for XSAVE offsetsDavid Edmondson
2021-06-29target/i386: Improve bswap translationRichard Henderson
2021-06-29tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64Richard Henderson
2021-06-25target/i386: kvm: add support for TSC scalingPaolo Bonzini
2021-06-22Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210619-2' in...Peter Maydell
2021-06-21Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell
2021-06-19tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson
2021-06-17i386: Add ratelimit for bus locks acquired in guestChenyi Qiang
2021-06-16target/i386: Added Intercept CR0 writes checkLara Lazier
2021-06-16target/i386: Added consistency checks for CR0Lara Lazier
2021-06-16target/i386: Added consistency checks for VMRUN intercept and ASIDLara Lazier
2021-06-16target/i386: Refactored intercept checks into cpu_svm_has_interceptLara Lazier