summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-2134-149/+160
* Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-04-213-3/+0Star
|\
| * Don't include sysemu/tcg.h if it is not necessaryThomas Huth2022-04-203-3/+0Star
* | Merge tag 'pull-log-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-04-2022-88/+99
|\ \ | |/ |/|
| * target/nios2: Remove log_cpu_state from resetRichard Henderson2022-04-201-5/+0Star
| * exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson2022-04-2021-70/+90
| * *: Use fprintf between qemu_log_trylock/unlockRichard Henderson2022-04-201-6/+8
| * util/log: Rename qemu_log_lock to qemu_log_trylockRichard Henderson2022-04-201-1/+1
| * target/hexagon: Remove qemu_set_log in hexagon_translate_initRichard Henderson2022-04-201-6/+0Star
* | target/i386: fix byte swap issue with XMM register accessAlex Bennée2022-04-201-2/+2
|/
* target/i386: Remove unused XMMReg, YMMReg types and CPUState fieldsPeter Maydell2022-04-131-18/+0Star
* target/i386: do not access beyond the low 128 bits of SSE registersPaolo Bonzini2022-04-131-28/+47
* hw: hyperv: Initial commit for Synthetic Debugging deviceJon Doron2022-04-061-0/+6
* hyperv: Add support to process syndbg commandsJon Doron2022-04-065-8/+135
* hyperv: Add definitions for syndbgJon Doron2022-04-061-0/+37
* whpx: Added support for breakpoints and steppingIvan Shcherbakov2022-04-064-14/+788
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-0634-34/+0Star
* Move CPU softfloat unions to cpu-float.hMarc-André Lureau2022-04-0615-2/+15
* include: move target page bits declaration to page-vary.hMarc-André Lureau2022-04-061-1/+1
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-064-14/+14
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-0611-22/+22
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-0632-79/+79
* Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau2022-04-062-25/+20Star
* qapi, target/i386/sev: Add cpu0-id to query-sev-capabilitiesDov Murik2022-04-061-1/+41
* Merge tag 'pull-request-2022-04-01' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2022-04-021-4/+4
|\
| * target/s390x: Fix determination of overflow condition code after subtractionBruno Haible2022-04-011-2/+2
| * target/s390x: Fix determination of overflow condition code after additionBruno Haible2022-04-011-2/+2
* | Merge tag 'pull-target-arm-20220401' of https://git.linaro.org/people/pmaydel...Peter Maydell2022-04-013-5/+22
|\ \
| * | target/arm: Don't use DISAS_NORETURN in STXP !HAVE_CMPXCHG128 codegenPeter Maydell2022-04-011-1/+6
| * | target/arm: Determine final stage 2 output PA space based on original IPAIdan Horowitz2022-04-011-3/+5
| * | target/arm: Take VSTCR.SW, VTCR.NSW into account in final stage 2 walkIdan Horowitz2022-04-011-0/+10
| * | target/arm: Check VSTCR.SW when assigning the stage 2 output PA spaceIdan Horowitz2022-04-011-1/+1
| * | target/arm: Fix MTE access checks for disabled SEL2Idan Horowitz2022-04-012-2/+2
| |/
* | Merge tag 'pull-riscv-to-apply-20220401' of github.com:alistair23/qemu into s...Peter Maydell2022-04-012-6/+13
|\ \ | |/ |/|
| * target/riscv: rvv: Add missing early exit condition for whole register load/s...Yueh-Ting (eop) Chen2022-04-011-0/+5
| * target/riscv: Avoid leaking "no translation" TLB entriesPalmer Dabbelt2022-04-011-6/+8
* | target/sh4: Remove old README.sh4 fileThomas Huth2022-03-311-150/+0Star
|/
* target/mips: Fix address space range declaration on n32WANG Xuerui2022-03-291-1/+1
* target/ppc: fix helper_xvmadd* argument orderMatheus Ferst2022-03-261-10/+10
* target/arm: Fix sve_ld1_z and sve_st1_z vs MMIORichard Henderson2022-03-251-2/+8
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2022-03-255-15/+35
|\
| * target/i386: properly reset TSC on resetPaolo Bonzini2022-03-242-1/+14
| * target/i386: tcg: high bits SSE cmp operation must be ignoredPaolo Bonzini2022-03-241-4/+2Star
| * KVM: x86: workaround invalid CPUID[0xD,9] info on some AMD processorsPaolo Bonzini2022-03-233-9/+16
| * i386: Set MCG_STATUS_RIPV bit for mce SRAR errorluofei2022-03-231-1/+1
| * target/i386/kvm: Free xsave_buf when destroying vCPUPhilippe Mathieu-Daudé2022-03-231-0/+2
* | target/i386: force maximum rounding precision for fildl[l]Alex Bennée2022-03-231-0/+13
|/
* m68k/nios2-semi: fix gettimeofday() result checkMarc-André Lureau2022-03-222-2/+2
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2022-03-211-4/+13
|\
| * target/i386: kvm: do not access uninitialized variable on older kernelsPaolo Bonzini2022-03-201-4/+13