From: Stefan Hajnoczi <stefanha@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>
Cc: qemu-devel@nongnu.org
Subject: Re: [PULL 000/110] Single binary patches
Date: Wed, 6 May 2026 14:20:12 -0400 [thread overview]
Message-ID: <20260506182012.GA209056@fedora> (raw)
In-Reply-To: <20260506135524.20617-1-philmd@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 116 bytes --]
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
prev parent reply other threads:[~2026-05-06 18:20 UTC|newest]
Thread overview: 128+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-06 13:53 [PULL 000/110] Single binary patches Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 001/110] monitor/hmp: : Include missing 'exec/target_long.h' header Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 002/110] target-info: Include 'exec/cpu-defs.h' explicitly Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 003/110] target/xtensa: Restrict inclusion of 'exec/cpu-defs.h' header Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 004/110] target/hexagon: Include missing 'exec/target_long.h' header Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 005/110] target/hppa: " Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 006/110] target/i386: " Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 007/110] target/m68k: " Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 008/110] target/mips: " Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 009/110] target/ppc: " Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 010/110] target/riscv: " Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 011/110] target/sparc: " Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 012/110] system/kvm_xen: Include missing 'exec/target_page.h' header Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 013/110] target/s390x/tcg: Include missing '*cpu.h' headers Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 014/110] exec/helper-head: Include missing 'exec/target_long.h' header Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 015/110] target/cpu: Do not include 'exec/cpu-defs.h' anymore Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 016/110] target/mips: Move 'mvp' field from CPUMIPSState to MIPSCPU Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 017/110] target/mips: Free mvp in unrealize Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 018/110] target/mips: Move count_clock to MIPSCPU struct Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 019/110] target/ppc/mmu: Remove unused hash32_store_hpte() helpers Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 020/110] target/ppc/mmu: Restrict hash32_load_hpte() helpers scope Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 021/110] target/sparc/monitor: Dump all registers as 32-bit Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 022/110] monitor: Remove MonitorDef::type field and MD_TLONG / MD_I32 Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 023/110] monitor: Extract completion declarations to 'monitor/hmp-completion.h' Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 024/110] hw/misc/allwinner-cpucfg.c: make compilation unit common Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 025/110] target/loongarch: Replace legacy ldq_le_phys() -> address_space_ldq_le() Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 026/110] configs/targets: Restrict the legacy ldst_phys() API on LoongArch64 Philippe Mathieu-Daudé
2026-05-06 13:53 ` [PULL 027/110] target/loongarch: Avoid target-specific migration headers in machine.c Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 028/110] target/avr: " Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 029/110] migration: Revert "Add VMSTATE_UINTTL_2DARRAY()" Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 030/110] migration: Remove unused target-specific macros Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 031/110] target/sparc: Inline qemu_get/put_betl() Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 032/110] target/mips: Inline qemu_get/put_betls() Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 033/110] target/i386: Expand VMSTATE_UINTTL_SUB_ARRAY for APX registers Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 034/110] target/sparc: Replace VMSTATE_VARRAY_MULTIPLY -> VMSTATE_UINTTL_ARRAY Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 035/110] cpus: Remove CPUClass::init_accel_cpu() left-over hook Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 036/110] target/i386: Replace target_ulong -> uint64_t for TARGET_X86_64 Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 037/110] target/mips: Pass MemOpIdx argument to Load/Store Multiple helpers Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 038/110] target/mips: Remove unnecessary target_ulong uses in LD/ST Multiple Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 039/110] target/mips: Inline cpu_ld/st_mmuidx_ra() calls " Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 040/110] target/mips: Check alignment for microMIPS pre-R6 LD/ST multiple Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 041/110] stubs: Rename monitor* -> qmp* files Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 042/110] monitor/meson: Use SPICE with migration HMP commands Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 043/110] monitor: Restrict monitor_set_cpu() method scope Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 044/110] monitor: Make 'info via' a generic command Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 045/110] monitor: Make Xen emulation commands generic ones Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 046/110] system: Expose 'arch_init.h' as 'qemu/base-arch-defs.h' Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 047/110] monitor: Introduce HMPCommand::arch_bitmask field Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 048/110] hw/s390x: Reduce 'monitor/monitor.h' inclusions Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 049/110] monitor: Do not check TARGET_S390X to build s390x commands Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 050/110] monitor: Do not check TARGET_I386 to build target/i386/ commands Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 051/110] monitor: Do not check TARGET_I386 to build 'info sgx' command Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 052/110] monitor: Do not check TARGET_I386 to build 'info sev' command Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 053/110] monitor: Do not check TARGET_I386/RISCV to build 'info mem' command Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 054/110] monitor: Do not check multiple TARGET_* to build 'info tlb' command Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 055/110] cpus: Introduce SysemuCPUOps::monitor_get_register() hook Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 056/110] target/riscv: Register target_get_monitor_def in SysemuCPUOps Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 057/110] monitor: Remove target_get_monitor_def() Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 058/110] monitor: Have MonitorDef::get_value() always return int64_t type Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 059/110] monitor: Reduce target-specific methods further Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 060/110] monitor: Remove 'monitor/hmp-target.h' header Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 061/110] monitor: Forward-declare the MonitorDef type Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 062/110] cpus: Introduce SysemuCPUOps::monitor_defs hook Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 063/110] target/i386: Replace target_monitor_defs -> SysemuCPUOps::monitor_defs Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 064/110] target/m68k: " Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 065/110] target/sparc: " Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 066/110] monitor: Remove target_monitor_defs() Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 067/110] monitor: Merge hmp-target.c code within hmp-cmds.c Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 068/110] monitor: Remove hmp_info_pic() left-over declaration Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 069/110] target/mips: Inline cpu_ld{uw, l}_code() calls in set_badinstr_registers Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 070/110] accel/tcg: Remove non-explicit endian cpu_ld*_code() wrappers Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 071/110] target/mips: Expand TCGv type as 32-bit for XBurst MXU Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 072/110] target/mips: Expand TCGv type for 64-bit extensions Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 073/110] target/mips: Pass MemOpIdx argument to Linked Load/Store helpers Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 074/110] target/mips: Inline cpu_ld/st_mmuidx_ra() calls in Atomic LD/ST helpers Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 075/110] target/mips: Inline translator_ld[uw,l,q]() calls Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 076/110] target/mips: Remove last MO_TE use Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 077/110] meson: Allow building with empty target_arch[] source set Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 078/110] meson.build: define stubs library per target base architecture Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 079/110] tcg: Include missing 'tcg/tcg-op-common.h' header in 'tcg-op-mem.h' Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 080/110] target/arm: define stub library Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 081/110] target/microblaze: Fix endianness used to disassemble Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 082/110] target/microblaze: Replace translator_ldl_swap() -> translator_ldl_end() Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 083/110] target/microblaze: Introduce common system/user meson source set Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 084/110] target/microblaze: Compile helper.c as common unit Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 085/110] target/microblaze: Compile op_helper.c " Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 086/110] target/microblaze: Compile cpu.c " Philippe Mathieu-Daudé
2026-05-06 13:54 ` [PULL 087/110] target/microblaze: Include missing cpu-mmu-index.h header in translate.c Philippe Mathieu-Daudé
2026-05-06 13:55 ` [PULL 088/110] target/microblaze: Compile translate.c as common unit Philippe Mathieu-Daudé
2026-05-06 13:55 ` [PULL 089/110] target/s390x: Introduce common system/user meson source set Philippe Mathieu-Daudé
2026-05-11 15:48 ` Cédric Le Goater
2026-05-11 15:58 ` Eric Farman
2026-05-11 16:36 ` Cédric Le Goater
2026-05-11 17:47 ` Philippe Mathieu-Daudé
2026-05-11 18:01 ` Pierrick Bouvier
2026-05-11 18:16 ` Pierrick Bouvier
2026-05-11 18:29 ` Matthew Rosato
2026-05-11 18:34 ` Pierrick Bouvier
2026-05-11 16:37 ` Eric Farman
2026-05-11 17:48 ` Philippe Mathieu-Daudé
2026-05-11 17:59 ` Pierrick Bouvier
2026-05-11 20:46 ` Cédric Le Goater
2026-05-11 21:07 ` Pierrick Bouvier
2026-05-12 3:36 ` Philippe Mathieu-Daudé
2026-05-12 4:18 ` Pierrick Bouvier
2026-05-11 20:21 ` Cédric Le Goater
2026-05-06 13:55 ` [PULL 090/110] target/s390x: Compile few files as common unit Philippe Mathieu-Daudé
2026-05-06 13:55 ` [PULL 091/110] target/s390x: Compile translate.c " Philippe Mathieu-Daudé
2026-05-06 13:55 ` [PULL 092/110] target/s390x: Compile vec_helper.c " Philippe Mathieu-Daudé
2026-05-06 13:55 ` [PULL 093/110] target/s390x: Have MSA helper pass a mmu_idx argument Philippe Mathieu-Daudé
2026-05-06 13:55 ` [PULL 094/110] target/s390x: Compile crypto_helper.c as common unit Philippe Mathieu-Daudé
2026-05-06 13:55 ` [PULL 095/110] target/s390x: Replace cpu_stb_data_ra -> cpu_stb_mmu in STFLE opcode Philippe Mathieu-Daudé
2026-05-06 13:55 ` [PULL 096/110] target/riscv: Iterate vCPUs using CPU_FOREACH() macro Philippe Mathieu-Daudé
2026-05-06 13:55 ` [PULL 097/110] target/mips: Reduce CPUState scope when used with CPU_FOREACH() Philippe Mathieu-Daudé
2026-05-06 13:55 ` [PULL 098/110] target/mips: Do not initialize variable used by CPU_FOREACH macro Philippe Mathieu-Daudé
2026-05-06 13:55 ` [PULL 099/110] target/s390x: Do not compile KVM stubs for linux-user binary Philippe Mathieu-Daudé
2026-05-06 13:55 ` [PULL 100/110] target/xtensa/core: register types using type_init Philippe Mathieu-Daudé
2026-05-06 13:55 ` [PULL 101/110] io: Clear dangling GLib event source tag Philippe Mathieu-Daudé
2026-05-06 13:55 ` [PULL 102/110] io: use g_clear_handle_id() for GSource cleanup Philippe Mathieu-Daudé
2026-05-06 13:55 ` [PULL 103/110] scripts/checkpatch: Reject another license boilerplate pattern Philippe Mathieu-Daudé
2026-05-06 13:55 ` [PULL 104/110] cocci: Do not initialize variable used by QLIST_FOREACH macro Philippe Mathieu-Daudé
2026-05-06 13:55 ` [PULL 105/110] cocci: Do not initialize variable used by QSLIST_FOREACH macro Philippe Mathieu-Daudé
2026-05-06 13:55 ` [PULL 106/110] cocci: Do not initialize variable used by QSIMPLEQ_FOREACH macro Philippe Mathieu-Daudé
2026-05-06 13:55 ` [PULL 107/110] cocci: Do not initialize variable used by QTAILQ_FOREACH macro Philippe Mathieu-Daudé
2026-05-06 13:55 ` [PULL 108/110] cocci: Do not initialize variable used by RAMBLOCK_FOREACH* macro Philippe Mathieu-Daudé
2026-05-06 13:55 ` [PULL 109/110] scripts/checkpatch: Avoid false positive on empty blocks Philippe Mathieu-Daudé
2026-05-06 13:55 ` [PULL 110/110] system/vl: inline qemu_opts_parse_noisily() result checks Philippe Mathieu-Daudé
2026-05-06 18:20 ` Stefan Hajnoczi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260506182012.GA209056@fedora \
--to=stefanha@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.