aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-05-26target/i386: Add {hw,sw}_reserved to X86LegacyXSaveAreaRichard Henderson1-14/+25
2024-05-26target/i386: Add rbfm argument to cpu_x86_{xsave,xrstor}Richard Henderson2-6/+6
2024-05-26target/i386: Split out do_xsave_chkRichard Henderson1-24/+27
2024-05-26target/i386: Convert do_xrstor_* to X86AccessRichard Henderson1-20/+31
2024-05-26target/i386: Convert do_xsave_* to X86AccessRichard Henderson1-21/+26
2024-05-26tagret/i386: Convert do_fxsave, do_fxrstor to X86AccessRichard Henderson1-30/+42
2024-05-26target/i386: Convert do_xrstor_{fpu,mxcr,sse} to X86AccessRichard Henderson1-18/+28
2024-05-26target/i386: Convert do_xsave_{fpu,mxcr,sse} to X86AccessRichard Henderson1-21/+31
2024-05-26target/i386: Convert do_fsave, do_frstor to X86AccessRichard Henderson1-27/+33
2024-05-26target/i386: Convert do_fstenv to X86AccessRichard Henderson1-21/+24
2024-05-26target/i386: Convert do_fldenv to X86AccessRichard Henderson1-16/+14
2024-05-26target/i386: Convert helper_{fbld,fbst}_ST0 to X86AccessRichard Henderson1-10/+15
2024-05-26target/i386: Convert do_fldt, do_fstt to X86AccessRichard Henderson1-13/+31
2024-05-26target/i386: Add tcg/access.[ch]Richard Henderson3-0/+210
2024-05-23Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson9-102/+321
2024-05-23target/loongarch: Add loongarch vector property unconditionallyBibo Mao1-10/+4
2024-05-23target/loongarch/kvm: fpu save the vreg registers high 192bitSong Gao1-0/+6
2024-05-23target/loongarch/kvm: Fix VM recovery from disk failuresSong Gao1-2/+4
2024-05-22target-i386: hyper-v: Correct kvm_hv_handle_exit return valuedonsheng1-1/+1
2024-05-22i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[0x8000001D].EAX[bits 2...Zhao Liu1-9/+1
2024-05-22i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[4]Zhao Liu2-43/+56
2024-05-22i386: Add cache topology info in CPUCacheInfoZhao Liu2-0/+43
2024-05-22i386/cpu: Introduce module-id to X86CPUZhao Liu2-0/+3
2024-05-22i386: Expose module level in CPUID[0x1F]Zhao Liu2-0/+7
2024-05-22i386: Support modules_per_die in X86CPUTopoInfoZhao Liu1-5/+8
2024-05-22i386: Introduce module level cpu topology to CPUX86StateZhao Liu2-0/+4
2024-05-22i386/cpu: Decouple CPUID[0x1F] subleaf with specific topology levelZhao Liu1-25/+110
2024-05-22i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]Zhao Liu2-11/+16
2024-05-22i386/cpu: Introduce bitmap to cache available CPU topology levelsZhao Liu3-4/+21
2024-05-22i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()Zhao Liu1-13/+18
2024-05-22i386/cpu: Use APIC ID info get NumSharingCache for CPUID[0x8000001D].EAX[bits...Zhao Liu1-4/+4
2024-05-22i386/cpu: Use APIC ID info to encode cache topo in CPUID[4]Zhao Liu1-10/+40
2024-05-22i386/cpu: Fix i/d-cache topology to core level for Intel CPUZhao Liu1-2/+4
2024-05-22target/i386: add control bits support for LAMBinbin Wu2-1/+10
2024-05-22target/i386: add support for LAM in CPUID enumerationRobert Hoo2-1/+3
2024-05-22target/i386: clean up AAM/AADPaolo Bonzini4-19/+16
2024-05-22target/i386: generate simpler code for ROL/ROR with immediate countPaolo Bonzini1-12/+14
2024-05-15Merge tag 'pull-hppa-20240515' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson11-728/+842
2024-05-15target/hppa: Log cpu state on return-from-interruptRichard Henderson1-0/+12
2024-05-15target/hppa: Log cpu state at interruptRichard Henderson1-13/+14
2024-05-15target/hppa: Implement CF_PCRELRichard Henderson2-32/+55
2024-05-15target/hppa: Adjust priv for B,GATE at runtimeRichard Henderson4-25/+47
2024-05-15target/hppa: Drop tlb_entry return from hppa_get_physical_addressRichard Henderson4-20/+7
2024-05-15target/hppa: Implement PSW_XRichard Henderson1-17/+25
2024-05-15target/hppa: Implement PSW_BRichard Henderson1-19/+6
2024-05-15target/hppa: Manage PSW_X and PSW_B in translatorRichard Henderson2-3/+57
2024-05-15target/hppa: Split PSW X and B into their own fieldRichard Henderson2-4/+5
2024-05-15target/hppa: Improve hppa_cpu_dump_stateRichard Henderson1-6/+54
2024-05-15target/hppa: Do not mask in copy_iaoq_entryRichard Henderson1-6/+1
2024-05-15target/hppa: Store full iaoq_f and page offset of iaoq_b in TBRichard Henderson3-55/+48