aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
2024-02-03target/i386: Populate CPUClass.mmu_indexRichard Henderson2-7/+16
2024-01-29target/i386: Extract x86_cpu_exec_halt() from accel/tcg/Philippe Mathieu-Daudé3-0/+15
2024-01-29target/i386: Extract x86_need_replay_interrupt() from accel/tcg/Philippe Mathieu-Daudé3-0/+12
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-1/+1
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson1-1/+1
2024-01-19Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into stagingPeter Maydell2-17/+17
2024-01-19target/i386: Rename tcg_cpu_FOO() to include 'x86'Philippe Mathieu-Daudé1-16/+16
2024-01-19accel: Do not set CPUState::tcg_cflags in non-TCG accelsPhilippe Mathieu-Daudé1-1/+1
2024-01-18remove unnecessary casts from uintptr_tPaolo Bonzini1-4/+4
2024-01-18target/i386: pcrel: store low bits of physical address in data[0]Paolo Bonzini2-5/+16
2024-01-18target/i386: fix incorrect EIP in PC-relative translation blocksguoguangyao1-2/+2
2024-01-18target/i386: Do not re-compute new pc with CF_PCRELRichard Henderson1-4/+2
2024-01-08qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi2-2/+2
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi1-1/+1
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi11-58/+58
2024-01-05target: Use generic cpu_model_from_type()Gavin Shan1-2/+1
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell13-195/+419
2023-12-29target/i386: implement CMPccXADDPaolo Bonzini5-1/+133
2023-12-29target/i386: introduce flags writeback mechanismPaolo Bonzini4-12/+63
2023-12-29target/i386: adjust decoding of J operandPaolo Bonzini1-10/+0
2023-12-29target/i386: move operand load and writeback out of gen_cmovcc1Paolo Bonzini1-10/+6
2023-12-29target/i386: prepare for implementation of STOS/SCAS in new decoderPaolo Bonzini1-2/+7
2023-12-29target/i386: do not use s->tmp0 for jumps on ECX ==/!= 0Paolo Bonzini1-3/+6
2023-12-29target/i386: do not use s->tmp4 for pushPaolo Bonzini1-1/+1
2023-12-29target/i386: split eflags computation out of gen_compute_eflagsPaolo Bonzini1-9/+19
2023-12-29target/i386: do not clobber T0 on string operationsPaolo Bonzini1-21/+24
2023-12-29target/i386: do not clobber A0 in POP translationPaolo Bonzini1-14/+20
2023-12-29target/i386: do not decode string source/destination into decode->memPaolo Bonzini1-18/+2
2023-12-29target/i386: add X86_SPECIALs for MOVSX and MOVZXPaolo Bonzini3-24/+40
2023-12-29target/i386: rename zext0/zext2 and make them closer to the manualPaolo Bonzini2-12/+21
2023-12-29target/i386: avoid trunc and ext for MULX and RORXPaolo Bonzini1-10/+23
2023-12-29target/i386: reimplement check for validity of LOCK prefixPaolo Bonzini3-12/+13
2023-12-29target/i386: document more deviations from the manualPaolo Bonzini1-0/+12
2023-12-29target/i386: clean up cpu_cc_compute_allPaolo Bonzini6-20/+18
2023-12-29target/i386: remove unnecessary truncationsPaolo Bonzini2-5/+1
2023-12-29target/i386: remove unnecessary arguments from raise_interruptPaolo Bonzini3-7/+5
2023-12-29target/i386: speedup JO/SETO after MUL or IMULPaolo Bonzini1-0/+3
2023-12-29target/i386: optimize computation of JL and JLE from flagsPaolo Bonzini1-6/+4
2023-12-29target/i386: Constify VMState in machine.cRichard Henderson1-64/+64
2023-12-20target: Restrict 'sysemu/reset.h' to system emulationPhilippe Mathieu-Daudé1-1/+1
2023-12-12target/i386: Fix 32-bit wrapping of pc/eip computationRichard Henderson3-10/+33
2023-12-06i386/sev: Avoid SEV-ES crash due to missing MSR_EFER_LMA bitMichael Roth1-0/+8
2023-11-17target/i386/cpu: Improve error message for property "vendor"Markus Armbruster1-1/+2
2023-11-08Merge tag 'misc-cpus-20231107' of https://github.com/philmd/qemu into stagingStefan Hajnoczi8-109/+110
2023-11-07hw/cpu: Update the comments of nr_cores and nr_diesZhao Liu1-0/+1
2023-11-07system/cpus: Fix CPUState.nr_cores' calculationZhuocheng Ding1-5/+4
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé2-39/+38
2023-11-07target/i386/monitor: synchronize cpu state for lapic infoDongli Zhang1-0/+5
2023-11-07target/i386/kvm: Correct comment in kvm_cpu_realize()Philippe Mathieu-Daudé1-0/+1
2023-11-07target/i386/hvf: Rename 'X86CPU *x86_cpu' variable as 'cpu'Philippe Mathieu-Daudé1-9/+9