aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson
2024-01-19Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-01-19target/i386: Rename tcg_cpu_FOO() to include 'x86'Philippe Mathieu-Daudé
2024-01-19accel: Do not set CPUState::tcg_cflags in non-TCG accelsPhilippe Mathieu-Daudé
2024-01-18remove unnecessary casts from uintptr_tPaolo Bonzini
2024-01-18target/i386: pcrel: store low bits of physical address in data[0]Paolo Bonzini
2024-01-18target/i386: fix incorrect EIP in PC-relative translation blocksguoguangyao
2024-01-18target/i386: Do not re-compute new pc with CF_PCRELRichard Henderson
2024-01-08qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2024-01-05target: Use generic cpu_model_from_type()Gavin Shan
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-12-29target/i386: implement CMPccXADDPaolo Bonzini
2023-12-29target/i386: introduce flags writeback mechanismPaolo Bonzini
2023-12-29target/i386: adjust decoding of J operandPaolo Bonzini
2023-12-29target/i386: move operand load and writeback out of gen_cmovcc1Paolo Bonzini
2023-12-29target/i386: prepare for implementation of STOS/SCAS in new decoderPaolo Bonzini
2023-12-29target/i386: do not use s->tmp0 for jumps on ECX ==/!= 0Paolo Bonzini
2023-12-29target/i386: do not use s->tmp4 for pushPaolo Bonzini
2023-12-29target/i386: split eflags computation out of gen_compute_eflagsPaolo Bonzini
2023-12-29target/i386: do not clobber T0 on string operationsPaolo Bonzini
2023-12-29target/i386: do not clobber A0 in POP translationPaolo Bonzini
2023-12-29target/i386: do not decode string source/destination into decode->memPaolo Bonzini
2023-12-29target/i386: add X86_SPECIALs for MOVSX and MOVZXPaolo Bonzini
2023-12-29target/i386: rename zext0/zext2 and make them closer to the manualPaolo Bonzini
2023-12-29target/i386: avoid trunc and ext for MULX and RORXPaolo Bonzini
2023-12-29target/i386: reimplement check for validity of LOCK prefixPaolo Bonzini
2023-12-29target/i386: document more deviations from the manualPaolo Bonzini
2023-12-29target/i386: clean up cpu_cc_compute_allPaolo Bonzini
2023-12-29target/i386: remove unnecessary truncationsPaolo Bonzini
2023-12-29target/i386: remove unnecessary arguments from raise_interruptPaolo Bonzini
2023-12-29target/i386: speedup JO/SETO after MUL or IMULPaolo Bonzini
2023-12-29target/i386: optimize computation of JL and JLE from flagsPaolo Bonzini
2023-12-29target/i386: Constify VMState in machine.cRichard Henderson
2023-12-20target: Restrict 'sysemu/reset.h' to system emulationPhilippe Mathieu-Daudé
2023-12-12target/i386: Fix 32-bit wrapping of pc/eip computationRichard Henderson
2023-12-06i386/sev: Avoid SEV-ES crash due to missing MSR_EFER_LMA bitMichael Roth
2023-11-17target/i386/cpu: Improve error message for property "vendor"Markus Armbruster
2023-11-08Merge tag 'misc-cpus-20231107' of https://github.com/philmd/qemu into stagingStefan Hajnoczi
2023-11-07hw/cpu: Update the comments of nr_cores and nr_diesZhao Liu
2023-11-07system/cpus: Fix CPUState.nr_cores' calculationZhuocheng Ding
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé
2023-11-07target/i386/monitor: synchronize cpu state for lapic infoDongli Zhang
2023-11-07target/i386/kvm: Correct comment in kvm_cpu_realize()Philippe Mathieu-Daudé
2023-11-07target/i386/hvf: Rename 'X86CPU *x86_cpu' variable as 'cpu'Philippe Mathieu-Daudé
2023-11-07target/i386/hvf: Rename 'CPUState *cpu' variable as 'cs'Philippe Mathieu-Daudé
2023-11-07target/i386/hvf: Use CPUState typedefPhilippe Mathieu-Daudé
2023-11-07target/i386/hvf: Use env_archcpu() in simulate_[rdmsr/wrmsr]()Philippe Mathieu-Daudé
2023-11-07target/i386/hvf: Use x86_cpu in simulate_[rdmsr|wrmsr]()Philippe Mathieu-Daudé