aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-04-20exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson21-70/+90
2022-04-20*: Use fprintf between qemu_log_trylock/unlockRichard Henderson1-6/+8
2022-04-20util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson1-1/+1
2022-04-20target/hexagon: Remove qemu_set_log in hexagon_translate_initRichard Henderson1-6/+0
2022-04-13target/i386: Remove unused XMMReg, YMMReg types and CPUState fieldsPeter Maydell1-18/+0
2022-04-13target/i386: do not access beyond the low 128 bits of SSE registersPaolo Bonzini1-28/+47
2022-04-06hw: hyperv: Initial commit for Synthetic Debugging deviceJon Doron1-0/+6
2022-04-06hyperv: Add support to process syndbg commandsJon Doron5-8/+135
2022-04-06hyperv: Add definitions for syndbgJon Doron1-0/+37
2022-04-06whpx: Added support for breakpoints and steppingIvan Shcherbakov4-14/+788
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau34-34/+0
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau15-2/+15
2022-04-06include: move target page bits declaration to page-vary.hMarc-André Lureau1-1/+1
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau4-14/+14
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau11-22/+22
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau32-79/+79
2022-04-06Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau2-25/+20
2022-04-06qapi, target/i386/sev: Add cpu0-id to query-sev-capabilitiesDov Murik1-1/+41
2022-04-02Merge tag 'pull-request-2022-04-01' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-4/+4
2022-04-01Merge tag 'pull-target-arm-20220401' of https://git.linaro.org/people/pmaydel...Peter Maydell3-5/+22
2022-04-01Merge tag 'pull-riscv-to-apply-20220401' of github.com:alistair23/qemu into s...Peter Maydell2-6/+13
2022-04-01target/arm: Don't use DISAS_NORETURN in STXP !HAVE_CMPXCHG128 codegenPeter Maydell1-1/+6
2022-04-01target/arm: Determine final stage 2 output PA space based on original IPAIdan Horowitz1-3/+5
2022-04-01target/arm: Take VSTCR.SW, VTCR.NSW into account in final stage 2 walkIdan Horowitz1-0/+10
2022-04-01target/arm: Check VSTCR.SW when assigning the stage 2 output PA spaceIdan Horowitz1-1/+1
2022-04-01target/arm: Fix MTE access checks for disabled SEL2Idan Horowitz2-2/+2
2022-04-01target/s390x: Fix determination of overflow condition code after subtractionBruno Haible1-2/+2
2022-04-01target/s390x: Fix determination of overflow condition code after additionBruno Haible1-2/+2
2022-04-01target/riscv: rvv: Add missing early exit condition for whole register load/s...Yueh-Ting (eop) Chen1-0/+5
2022-04-01target/riscv: Avoid leaking "no translation" TLB entriesPalmer Dabbelt1-6/+8
2022-03-31target/sh4: Remove old README.sh4 fileThomas Huth1-150/+0
2022-03-29target/mips: Fix address space range declaration on n32WANG Xuerui1-1/+1
2022-03-26target/ppc: fix helper_xvmadd* argument orderMatheus Ferst1-10/+10
2022-03-25target/arm: Fix sve_ld1_z and sve_st1_z vs MMIORichard Henderson1-2/+8
2022-03-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell5-15/+35
2022-03-24target/i386: properly reset TSC on resetPaolo Bonzini2-1/+14
2022-03-24target/i386: tcg: high bits SSE cmp operation must be ignoredPaolo Bonzini1-4/+2
2022-03-23KVM: x86: workaround invalid CPUID[0xD,9] info on some AMD processorsPaolo Bonzini3-9/+16
2022-03-23i386: Set MCG_STATUS_RIPV bit for mce SRAR errorluofei1-1/+1
2022-03-23target/i386/kvm: Free xsave_buf when destroying vCPUPhilippe Mathieu-Daudé1-0/+2
2022-03-23target/i386: force maximum rounding precision for fildl[l]Alex Bennée1-0/+13
2022-03-22m68k/nios2-semi: fix gettimeofday() result checkMarc-André Lureau2-2/+2
2022-03-21Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-4/+13
2022-03-21Merge tag 'pull-misc-2022-03-21' of git://repo.or.cz/qemu/armbru into stagingPeter Maydell6-9/+9
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster6-9/+9
2022-03-20target/ppc: Replicate Double->Single-Precision resultLucas Coutinho1-4/+44
2022-03-20target/ppc: Replicate double->int32 result for some vector insnsRichard Henderson1-6/+39
2022-03-20target/i386: kvm: do not access uninitialized variable on older kernelsPaolo Bonzini1-4/+13
2022-03-18target/arm: Make rvbar settable after realizeEdgar E. Iglesias3-9/+16
2022-03-18target/arm: Log fault address for M-profile faultsPeter Maydell1-0/+6