qemu.git
2025-03-06 Philippe Mathieu... target/sparc: Constify SPARCCPUClass::cpu_def
2025-03-06 Philippe Mathieu... target/i386: Constify X86CPUModel uses
2025-03-06 Philippe Mathieu... disas: Remove target_words_bigendian() call in initiali...
2025-03-06 Philippe Mathieu... target/xtensa: Set disassemble_info::endian value in...
2025-03-06 Philippe Mathieu... target/sh4: Set disassemble_info::endian value in disas...
2025-03-06 Philippe Mathieu... target/riscv: Set disassemble_info::endian value in...
2025-03-06 Philippe Mathieu... target/ppc: Set disassemble_info::endian value in disas...
2025-03-06 Philippe Mathieu... target/mips: Set disassemble_info::endian value in...
2025-03-06 Philippe Mathieu... target/microblaze: Set disassemble_info::endian value...
2025-03-06 Philippe Mathieu... target/arm: Set disassemble_info::endian value in disas...
2025-03-06 Philippe Mathieu... target: Set disassemble_info::endian value for big...
2025-03-06 Philippe Mathieu... target: Set disassemble_info::endian value for little...
2025-03-06 Denis Rastyogintarget/mips: Fix possible MSA int overflow
2025-03-06 Philippe Mathieu... target/tricore: Ensure not being build on user emulation
2025-03-06 Philippe Mathieu... target/rx: Ensure not being build on user emulation
2025-03-06 Philippe Mathieu... target/hexagon: Ensure not being build on system emulation
2025-03-06 Philippe Mathieu... target/openrisc: Call cpu_openrisc_clock_init() in...
2025-03-06 Phil Dennis... target/i386/hvf: Variable type fixup in decoder
2025-03-06 Philippe Mathieu... target/microblaze: Consider endianness while translatin...
2025-03-06 Philippe Mathieu... target/microblaze: Introduce mo_endian() helper
2025-03-06 Philippe Mathieu... target/microblaze: Set MO_TE once in do_load() / do_store()
2025-03-06 Philippe Mathieu... target/microblaze: Explode MO_TExx -> MO_TE | MO_xx
2025-03-06 Philippe Mathieu... hw/core/generic-loader: Do not open-code cpu_set_pc()
2025-03-06 Philippe Mathieu... cpus: Restrict cpu_get_memory_mapping() to system emulation
2025-03-06 Philippe Mathieu... cpus: Have cpu_exec_initfn() per user / system emulation
2025-03-06 Philippe Mathieu... cpus: Have cpu_class_init_props() per user / system...
2025-03-06 Philippe Mathieu... cpus: Restrict cpu_common_post_load() code to TCG
2025-03-06 Philippe Mathieu... cpus: Fix style in cpu-target.c
2025-03-06 Philippe Mathieu... accel/kvm: Remove unused 'system/cpus.h' header in...
2025-03-06 Philippe Mathieu... accel/tcg: Move cpu_memory_rw_debug() user implementati...
2025-03-06 Philippe Mathieu... accel/tcg: Avoid using lock_user() in cpu_memory_rw_debug()
2025-03-06 Philippe Mathieu... accel/tcg: Take mmap lock in the whole cpu_memory_rw_de...
2025-03-06 Philippe Mathieu... accel/tcg: Include missing bswap headers in user-exec.c
2025-03-06 Philippe Mathieu... accel/accel-cpu-target.h: Include missing 'cpu.h' header
2025-03-06 Philippe Mathieu... accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h'
2025-03-06 Philippe Mathieu... accel: Rename 'hw/core/accel-cpu.h' -> 'accel/accel...
2025-03-06 Philippe Mathieu... accel/tcg: Rename 'hw/core/tcg-cpu-ops.h' -> 'accel...
2025-03-06 Philippe Mathieu... accel/tcg: Restrict 'icount_align_option' global to TCG
2025-03-06 Philippe Mathieu... accel/tcg: Restrict tlb_init() / destroy() to TCG
2025-03-06 Philippe Mathieu... accel/tcg: Build tcg_flags helpers as common code
2025-03-06 Philippe Mathieu... accel/tcg: Remove pointless initialization of cflags_ne...
2025-03-06 Philippe Mathieu... accel/accel: Make TYPE_ACCEL abstract
2025-03-06 Philippe Mathieu... cpus: Keep default fields initialization in cpu_common_...
2025-03-06 Philippe Mathieu... cpus: Cache CPUClass early in instance_init() handler
2025-03-06 Philippe Mathieu... gdbstub: Check for TCG before calling tb_flush()
2025-03-06 Philippe Mathieu... gdbstub: Clarify no more than @gdb_num_core_regs can...
2025-03-06 Philippe Mathieu... qemu/compiler: Absorb 'clang-tsa.h'
2025-03-05 Stefan HajnocziMerge tag 'ui-pull-request' of https://gitlab.com/marca...
2025-03-05 Stefan HajnocziMerge tag 'pull-loongarch-20250305' of https://gitlab...
2025-03-05 Stefan HajnocziMerge tag 'pull-riscv-to-apply-20250305-1' of https...
2025-03-05 Stefan HajnocziMerge tag 'hw-misc-20250305' of https://github.com...
2025-03-05 Stefan HajnocziMerge tag 'firmware-20250304-pull-request' of https...
2025-03-05 Stefan HajnocziMerge tag 'pull-qapi-2025-02-26-v2' of https://repo...
2025-03-05 Haoqian Hechardev: use remoteAddr if the chardev is client
2025-03-05 Roman Penyaevui/console-vc: implement DCH (delete) and ICH (insert...
2025-03-05 Roman Penyaevui/console-vc: add support for cursor DECSC and DECRC...
2025-03-05 Roman Penyaevui/console-vc: report cursor position in the screen...
2025-03-05 Roman Penyaevui/console-vc: report to the application instead of...
2025-03-05 Roman Penyaevui/console-vc: introduce parsing of the 'ESC ( <ch...
2025-03-05 Xianglai Litarget/loongarch: Adjust the cpu reset action to a...
2025-03-05 Bibo Maohw/loongarch/virt: Enable cpu hotplug feature on virt...
2025-03-05 Bibo Maohw/loongarch/virt: Update the ACPI table for hotplug cpu
2025-03-05 Bibo Maohw/loongarch/virt: Implement cpu plug interface
2025-03-05 Bibo Maohw/loongarch/virt: Implement cpu unplug interface
2025-03-05 Bibo Maohw/loongarch/virt: Add basic cpu plug interface framework
2025-03-05 Bibo Maohw/loongarch/virt: Add topo properties on CPU object
2025-03-05 Bibo Maohw/loongarch/virt: Add CPU topology support
2025-03-05 Bibo Maohw/intc/loongarch_extioi: Use cpu plug notification
2025-03-05 Bibo Maohw/intc/loongarch_extioi: Implment cpu hotplug interface
2025-03-05 Bibo Maohw/intc/loongarch_extioi: Add basic hotplug framework
2025-03-05 Bibo Maohw/intc/loongarch_extioi: Move gpio irq initial to...
2025-03-05 Bibo Maohw/intc/loongarch_ipi: Notify ipi object when cpu is...
2025-03-05 Bibo Maohw/intc/loongarch_ipi: Implment cpu hotplug interface
2025-03-05 Bibo Maohw/intc/loongarch_ipi: Add basic hotplug framework
2025-03-05 BALATON Zoltanhw/nvram/eeprom_at24c: Reorganise init to avoid overwri...
2025-03-05 BALATON Zoltanhw/nvram/eeprom_at24c: Remove memset after g_malloc0
2025-03-05 BALATON Zoltanhw/nvram/eeprom_at24c: Remove ERR macro that calls...
2025-03-05 BALATON Zoltanhw/nvram/eeprom_at24c: Use OBJECT_DECLARE_SIMPLE_TYPE
2025-03-05 Peter Maydellhw/arm/versatilepb: Convert printfs to LOG_GUEST_ERROR
2025-03-05 Peter Maydellhw/arm/omap_sx1: Remove ifdeffed out debug printf
2025-03-05 Peter Maydellhw/arm/omap1: Convert information printfs to tracepoints
2025-03-05 Peter Maydellhw/arm/omap1: Drop ALMDEBUG ifdeffed out code
2025-03-05 Peter Maydellhw/arm/omap1: Convert raw printfs to qemu_log_mask()
2025-03-05 Keoseong Parktests/qtest/ufs-test: Add test code for the temperature...
2025-03-05 Keoseong Parkhw/ufs: Add temperature event notification support
2025-03-05 BALATON Zoltanhw/misc/macio/gpio: Add constants for register bits
2025-03-05 BALATON Zoltanhw/misc/macio: Improve trace logs
2025-03-04 Alistair Francishw/char/sifive_uart: Free fifo on unrealize
2025-03-04 Philippe Mathieu... hw/char/sh_serial: Return correct number of empty RX...
2025-03-04 Philippe Mathieu... hw/char/mcf_uart: Really use RX FIFO depth
2025-03-04 Philippe Mathieu... hw/char/mcf_uart: Use FIFO_DEPTH definition instead...
2025-03-04 Philippe Mathieu... hw/char/imx_serial: Really use RX FIFO depth
2025-03-04 Philippe Mathieu... hw/char/bcm2835_aux: Really use RX FIFO depth
2025-03-04 Philippe Mathieu... hw/char/pl011: Really use RX FIFO depth
2025-03-04 Philippe Mathieu... hw/char/pl011: Improve RX flow tracing events
2025-03-04 Philippe Mathieu... hw/char/pl011: Simplify a bit pl011_can_receive()
2025-03-04 Philippe Mathieu... hw/char/pl011: Warn when using disabled receiver
2025-03-04 BALATON Zoltanhw/net/fsl_etsec: Set eTSEC device description and...
2025-03-04 Philippe Mathieu... hw/xen/xen-legacy-backend: Remove unused 'net/net.h...
2025-03-04 Philippe Mathieu... hw/xen/xen-bus: Reduce included headers
next