aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2022-09-01target/i386: Dot product AVX helper prepPaul Brook
2022-09-01target/i386: reimplement AVX comparison helpersPaul Brook
2022-09-01target/i386: Floating point arithmetic helper AVX prepPaul Brook
2022-09-01target/i386: Destructive vector helpers for AVXPaul Brook
2022-09-01target/i386: Misc integer AVX helper prepPaul Brook
2022-09-01target/i386: Rewrite simple integer vector helpersPaul Brook
2022-09-01target/i386: Rewrite vector shift helperPaul Brook
2022-09-01target/i386: rewrite destructive 3DNow operationsPaolo Bonzini
2022-09-01target/i386: Add CHECK_NO_VEXPaul Brook
2022-09-01target/i386: do not cast gen_helper_* function pointersPaolo Bonzini
2022-09-01target/i386: Add size suffix to vector FP helpersPaolo Bonzini
2022-09-01target/i386: isolate MMX code morePaolo Bonzini
2022-09-01target/i386: check SSE table flags instead of hardcoding opcodesPaolo Bonzini
2022-09-01target/i386: Move 3DNOW decoderPaul Brook
2022-09-01target/i386: Rework sse_op_table6/7Paul Brook
2022-09-01target/i386: Rework sse_op_table1Paul Brook
2022-09-01target/i386: Add ZMM_OFFSET macroPaul Brook
2022-09-01target/i386: formatting fixesPaolo Bonzini
2022-09-01target/i386: do not use MOVL to move data between SSE registersPaolo Bonzini
2022-09-01target/i386: DPPS rounding fixPaolo Bonzini
2022-09-01target/i386: fix PHSUB* instructions with dest=srcPaolo Bonzini
2022-09-01i386: do kvm_put_msr_feature_control() first thing when vCPU is resetVitaly Kuznetsov
2022-09-01i386: reset KVM nested state upon CPU resetVitaly Kuznetsov
2022-08-05target/i386: display deprecation status in '-cpu help'Daniel P. Berrangé
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé
2022-07-13hvf: Enable RDTSCP supportCameron Esfahani
2022-06-08Fix 'writeable' typosPeter Maydell
2022-06-06x86: cpu: fixup number of addressable IDs for logical processors sharing cacheIgor Mammedov
2022-06-06x86: cpu: make sure number of addressable IDs for processor cores meets the specIgor Mammedov
2022-06-06target/i386: Fix wrong count settingYang Zhong
2022-06-06target/i386/tcg: Fix masking of real-mode addresses with A20 bitStephen Michael Jothen
2022-05-25i386: Hyper-V Direct TLB flush hypercallVitaly Kuznetsov
2022-05-25i386: Hyper-V Support extended GVA ranges for TLB flush hypercallsVitaly Kuznetsov
2022-05-25i386: Hyper-V XMM fast hypercall input featureVitaly Kuznetsov
2022-05-25i386: Hyper-V Enlightened MSR bitmap featureVitaly Kuznetsov
2022-05-25i386: Use hv_build_cpuid_leaf() for HV_CPUID_NESTED_FEATURESVitaly Kuznetsov
2022-05-25target/i386/kvm: Fix disabling MPX on "-cpu host" with MPX-capable hostMaciej S. Szmigiero
2022-05-23target/i386: Remove LBREn bit check when access Arch LBR MSRsYang Weijiang
2022-05-16Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson
2022-05-16target/i386: Fix sanity check on max APIC ID / X2APIC enablementDavid Woodhouse
2022-05-14target/i386: Support Arch LBR in CPUID enumerationYang Weijiang
2022-05-14target/i386: introduce helper to access supported CPUIDPaolo Bonzini
2022-05-14target/i386: Enable Arch LBR migration states in vmstateYang Weijiang
2022-05-14target/i386: Add MSR access interface for Arch LBRYang Weijiang
2022-05-14target/i386: Add XSAVES support for Arch LBRYang Weijiang
2022-05-14target/i386: Enable support for XSAVES based featuresYang Weijiang
2022-05-14target/i386: Add kvm_get_one_msr helperYang Weijiang
2022-05-14target/i386: Add lbr-fmt vPMU option to support guest LBRYang Weijiang
2022-05-14i386/cpu: Remove the deprecated cpu model 'Icelake-Client'Robert Hoo
2022-05-14WHPX: fixed TPR/CR8 translation issues affecting VM debuggingIvan Shcherbakov