aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
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-15target/i386: Use translator_ldub for everythingRichard Henderson1-5/+3
2024-05-15accel/tcg: Provide default implementation of disas_logRichard Henderson1-11/+0
2024-05-10i386: select correct components for no-board buildPaolo Bonzini1-0/+1
2024-05-10target/i386: fix feature dependency for WAITPKGPaolo Bonzini1-2/+2
2024-05-10target/i386: move prefetch and multi-byte UD/NOP to new decoderPaolo Bonzini4-33/+27
2024-05-10target/i386: rdpkru/wrpkru are no-prefix instructionsPaolo Bonzini1-2/+4
2024-05-10target/i386: fix operand size for DATA16 REX.W POPCNTPaolo Bonzini1-16/+1
2024-05-10target/i386: remove PCOMMIT from TCG, deprecate propertyPaolo Bonzini3-14/+2
2024-05-09misc: Use QEMU header path relative to include/ directoryPhilippe Mathieu-Daudé1-1/+1
2024-05-07target/i386: remove duplicate prefix decodingPaolo Bonzini2-219/+103
2024-05-07target/i386: split legacy decoder into a separate functionPaolo Bonzini1-21/+37
2024-05-07target/i386: decode x87 instructions in a separate functionPaolo Bonzini1-554/+566
2024-05-07target/i386: remove now-converted opcodes from old decoderPaolo Bonzini5-2320/+11
2024-05-07target/i386: port extensions of one-byte opcodes to new decoderPaolo Bonzini3-0/+39
2024-05-07target/i386: move BSWAP to new decoderPaolo Bonzini3-1/+23
2024-05-07target/i386: move remaining conditional operations to new decoderPaolo Bonzini4-1/+68
2024-05-07target/i386: merge and enlarge a few ranges for call to disas_insn_newPaolo Bonzini1-3/+2
2024-05-07target/i386: move C0-FF opcodes to new decoder (except for x87)Paolo Bonzini4-11/+1188
2024-05-07target/i386: generalize gen_movl_seg_T0Paolo Bonzini2-10/+10
2024-05-07target/i386: move 60-BF opcodes to new decoderPaolo Bonzini4-2/+518
2024-05-07target/i386: allow instructions with more than one immediatePaolo Bonzini3-7/+16
2024-05-07target/i386: extract gen_far_call/jmp, reordering temporariesPaolo Bonzini1-40/+53
2024-05-07target/i386: move 00-5F opcodes to new decoderPaolo Bonzini3-1/+323
2024-05-07target/i386: reintroduce debugging mechanismPaolo Bonzini2-0/+30
2024-05-07target/i386: cleanup *gen_eob*Paolo Bonzini1-13/+12
2024-05-07target/i386: clarify the "reg" argument of functions returning CCPreparePaolo Bonzini1-7/+8
2024-05-07target/i386: do not use s->T0 and s->T1 as scratch registers for CCPreparePaolo Bonzini1-7/+10
2024-05-07target/i386: extend cc_* when using them to compute flagsPaolo Bonzini1-26/+18
2024-05-07target/i386: pull cc_op update to callers of gen_jmp_rel{,_csize}Paolo Bonzini1-3/+5
2024-05-07target/i386: cleanup cc_op changes for REP/REPZ/REPNZPaolo Bonzini1-4/+10
2024-05-07target/i386: cc_op is not dynamic in gen_jcc1Paolo Bonzini1-2/+2