]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
2025-10-16  Philippe Mathieu... target/sparc: Reduce inclusions of 'exec/cpu-common.h'
2025-10-16  Philippe Mathieu... target/sh4: Remove target_ulong use in gen_goto_tb()
2025-10-16  Philippe Mathieu... target/sh4: Use vaddr type for TLB virtual addresses
2025-10-16  Philippe Mathieu... target/sh4: Remove target_ulong uses in superh_cpu_get_...
2025-10-16  Philippe Mathieu... target/sh4: Use hwaddr type for hardware addresses
2025-10-16  Philippe Mathieu... target/sh4: Remove target_ulong use in cpu_sh4_is_cached()
2025-10-16  Philippe Mathieu... target/sh4: Convert CPUSH4State::sr register to uint32_...
2025-10-16  Philippe Mathieu... target/s390x: Replace HOST_BIG_ENDIAN #ifdef with if...
2025-10-16  Philippe Mathieu... target/rx: Un-inline various helpers
2025-10-16  Philippe Mathieu... target/rx: Expand TCG register definitions for 32-bit...
2025-10-16  Philippe Mathieu... target/rx: Replace MO_TE -> MO_LE
2025-10-16  Philippe Mathieu... target/rx: Factor mo_endian() helper out
2025-10-16  Philippe Mathieu... target/rx: Propagate DisasContext to gen_ld[u]() and...
2025-10-16  Philippe Mathieu... target/rx: Propagate DisasContext to push() / pop()
2025-10-16  Philippe Mathieu... target/rx: Propagate DisasContext to generated helpers
2025-10-16  Philippe Mathieu... target/rx: Use MemOp type in gen_ld[u]() and gen_st()
2025-10-16  Philippe Mathieu... target/rx: Replace target_ulong -> vaddr for translator...
2025-10-16  Philippe Mathieu... target/riscv: Replace HOST_BIG_ENDIAN #ifdef with if...
2025-10-16  Anton Johanssontarget/riscv: Use 32 bits for misa extensions
2025-10-16  Philippe Mathieu... target/riscv/monitor: Replace legacy cpu_physical_memor...
2025-10-16  Philippe Mathieu... target/riscv/kvm: Replace legacy cpu_physical_memory_re...
2025-10-16  Philippe Mathieu... target/openrisc: Replace target_ulong -> uint32_t
2025-10-16  Philippe Mathieu... target/openrisc: Inline tcg_gen_trunc_i64_tl()
2025-10-16  Philippe Mathieu... target/openrisc: Replace MO_TE -> MO_BE
2025-10-16  Philippe Mathieu... target/openrisc: Introduce mo_endian() helper
2025-10-16  Philippe Mathieu... target/openrisc: Conceal MO_TE within do_store()
2025-10-16  Philippe Mathieu... target/openrisc: Conceal MO_TE within do_load()
2025-10-16  Philippe Mathieu... target/openrisc: Explode MO_TExx -> MO_TE | MO_xx
2025-10-16  Philippe Mathieu... target/openrisc: Remove 'TARGET_LONG_BITS != 32' dead...
2025-10-16  Philippe Mathieu... target/openrisc: Use vaddr type for $pc jumps
2025-10-16  Philippe Mathieu... target/openrisc: Remove target_ulong use in raise_mmu_e...
2025-10-16  Philippe Mathieu... target/openrisc: Remove unused cpu_openrisc_map_address...
2025-10-16  Philippe Mathieu... target/openrisc: Do not use target_ulong for @mr in...
2025-10-16  Philippe Mathieu... target/openrisc: Replace VMSTATE_UINTTL() -> VMSTATE_UI...
2025-10-16  Philippe Mathieu... target/microblaze: Convert CPUMBState::res_addr field...
2025-10-16  Philippe Mathieu... target/microblaze: Have do_load/store() take a TCGv_i32...
2025-10-16  Philippe Mathieu... target/microblaze: Have compute_ldst_addr_type[ab]...
2025-10-16  Philippe Mathieu... target/microblaze: Remove target_ulong use in helper_st...
2025-10-16  Philippe Mathieu... target/microblaze: Remove target_ulong use in gen_goto_tb()
2025-10-16  Philippe Mathieu... target/microblaze: Remove target_ulong uses in get_phys...
2025-10-16  Philippe Mathieu... target/microblaze: Remove target_ulong use in cpu_handl...
2025-10-16  Philippe Mathieu... target/m68k: Remove pointless @cpu_halted TCGv
2025-10-16  Philippe Mathieu... target/m68k: Remove unused @cpu_exception_index TCGv
2025-10-16  Philippe Mathieu... target/loongarch: Do not use target_ulong type for...
2025-10-16  Philippe Mathieu... target/loongarch: Remove target_ulong use in gdb_write_...
2025-10-16  Philippe Mathieu... target/loongarch: Remove target_ulong use in gen_goto_tb()
2025-10-16  Philippe Mathieu... target/loongarch: Replace VMSTATE_UINTTL() -> VMSTATE_U...
2025-10-16  Gabriel Brookmantarget/hppa: correct size bit parity for fmpyadd
2025-10-16  Philippe Mathieu... target/hppa: Replace MO_TE -> MO_BE
2025-10-16  Philippe Mathieu... target/hppa: Introduce mo_endian() helper
2025-10-16  Philippe Mathieu... target/hppa: Conceal MO_TE within do_store_32/64()
2025-10-16  Philippe Mathieu... target/hppa: Conceal MO_TE within do_store()
2025-10-16  Philippe Mathieu... target/hppa: Conceal MO_TE within do_load_32/64()
2025-10-16  Philippe Mathieu... target/hppa: Conceal MO_TE within do_load()
2025-10-16  Philippe Mathieu... target/hppa: Explode MO_TExx -> MO_TE | MO_xx
2025-10-16  Philippe Mathieu... target/hppa: Have hppa_form_gva*() return vaddr type
2025-10-16  Philippe Mathieu... target/hppa: Use hwaddr type for HPPATLBEntry::pa
2025-10-16  Philippe Mathieu... target/i386/monitor: Replace legacy cpu_physical_memory...
2025-10-16  Philippe Mathieu... target/i386/monitor: Propagate CPU address space to...
2025-10-16  Philippe Mathieu... target/alpha: Replace VMSTATE_UINTTL() -> VMSTATE_UINT64()
2025-10-16  Philippe Mathieu... target/alpha: Access CPUState::cpu_index via helper
2025-10-16  Philippe Mathieu... accel/tcg: Name gen_goto_tb()'s TB slot index as @tb_sl...
2025-10-15  Richard HendersonMerge tag 'pull-loongarch-20251015' of https://github...
2025-10-15  Bibo Maohw/loongarch/virt: Sort order by hardware device base...
2025-10-15  Bibo Maohw/loongarch/virt: Remove header file ls7a.h
2025-10-15  Bibo Maotarget/loongarch: Skip global TLB when calculating...
2025-10-15  Bibo Maotarget/loongarch: Add missing TLB flush with different...
2025-10-14  Richard HendersonMerge tag 'pull-tcg-20251014' of https://gitlab.com...
2025-10-14  Richard Hendersonaccel/tcg: Hoist first page lookup above pointer_wrap
2025-10-14  Jon Wilsonlinux-user: Support MADV_DONTDUMP, MADV_DODUMP
2025-10-14  Richard Hendersonaccel/tcg: Add clear_flags argument to page_set_flags
2025-10-14  Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2025-10-14  Richard HendersonMerge tag 'hw-misc-20251013' of https://github.com...
2025-10-14  Richard HendersonMerge tag 'pull-aspeed-20251013' of https://github...
2025-10-14  Paolo Bonzinirust: migration: implement ToMigrationState as part...
2025-10-14  Paolo Bonzinitimer: constify some functions
2025-10-14  Paolo Bonzinirust: qemu-macros: add ToMigrationState derive macro
2025-10-14  Paolo Bonzinirust: migration: add high-level migration wrappers
2025-10-14  Paolo Bonzinirust: move VMState from bql to migration
2025-10-14  Paolo Bonzinirust: migration: extract vmstate_fields_ref
2025-10-14  Paolo Bonzinirust: migration: validate termination of subsection...
2025-10-14  Paolo Bonzinirust: migration: do not store raw pointers into VMState...
2025-10-14  Paolo Bonzinirust: migration: do not pass raw pointer to VMStateDesc...
2025-10-14  Paolo Bonzinirust: bql: add BqlRefCell::get_mut()
2025-10-14  Philippe Mathieu... accel/kvm: Factor kvm_cpu_synchronize_put() out
2025-10-14  Philippe Mathieu... accel/kvm: Introduce KvmPutState enum
2025-10-14  Paolo Bonzinimonitor: generalize query-mshv/"info mshv" to query...
2025-10-14  Paolo Bonzinimonitor: clarify "info accel" help message
2025-10-14  Paolo Bonzinitarget/i386: user: do not set up a valid LDT on reset
2025-10-14  Paolo Bonziniasync: access bottom half flags with qatomic_read
2025-10-14  Paolo Bonzinitarget/i386: fix access to the T bit of the TSS
2025-10-14  Thomas Ogriseggtarget/i386: fix x86_64 pushw op
2025-10-14  YiFei Zhui386/tcg/smm_helper: Properly apply DR values on SMM...
2025-10-14  Paolo Bonzinii386/cpu: Prevent delivering SIPI during SMM in TCG...
2025-10-14  Jon Kohleri386/kvm: Expose ARCH_CAP_FB_CLEAR when invulnerable...
2025-10-14  Mathias Krausetarget/i386: Fix CR2 handling for non-canonical addresses
2025-10-14  Babu Mogertarget/i386: Add TSA feature flag verw-clear
2025-10-14  Babu Mogertarget/i386: Add TSA attack variants TSA-SQ and TSA-L1
2025-10-14  Paolo Bonzinirust: hpet: fix fw_cfg handling
2025-10-13  Paolo Bonzinirust: migration: hide more warnings from call_func_with...
next