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