aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-04hw/misc/debugexit: use runstate API instead of plain exit()Thomas Weißschuh
2024-06-04hw/xen: Register framebuffer backend via xen_backend_init()Philippe Mathieu-Daudé
2024-06-04hw/xen: Make XenDevOps structures constPhilippe Mathieu-Daudé
2024-06-04hw/xen: Constify xenstore_be::XenDevOpsPhilippe Mathieu-Daudé
2024-06-04hw/xen: Constify XenLegacyDevice::XenDevOpsPhilippe Mathieu-Daudé
2024-06-04physmem: Replace check for RAMBlock offset 0 with xen_mr_is_memoryEdgar E. Iglesias
2024-06-04physmem: Always pass offset + addr to xen_map_cacheEdgar E. Iglesias
2024-06-04xen: Add xen_mr_is_memory()Edgar E. Iglesias
2024-06-04core/cpu-common: initialise plugin state before thread creationAlex Bennée
2024-06-04plugins: remove special casing for cpu->realizedAlex Bennée
2024-06-04cpu-target: don't set cpu->thread_id to bogus valueAlex Bennée
2024-06-04cpu: move Qemu[Thread|Cond] setup into common codeAlex Bennée
2024-06-04hw/core: expand on the alignment of CPUStateAlex Bennée
2024-06-04accel/kvm: Fix two lines with hard-coded tabsPeter Maydell
2024-06-04accel/tcg: Move common declarations to 'internal-common.h'Philippe Mathieu-Daudé
2024-06-04system/runstate: Remove unused 'qemu/plugin.h' headerPhilippe Mathieu-Daudé
2024-06-04MAINTAINERS: drop usb maintainershipGerd Hoffmann
2024-06-04util/hexdump: Remove ascii parameter from qemu_hexdump_lineRichard Henderson
2024-06-04util/hexdump: Remove b parameter from qemu_hexdump_lineRichard Henderson
2024-06-04disas/microblaze: Replace sprintf() by snprintf()Philippe Mathieu-Daudé
2024-06-04disas/m68k: Replace sprintf() by snprintf()Philippe Mathieu-Daudé
2024-06-04target/i386/kvm: Improve KVM_EXIT_NOTIFY warningsRichard Henderson
2024-06-04target/arm: Replace sprintf() by snprintf()Philippe Mathieu-Daudé
2024-06-04target/mips: Remove unused 'hw/misc/mips_itu.h' headerPhilippe Mathieu-Daudé
2024-06-04target/riscv: Restrict riscv_cpu_do_interrupt() to sysemuPhilippe Mathieu-Daudé
2024-06-04target/riscv: Restrict 'rv128' machine to TCG acceleratorPhilippe Mathieu-Daudé
2024-06-04target/riscv: Remove unused 'instmap.h' header in translate.cPhilippe Mathieu-Daudé
2024-06-03Merge tag 'pull-ufs-20240603' of https://gitlab.com/jeuk20.kim/qemu into stagingRichard Henderson
2024-06-03hw/ufs: Add support MCQ of UFSHCI 4.0Minwoo Im
2024-06-03hw/ufs: Update MCQ-related fields to block/ufs.hMinwoo Im
2024-05-31Merge tag 'pull-target-arm-20240531' of https://git.linaro.org/people/pmaydel...Richard Henderson
2024-05-31hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUTDavid Hubbard
2024-05-30target/arm: Implement FEAT WFxT and enable for '-cpu max'Peter Maydell
2024-05-30accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to haltPeter Maydell
2024-05-30docs/system/target-arm: Re-alphabetize board listPeter Maydell
2024-05-30target/arm: Disable SVE extensions when SVE is disabledMarcin Juszkiewicz
2024-05-30target/arm: Convert FCSEL to decodetreeRichard Henderson
2024-05-30target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB to decodetreeRichard Henderson
2024-05-30target/arm: Convert SQDMULH, SQRDMULH to decodetreeRichard Henderson
2024-05-30target/arm: Tidy SQDMULH, SQRDMULH (vector)Richard Henderson
2024-05-30target/arm: Convert MLA, MLS to decodetreeRichard Henderson
2024-05-30target/arm: Convert MUL, PMUL to decodetreeRichard Henderson
2024-05-30target/arm: Convert SABA, SABD, UABA, UABD to decodetreeRichard Henderson
2024-05-30target/arm: Convert SMAX, SMIN, UMAX, UMIN to decodetreeRichard Henderson
2024-05-30target/arm: Convert SRHADD, URHADD to decodetreeRichard Henderson
2024-05-30target/arm: Convert SRHADD, URHADD to gvecRichard Henderson
2024-05-30target/arm: Convert SHSUB, UHSUB to decodetreeRichard Henderson
2024-05-30target/arm: Convert SHSUB, UHSUB to gvecRichard Henderson
2024-05-30target/arm: Convert SHADD, UHADD to decodetreeRichard Henderson
2024-05-30target/arm: Convert SHADD, UHADD to gvecRichard Henderson