aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
2022-09-06target/i386: Make translator stop before the end of a pageIlya Leoshkevich1-24/+38
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson1-2/+3
2022-09-06accel/tcg: Remove translator_ldswRichard Henderson1-1/+1
2022-09-01target/i386: AVX+AES helpers prepPaul Brook1-19/+22
2022-09-01target/i386: AVX pclmulqdq prepPaul Brook1-7/+22
2022-09-01target/i386: Rewrite blendv helpersPaul Brook1-62/+24
2022-09-01target/i386: Misc AVX helper prepPaul Brook1-49/+94
2022-09-01target/i386: Destructive FP helpers for AVXPaul Brook1-58/+43
2022-09-01target/i386: Dot product AVX helper prepPaul Brook1-35/+45
2022-09-01target/i386: reimplement AVX comparison helpersPaul Brook3-69/+78
2022-09-01target/i386: Floating point arithmetic helper AVX prepPaul Brook1-41/+87
2022-09-01target/i386: Destructive vector helpers for AVXPaul Brook1-301/+269
2022-09-01target/i386: Misc integer AVX helper prepPaul Brook1-86/+82
2022-09-01target/i386: Rewrite simple integer vector helpersPaul Brook1-54/+27
2022-09-01target/i386: Rewrite vector shift helperPaul Brook1-131/+108
2022-09-01target/i386: rewrite destructive 3DNow operationsPaolo Bonzini1-16/+16
2022-09-01target/i386: Add CHECK_NO_VEXPaul Brook1-0/+26
2022-09-01target/i386: do not cast gen_helper_* function pointersPaolo Bonzini1-38/+37
2022-09-01target/i386: Add size suffix to vector FP helpersPaolo Bonzini3-66/+67
2022-09-01target/i386: isolate MMX code morePaolo Bonzini1-18/+32
2022-09-01target/i386: check SSE table flags instead of hardcoding opcodesPaolo Bonzini1-44/+31
2022-09-01target/i386: Move 3DNOW decoderPaul Brook1-13/+17
2022-09-01target/i386: Rework sse_op_table6/7Paul Brook1-100/+132
2022-09-01target/i386: Rework sse_op_table1Paul Brook1-130/+183
2022-09-01target/i386: Add ZMM_OFFSET macroPaul Brook1-33/+27
2022-09-01target/i386: formatting fixesPaolo Bonzini1-3/+4
2022-09-01target/i386: do not use MOVL to move data between SSE registersPaolo Bonzini1-2/+4
2022-09-01target/i386: DPPS rounding fixPaolo Bonzini1-32/+35
2022-09-01target/i386: fix PHSUB* instructions with dest=srcPaolo Bonzini1-20/+29
2022-09-01i386: do kvm_put_msr_feature_control() first thing when vCPU is resetVitaly Kuznetsov1-5/+12
2022-09-01i386: reset KVM nested state upon CPU resetVitaly Kuznetsov1-10/+27
2022-08-05target/i386: display deprecation status in '-cpu help'Daniel P. Berrangé1-0/+5
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé1-1/+1
2022-07-13hvf: Enable RDTSCP supportCameron Esfahani3-13/+23
2022-06-08Fix 'writeable' typosPeter Maydell3-3/+3
2022-06-06x86: cpu: fixup number of addressable IDs for logical processors sharing cacheIgor Mammedov1-4/+16
2022-06-06x86: cpu: make sure number of addressable IDs for processor cores meets the specIgor Mammedov1-1/+1
2022-06-06target/i386: Fix wrong count settingYang Zhong1-1/+1
2022-06-06target/i386/tcg: Fix masking of real-mode addresses with A20 bitStephen Michael Jothen1-1/+3
2022-05-25i386: Hyper-V Direct TLB flush hypercallVitaly Kuznetsov4-0/+12
2022-05-25i386: Hyper-V Support extended GVA ranges for TLB flush hypercallsVitaly Kuznetsov4-0/+12
2022-05-25i386: Hyper-V XMM fast hypercall input featureVitaly Kuznetsov4-1/+11
2022-05-25i386: Hyper-V Enlightened MSR bitmap featureVitaly Kuznetsov4-0/+15
2022-05-25i386: Use hv_build_cpuid_leaf() for HV_CPUID_NESTED_FEATURESVitaly Kuznetsov2-11/+15
2022-05-25target/i386/kvm: Fix disabling MPX on "-cpu host" with MPX-capable hostMaciej S. Szmigiero1-0/+8
2022-05-23target/i386: Remove LBREn bit check when access Arch LBR MSRsYang Weijiang1-12/+9
2022-05-16Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson1-1/+1
2022-05-16target/i386: Fix sanity check on max APIC ID / X2APIC enablementDavid Woodhouse1-1/+1
2022-05-14target/i386: Support Arch LBR in CPUID enumerationYang Weijiang1-1/+19
2022-05-14target/i386: introduce helper to access supported CPUIDPaolo Bonzini1-16/+25