index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
Age
Commit message (
Expand
)
Author
2023-11-05
target/sparc: Check for invalid cond in gen_compare_reg
Richard Henderson
2023-11-05
target/sparc: Implement UDIV inline
Richard Henderson
2023-11-05
target/sparc: Implement UDIVX and SDIVX inline
Richard Henderson
2023-11-05
target/sparc: Discard cpu_cond at the end of each insn
Richard Henderson
2023-11-05
target/sparc: Record entire jump condition in DisasContext
Richard Henderson
2023-11-05
target/sparc: Merge gen_op_next_insn into only caller
Richard Henderson
2023-11-05
target/sparc: Pass displacement to advance_jump_cond
Richard Henderson
2023-11-05
target/sparc: Merge advance_jump_uncond_{never,always} into advance_jump_cond
Richard Henderson
2023-11-05
target/sparc: Merge gen_branch2 into advance_pc
Richard Henderson
2023-11-05
target/sparc: Do flush_cond in advance_jump_cond
Richard Henderson
2023-11-05
target/sparc: Always copy conditions into a new temporary
Richard Henderson
2023-11-05
target/sparc: Change DisasCompare.c2 to int
Richard Henderson
2023-11-05
target/sparc: Remove DisasCompare.is_bool
Richard Henderson
2023-11-05
target/sparc: Remove CC_OP leftovers
Richard Henderson
2023-11-05
target/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTV
Richard Henderson
2023-11-05
target/sparc: Remove CC_OP_SUB, CC_OP_SUBX, CC_OP_TSUB
Richard Henderson
2023-11-05
target/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADD
Richard Henderson
2023-11-05
target/sparc: Remove CC_OP_DIV
Richard Henderson
2023-11-05
target/sparc: Remove CC_OP_LOGIC
Richard Henderson
2023-11-05
target/sparc: Split psr and xcc into components
Richard Henderson
2023-11-05
target/sparc: Introduce cpu_put_psr_icc
Richard Henderson
2023-11-02
target/arm: Correctly propagate stage 1 BTI guarded bit in a two-stage walk
Peter Maydell
2023-11-02
target/arm: Fix SVE STR increment
Richard Henderson
2023-11-02
target/arm: Make FEAT_MOPS SET* insns handle Xs == XZR correctly
Peter Maydell
2023-11-02
target/arm: Enable FEAT_MOPS insns in user-mode emulation
Peter Maydell
2023-11-02
linux-user/elfload: Add missing arm64 hwcap values
Marielle Novastrider
2023-10-31
Merge tag 'pull-target-arm-20231027' of https://git-us.linaro.org/people/pmay...
Stefan Hajnoczi
2023-10-30
Merge tag 'pull-hex-20231018' of https://github.com/quic/qemu into staging
Stefan Hajnoczi
2023-10-27
target/arm: Fix syndrome for FGT traps on ERET
Peter Maydell
2023-10-27
target/arm: Move ID_AA64DFR* feature tests together
Peter Maydell
2023-10-27
target/arm: Move ID_AA64PFR* tests together
Peter Maydell
2023-10-27
target/arm: Move ID_AA64ISAR* test functions together
Peter Maydell
2023-10-27
target/arm: Move ID_AA64MMFR0 tests up to before MMFR1 and MMFR2
Peter Maydell
2023-10-27
target/arm: Move ID_AA64MMFR1 and ID_AA64MMFR2 tests together
Peter Maydell
2023-10-27
target/arm: Move feature test functions to their own header
Peter Maydell
2023-10-27
target/arm: Implement Neoverse N2 CPU model
Peter Maydell
2023-10-27
target/arm: Correct minor errors in Cortex-A710 definition
Peter Maydell
2023-10-27
Merge tag 'pull-sp-20231025' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2023-10-25
kvm: i8254: require KVM_CAP_PIT2 and KVM_CAP_PIT_STATE2
Paolo Bonzini
2023-10-25
kvm: i386: require KVM_CAP_SET_IDENTITY_MAP_ADDR
Paolo Bonzini
2023-10-25
kvm: i386: require KVM_CAP_ADJUST_CLOCK
Paolo Bonzini
2023-10-25
kvm: i386: require KVM_CAP_MCE
Paolo Bonzini
2023-10-25
kvm: i386: require KVM_CAP_SET_VCPU_EVENTS and KVM_CAP_X86_ROBUST_SINGLESTEP
Paolo Bonzini
2023-10-25
kvm: i386: require KVM_CAP_XSAVE
Paolo Bonzini
2023-10-25
kvm: i386: require KVM_CAP_DEBUGREGS
Paolo Bonzini
2023-10-25
kvm: i386: move KVM_CAP_IRQ_ROUTING detection to kvm_arch_required_capabilities
Paolo Bonzini
2023-10-25
kvm: require KVM_IRQFD for kernel irqchip
Paolo Bonzini
2023-10-25
kvm: require KVM_CAP_SIGNAL_MSI
Paolo Bonzini
2023-10-25
target/i386: check CPUID_PAE to determine 36 bit processor address space
Ani Sinha
2023-10-25
target/i386: validate VEX.W for AVX instructions
Paolo Bonzini
[next]