aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-06-28target/i386: fix CC_OP dumpPaolo Bonzini
2024-06-27target/riscv: Apply modularized matching conditions for icount triggerAlvin Chang
2024-06-27target/riscv: Apply modularized matching conditions for watchpointAlvin Chang
2024-06-27target/riscv: Add functions for common matching conditions of triggerAlvin Chang
2024-06-26target/riscv: Remove extension auto-update check statementsFrank Chang
2024-06-26target/riscv: Add Zc extension implied ruleFrank Chang
2024-06-26target/riscv: Add multi extension implied rulesFrank Chang
2024-06-26target/riscv: Add MISA extension implied rulesFrank Chang
2024-06-26target/riscv: Introduce extension implied rule helpersFrank Chang
2024-06-26target/riscv: Introduce extension implied rules definitionFrank Chang
2024-06-26target/riscv: fix instructions count handling in icount modeClément Léger
2024-06-26target/riscv: Fix froundnx.h nanbox checkBranislav Brzak
2024-06-26target/riscv: Support the version for ss1p13Fea.Wang
2024-06-26target/riscv: Reserve exception codes for sw-check and hw-errFea.Wang
2024-06-26target/riscv: Add MEDELEGH, HEDELEGH csrs for RV32Fea.Wang
2024-06-26target/riscv: Add 'P1P13' bit in SMSTATEEN0Fea.Wang
2024-06-26target/riscv: Define macros and variables for ss1p13Fea.Wang
2024-06-26target/riscv: Reuse the conversion function of priv_specJim Shu
2024-06-26target/riscv/kvm: handle the exit with debug reasonChao Du
2024-06-26target/riscv/kvm: add software breakpoints supportChao Du
2024-06-26target/riscv: zvbb implies zvkbJerry Zhang Jian
2024-06-26target/riscv: Move Guest irqs out of the core local irqs range.Rajnesh Kanwal
2024-06-26target/riscv: Extend virtual irq csrs masks to be 64 bit wide.Rajnesh Kanwal
2024-06-24Merge tag 'pull-maintainer-june24-240624-1' of https://gitlab.com/stsquad/qem...Richard Henderson
2024-06-24gdbstub: move enums into separate headerAlex Bennée
2024-06-24target/s390x: Add a CONFIG switch to disable legacy CPUsThomas Huth
2024-06-24target/s390x/arch_dump: use correct byte order for pidOmar Sandoval
2024-06-19Merge tag 'pull-tcg-20240619' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-06-19target/sparc: use signed denominator in sdiv helperClément Chigot
2024-06-19target/s390x: Use s390_skeys_get|set() helperPhilippe Mathieu-Daudé
2024-06-19target/i386: Remove X86CPU::kvm_no_smi_migration fieldPhilippe Mathieu-Daudé
2024-06-19target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h'Philippe Mathieu-Daudé
2024-06-17target/i386: SEV: do not assume machine->cgs is SEVPaolo Bonzini
2024-06-17target/i386: convert CMPXCHG to new decoderPaolo Bonzini
2024-06-17target/i386: convert XADD to new decoderPaolo Bonzini
2024-06-17target/i386: convert LZCNT/TZCNT/BSF/BSR/POPCNT to new decoderPaolo Bonzini
2024-06-17target/i386: convert SHLD/SHRD to new decoderPaolo Bonzini
2024-06-17target/i386: adapt gen_shift_count for SHLD/SHRDPaolo Bonzini
2024-06-17target/i386: pull load/writeback out of gen_shiftd_rm_T1Paolo Bonzini
2024-06-17target/i386: convert non-grouped, helper-based 2-byte opcodesPaolo Bonzini
2024-06-17target/i386: split X86_CHECK_prot into PE and VM86 checksPaolo Bonzini
2024-06-17target/i386: finish converting 0F AE to the new decoderPaolo Bonzini
2024-06-17target/i386: fix bad sorting of entries in the 0F tablePaolo Bonzini
2024-06-17target/i386: replace read_crN helper with read_cr8Paolo Bonzini
2024-06-17target/i386: convert MOV from/to CR and DR to new decoderPaolo Bonzini
2024-06-11target/i386: fix processing of intercept 0 (read CR0)Paolo Bonzini
2024-06-11target/i386: replace NoSeg special with NoLoadEAPaolo Bonzini
2024-06-11target/i386: change X86_ENTRYwr to use T0, use it for movesPaolo Bonzini
2024-06-11target/i386: change X86_ENTRYr to use T0Paolo Bonzini
2024-06-11target/i386: put BLS* input in T1, use generic flag writebackPaolo Bonzini