aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-04-22target/riscv: cpu: Add a config option for native debugBin Meng2-1/+8
2022-04-22target/riscv: debug: Implement debug related TCGCPUOpsBin Meng3-0/+82
2022-04-22hw/intc: Make RISC-V ACLINT mtime MMIO register writableFrank Chang2-6/+6
2022-04-22target/riscv/pmp: fix NAPOT range computation overflowNicolas Pitre1-11/+3
2022-04-22target/riscv: Use cpu_loop_exit_restore directly from mmu faultsRichard Henderson1-3/+3
2022-04-22target/riscv: fix start byte for vmv<nf>r.v when vstart != 0Weiwei Li1-3/+5
2022-04-22target/riscv: Add isa extenstion strings to the device treeAtish Patra1-0/+60
2022-04-22target/riscv: misa to ISA string conversion fixTsukasa OI1-5/+5
2022-04-22target/riscv: optimize helper for vmv<nr>r.vWeiwei Li3-33/+18
2022-04-22target/riscv: optimize condition assign for scale < 0Weiwei Li1-5/+3
2022-04-22target/riscv: Add initial support for the Sdtrig extensionBin Meng4-0/+453
2022-04-22target/riscv: Allow software access to MIP SEIPAlistair Francis3-3/+23
2022-04-22target/riscv: cpu: Fixup indentationAlistair Francis1-10/+10
2022-04-22target/riscv: Enable privileged spec version 1.12Atish Patra2-3/+10
2022-04-22target/riscv: Add *envcfg* CSRs supportAtish Patra4-0/+174
2022-04-22target/riscv: Add support for mconfigptrAtish Patra2-0/+3
2022-04-22target/riscv: Introduce privilege version field in the CSR ops.Atish Patra2-35/+70
2022-04-22target/riscv: Add the privileged spec version 1.12.0Atish Patra1-0/+1
2022-04-22target/riscv: Define simpler privileged spec version numberingAtish Patra1-2/+5
2022-04-21Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson34-149/+160
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau34-149/+160
2022-04-20Merge tag 'pull-ppc-20220420-2' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson7-2/+70
2022-04-20Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson3-3/+0
2022-04-20target/ppc: Add two missing register callbacks on POWER10Frederic Barrat1-0/+2
2022-04-20target/ppc: implement xscvqp[su]qzMatheus Ferst4-0/+27
2022-04-20target/ppc: implement xscv[su]qqpMatheus Ferst4-0/+39
2022-04-20target/ppc: Improve KVM hypercall traceFabiano Rosas2-2/+2
2022-04-20Merge tag 'pull-log-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson22-88/+99
2022-04-20Don't include sysemu/tcg.h if it is not necessaryThomas Huth3-3/+0
2022-04-20target/nios2: Remove log_cpu_state from resetRichard Henderson1-5/+0
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-20target/i386: fix byte swap issue with XMM register accessAlex Bennée1-2/+2
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