Age | Commit message (Expand) | Author |
2022-04-20 | Don't include sysemu/tcg.h if it is not necessary | Thomas Huth |
2022-04-20 | target/i386: fix byte swap issue with XMM register access | Alex Bennée |
2022-04-13 | target/i386: Remove unused XMMReg, YMMReg types and CPUState fields | Peter Maydell |
2022-04-13 | target/i386: do not access beyond the low 128 bits of SSE registers | Paolo Bonzini |
2022-04-06 | hw: hyperv: Initial commit for Synthetic Debugging device | Jon Doron |
2022-04-06 | hyperv: Add support to process syndbg commands | Jon Doron |
2022-04-06 | hyperv: Add definitions for syndbg | Jon Doron |
2022-04-06 | whpx: Added support for breakpoints and stepping | Ivan Shcherbakov |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau |
2022-04-06 | Move CPU softfloat unions to cpu-float.h | Marc-André Lureau |
2022-04-06 | include: move target page bits declaration to page-vary.h | Marc-André Lureau |
2022-04-06 | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau |
2022-04-06 | Replace TARGET_WORDS_BIGENDIAN | Marc-André Lureau |
2022-04-06 | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau |
2022-04-06 | Replace qemu_gettimeofday() with g_get_real_time() | Marc-André Lureau |
2022-04-06 | qapi, target/i386/sev: Add cpu0-id to query-sev-capabilities | Dov Murik |
2022-04-02 | Merge tag 'pull-request-2022-04-01' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell |
2022-04-01 | Merge tag 'pull-target-arm-20220401' of https://git.linaro.org/people/pmaydel... | Peter Maydell |
2022-04-01 | Merge tag 'pull-riscv-to-apply-20220401' of github.com:alistair23/qemu into s... | Peter Maydell |
2022-04-01 | target/arm: Don't use DISAS_NORETURN in STXP !HAVE_CMPXCHG128 codegen | Peter Maydell |
2022-04-01 | target/arm: Determine final stage 2 output PA space based on original IPA | Idan Horowitz |
2022-04-01 | target/arm: Take VSTCR.SW, VTCR.NSW into account in final stage 2 walk | Idan Horowitz |
2022-04-01 | target/arm: Check VSTCR.SW when assigning the stage 2 output PA space | Idan Horowitz |
2022-04-01 | target/arm: Fix MTE access checks for disabled SEL2 | Idan Horowitz |
2022-04-01 | target/s390x: Fix determination of overflow condition code after subtraction | Bruno Haible |
2022-04-01 | target/s390x: Fix determination of overflow condition code after addition | Bruno Haible |
2022-04-01 | target/riscv: rvv: Add missing early exit condition for whole register load/s... | Yueh-Ting (eop) Chen |
2022-04-01 | target/riscv: Avoid leaking "no translation" TLB entries | Palmer Dabbelt |
2022-03-31 | target/sh4: Remove old README.sh4 file | Thomas Huth |
2022-03-29 | target/mips: Fix address space range declaration on n32 | WANG Xuerui |
2022-03-26 | target/ppc: fix helper_xvmadd* argument order | Matheus Ferst |
2022-03-25 | target/arm: Fix sve_ld1_z and sve_st1_z vs MMIO | Richard Henderson |
2022-03-25 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell |
2022-03-24 | target/i386: properly reset TSC on reset | Paolo Bonzini |
2022-03-24 | target/i386: tcg: high bits SSE cmp operation must be ignored | Paolo Bonzini |
2022-03-23 | KVM: x86: workaround invalid CPUID[0xD,9] info on some AMD processors | Paolo Bonzini |
2022-03-23 | i386: Set MCG_STATUS_RIPV bit for mce SRAR error | luofei |
2022-03-23 | target/i386/kvm: Free xsave_buf when destroying vCPU | Philippe Mathieu-Daudé |
2022-03-23 | target/i386: force maximum rounding precision for fildl[l] | Alex Bennée |
2022-03-22 | m68k/nios2-semi: fix gettimeofday() result check | Marc-André Lureau |
2022-03-21 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell |
2022-03-21 | Merge tag 'pull-misc-2022-03-21' of git://repo.or.cz/qemu/armbru into staging | Peter Maydell |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2022-03-20 | target/ppc: Replicate Double->Single-Precision result | Lucas Coutinho |
2022-03-20 | target/ppc: Replicate double->int32 result for some vector insns | Richard Henderson |
2022-03-20 | target/i386: kvm: do not access uninitialized variable on older kernels | Paolo Bonzini |
2022-03-18 | target/arm: Make rvbar settable after realize | Edgar E. Iglesias |
2022-03-18 | target/arm: Log fault address for M-profile faults | Peter Maydell |
2022-03-18 | target/arm: Log M-profile vector table accesses | Peter Maydell |
2022-03-18 | target/arm: Fix handling of LPAE block descriptors | Peter Maydell |