aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-04hw/xen: Constify xenstore_be::XenDevOpsPhilippe Mathieu-Daudé2-4/+4
2024-06-04hw/xen: Constify XenLegacyDevice::XenDevOpsPhilippe Mathieu-Daudé2-2/+2
2024-06-04physmem: Replace check for RAMBlock offset 0 with xen_mr_is_memoryEdgar E. Iglesias1-1/+1
2024-06-04physmem: Always pass offset + addr to xen_map_cacheEdgar E. Iglesias1-1/+2
2024-06-04xen: Add xen_mr_is_memory()Edgar E. Iglesias2-2/+9
2024-06-04core/cpu-common: initialise plugin state before thread creationAlex Bennée1-8/+12
2024-06-04plugins: remove special casing for cpu->realizedAlex Bennée1-5/+1
2024-06-04cpu-target: don't set cpu->thread_id to bogus valueAlex Bennée1-1/+0
2024-06-04cpu: move Qemu[Thread|Cond] setup into common codeAlex Bennée9-27/+16
2024-06-04hw/core: expand on the alignment of CPUStateAlex Bennée1-4/+10
2024-06-04accel/kvm: Fix two lines with hard-coded tabsPeter Maydell1-2/+2
2024-06-04accel/tcg: Move common declarations to 'internal-common.h'Philippe Mathieu-Daudé3-15/+16
2024-06-04system/runstate: Remove unused 'qemu/plugin.h' headerPhilippe Mathieu-Daudé1-1/+0
2024-06-04MAINTAINERS: drop usb maintainershipGerd Hoffmann1-3/+1
2024-06-04util/hexdump: Remove ascii parameter from qemu_hexdump_lineRichard Henderson3-25/+32
2024-06-04util/hexdump: Remove b parameter from qemu_hexdump_lineRichard Henderson4-11/+10
2024-06-04disas/microblaze: Replace sprintf() by snprintf()Philippe Mathieu-Daudé1-9/+16
2024-06-04disas/m68k: Replace sprintf() by snprintf()Philippe Mathieu-Daudé1-1/+1
2024-06-04target/i386/kvm: Improve KVM_EXIT_NOTIFY warningsRichard Henderson1-6/+5
2024-06-04target/arm: Replace sprintf() by snprintf()Philippe Mathieu-Daudé1-2/+2
2024-06-04target/mips: Remove unused 'hw/misc/mips_itu.h' headerPhilippe Mathieu-Daudé1-1/+0
2024-06-04target/riscv: Restrict riscv_cpu_do_interrupt() to sysemuPhilippe Mathieu-Daudé2-7/+5
2024-06-04target/riscv: Restrict 'rv128' machine to TCG acceleratorPhilippe Mathieu-Daudé1-2/+8
2024-06-04target/riscv: Remove unused 'instmap.h' header in translate.cPhilippe Mathieu-Daudé1-1/+0
2024-06-03Merge tag 'pull-ufs-20240603' of https://gitlab.com/jeuk20.kim/qemu into stagingRichard Henderson4-22/+699
2024-06-03hw/ufs: Add support MCQ of UFSHCI 4.0Minwoo Im4-20/+593
2024-06-03hw/ufs: Update MCQ-related fields to block/ufs.hMinwoo Im1-2/+106
2024-05-31Merge tag 'pull-target-arm-20240531' of https://git.linaro.org/people/pmaydel...Richard Henderson33-1532/+2034
2024-05-31hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUTDavid Hubbard2-0/+6
2024-05-30target/arm: Implement FEAT WFxT and enable for '-cpu max'Peter Maydell12-2/+180
2024-05-30accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to haltPeter Maydell4-6/+21
2024-05-30docs/system/target-arm: Re-alphabetize board listPeter Maydell1-3/+3
2024-05-30target/arm: Disable SVE extensions when SVE is disabledMarcin Juszkiewicz1-1/+5
2024-05-30target/arm: Convert FCSEL to decodetreeRichard Henderson2-63/+49
2024-05-30target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB to decodetreeRichard Henderson2-148/+93
2024-05-30target/arm: Convert SQDMULH, SQRDMULH to decodetreeRichard Henderson4-196/+172
2024-05-30target/arm: Tidy SQDMULH, SQRDMULH (vector)Richard Henderson4-39/+31
2024-05-30target/arm: Convert MLA, MLS to decodetreeRichard Henderson2-54/+31
2024-05-30target/arm: Convert MUL, PMUL to decodetreeRichard Henderson2-31/+25
2024-05-30target/arm: Convert SABA, SABD, UABA, UABD to decodetreeRichard Henderson2-16/+10
2024-05-30target/arm: Convert SMAX, SMIN, UMAX, UMIN to decodetreeRichard Henderson2-16/+10
2024-05-30target/arm: Convert SRHADD, URHADD to decodetreeRichard Henderson2-8/+5
2024-05-30target/arm: Convert SRHADD, URHADD to gvecRichard Henderson6-98/+158
2024-05-30target/arm: Convert SHSUB, UHSUB to decodetreeRichard Henderson2-8/+5
2024-05-30target/arm: Convert SHSUB, UHSUB to gvecRichard Henderson6-45/+157
2024-05-30target/arm: Convert SHADD, UHADD to decodetreeRichard Henderson2-8/+5
2024-05-30target/arm: Convert SHADD, UHADD to gvecRichard Henderson6-45/+158
2024-05-30target/arm: Use TCG_COND_TSTNE in gen_cmtst_vecRichard Henderson1-3/+1
2024-05-30target/arm: Use TCG_COND_TSTNE in gen_cmtst_{i32, i64}Richard Henderson1-4/+2
2024-05-30target/arm: Convert CMGT, CMHI, CMGE, CMHS, CMTST, CMEQ to decodetreeRichard Henderson2-84/+60