aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2024-05-09misc: Use QEMU header path relative to include/ directoryPhilippe Mathieu-Daudé
2024-05-07target/i386: remove duplicate prefix decodingPaolo Bonzini
2024-05-07target/i386: split legacy decoder into a separate functionPaolo Bonzini
2024-05-07target/i386: decode x87 instructions in a separate functionPaolo Bonzini
2024-05-07target/i386: remove now-converted opcodes from old decoderPaolo Bonzini
2024-05-07target/i386: port extensions of one-byte opcodes to new decoderPaolo Bonzini
2024-05-07target/i386: move BSWAP to new decoderPaolo Bonzini
2024-05-07target/i386: move remaining conditional operations to new decoderPaolo Bonzini
2024-05-07target/i386: merge and enlarge a few ranges for call to disas_insn_newPaolo Bonzini
2024-05-07target/i386: move C0-FF opcodes to new decoder (except for x87)Paolo Bonzini
2024-05-07target/i386: generalize gen_movl_seg_T0Paolo Bonzini
2024-05-07target/i386: move 60-BF opcodes to new decoderPaolo Bonzini
2024-05-07target/i386: allow instructions with more than one immediatePaolo Bonzini
2024-05-07target/i386: extract gen_far_call/jmp, reordering temporariesPaolo Bonzini
2024-05-07target/i386: move 00-5F opcodes to new decoderPaolo Bonzini
2024-05-07target/i386: reintroduce debugging mechanismPaolo Bonzini
2024-05-07target/i386: cleanup *gen_eob*Paolo Bonzini
2024-05-07target/i386: clarify the "reg" argument of functions returning CCPreparePaolo Bonzini
2024-05-07target/i386: do not use s->T0 and s->T1 as scratch registers for CCPreparePaolo Bonzini
2024-05-07target/i386: extend cc_* when using them to compute flagsPaolo Bonzini
2024-05-07target/i386: pull cc_op update to callers of gen_jmp_rel{,_csize}Paolo Bonzini
2024-05-07target/i386: cleanup cc_op changes for REP/REPZ/REPNZPaolo Bonzini
2024-05-07target/i386: cc_op is not dynamic in gen_jcc1Paolo Bonzini
2024-05-07target/i386: remove mask from CCPreparePaolo Bonzini
2024-05-07target/i386: use TSTEQ/TSTNE to check flagsPaolo Bonzini
2024-05-07target/i386: use TSTEQ/TSTNE to test low bitsPaolo Bonzini
2024-05-07target/i386: Fix CPUID encoding of Fn8000001E_ECXBabu Moger
2024-05-06Merge tag 'accel-20240506' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-05-06Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-05-03Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-05-03target/i386: Introduce SapphireRapids-v3 to add missing featuresLei Wang
2024-05-03i386: switch boards to "default y"Paolo Bonzini
2024-05-03accel/whpx: Fix NULL dereference in whpx_init_vcpu()Philippe Mathieu-Daudé
2024-05-03accel/nvmm: Fix NULL dereference in nvmm_init_vcpu()Philippe Mathieu-Daudé
2024-05-03Kconfig: kvm: allow building without any boardPaolo Bonzini
2024-05-03target/i386: Give IRQs a chance when resetting HF_INHIBIT_IRQ_MASKRuihan Li
2024-04-29target/i386/cpu: Remove "x86" prefix from the CPU listThomas Huth
2024-04-26accel/hvf: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé
2024-04-26accel/nvmm: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé
2024-04-26accel/whpx: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé
2024-04-26target/i386: Include missing 'exec/exec-all.h' headerPhilippe Mathieu-Daudé
2024-04-26target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé
2024-04-25Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-04-25target/i386: Move APIC related code to cpu-apic.cPhilippe Mathieu-Daudé
2024-04-23target/i386/translate.c: always write 32-bits for SGDT and SIDTMark Cave-Ayland
2024-04-23target/i386/cpu: Merge the warning and error messages for AMD HT checkZhao Liu
2024-04-23target/i386/cpu: Consolidate the use of warn_report_once()Zhao Liu