Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 44ed2fd1ea0e5c62dca2f26bee871652a93c6837
      
https://github.com/qemu/qemu/commit/44ed2fd1ea0e5c62dca2f26bee871652a93c6837
  Author: Ilya Leoshkevich <[email protected]>
  Date:   2025-03-07 (Fri, 07 Mar 2025)

  Changed paths:
    M linux-user/main.c

  Log Message:
  -----------
  linux-user/main: Allow setting tb-size

While qemu-system can set tb-size using -accel tcg,tb-size=n, there
is no similar knob for qemu-user. Add one in a way similar to how
one-insn-per-tb is already handled.

Signed-off-by: Ilya Leoshkevich <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-ID: <[email protected]>


  Commit: 3504f104ea97ffaa89f509db8059ec1047bd62ae
      
https://github.com/qemu/qemu/commit/3504f104ea97ffaa89f509db8059ec1047bd62ae
  Author: Philippe Mathieu-Daudé <[email protected]>
  Date:   2025-03-07 (Fri, 07 Mar 2025)

  Changed paths:
    M accel/tcg/tb-internal.h
    M include/exec/cpu-defs.h

  Log Message:
  -----------
  accel/tcg: Restrict CPU_TLB_DYN_*_BITS definitions to accel/tcg/

CPU_TLB_DYN_*_BITS definitions are only used by accel/tcg/cputlb.c
and accel/tcg/translate-all.c. Move them to accel/tcg/tb-internal.h.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-ID: <[email protected]>


  Commit: 58d00538ceeef9900802bcd4b7ad613ca78c8583
      
https://github.com/qemu/qemu/commit/58d00538ceeef9900802bcd4b7ad613ca78c8583
  Author: Richard Henderson <[email protected]>
  Date:   2025-03-07 (Fri, 07 Mar 2025)

  Changed paths:
    M include/exec/cpu-all.h
    M include/exec/poison.h
    M include/exec/target_page.h
    M page-target.c
    M page-vary-target.c

  Log Message:
  -----------
  include/exec: Move TARGET_PAGE_{SIZE,MASK,BITS} to target_page.h

Re-use the TARGET_PAGE_BITS_VARY mechanism to define
TARGET_PAGE_SIZE and friends when not compiling per-target.
Inline qemu_target_page_{size,mask,bits} as they are now trivial.

Reviewed-by: Pierrick Bouvier <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>


  Commit: b9e3bf884aaa2d243fa3554c4dafea293187aa02
      
https://github.com/qemu/qemu/commit/b9e3bf884aaa2d243fa3554c4dafea293187aa02
  Author: Richard Henderson <[email protected]>
  Date:   2025-03-08 (Sat, 08 Mar 2025)

  Changed paths:
    M include/exec/cpu-all.h
    A include/exec/cpu-interrupt.h
    M include/exec/poison.h

  Log Message:
  -----------
  include/exec: Split out exec/cpu-interrupt.h

Some of these bits are actually common to all cpus; while the
reset have common reservations for target-specific usage.
While generic code cannot know what the target-specific usage is,
common code can know what to do with the bits, e.g. single-step.

Tested-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Pierrick Bouvier <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>


  Commit: 5469933810b00589d5db36408dd4e0236eec95ac
      
https://github.com/qemu/qemu/commit/5469933810b00589d5db36408dd4e0236eec95ac
  Author: Richard Henderson <[email protected]>
  Date:   2025-03-08 (Sat, 08 Mar 2025)

  Changed paths:
    M accel/tcg/internal-common.h
    M accel/tcg/meson.build
    M accel/tcg/tb-internal.h
    M accel/tcg/watchpoint.c

  Log Message:
  -----------
  accel/tcg: Compile watchpoint.c once

Move tb_check_watchpoint declaration from tb-internal.h, which is
still target-specific, to internal-common.h, which isn't.
Otherwise, all that is required to build watchpoint.c once is
to include the new exec/cpu-interrupt.h instead of exec/exec-all.h.

Tested-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Pierrick Bouvier <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>


  Commit: e7d269adb260417149e4bb85cc1882fbb11074fd
      
https://github.com/qemu/qemu/commit/e7d269adb260417149e4bb85cc1882fbb11074fd
  Author: Philippe Mathieu-Daudé <[email protected]>
  Date:   2025-03-08 (Sat, 08 Mar 2025)

  Changed paths:
    M include/exec/cputlb.h
    M include/exec/exec-all.h
    M include/exec/ram_addr.h
    M system/physmem.c

  Log Message:
  -----------
  exec: Declare tlb_reset_dirty*() in 'exec/cputlb.h'

Move CPU TLB related methods to "exec/cputlb.h".

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Pierrick Bouvier <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>


  Commit: a9f5ab9279bba8832712197dcf6053941d3d5d47
      
https://github.com/qemu/qemu/commit/a9f5ab9279bba8832712197dcf6053941d3d5d47
  Author: Philippe Mathieu-Daudé <[email protected]>
  Date:   2025-03-08 (Sat, 08 Mar 2025)

  Changed paths:
    M include/exec/cputlb.h
    M include/exec/exec-all.h
    M target/sparc/mmu_helper.c

  Log Message:
  -----------
  exec: Declare tlb_set_page_full() in 'exec/cputlb.h'

Move CPU TLB related methods to "exec/cputlb.h".

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Pierrick Bouvier <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-ID: <[email protected]>


  Commit: 2809e2d6c4570ee9c04c3f846893c8cc2b966bf8
      
https://github.com/qemu/qemu/commit/2809e2d6c4570ee9c04c3f846893c8cc2b966bf8
  Author: Philippe Mathieu-Daudé <[email protected]>
  Date:   2025-03-08 (Sat, 08 Mar 2025)

  Changed paths:
    M include/exec/cputlb.h
    M include/exec/exec-all.h
    M target/i386/tcg/system/excp_helper.c
    M target/microblaze/helper.c

  Log Message:
  -----------
  exec: Declare tlb_set_page_with_attrs() in 'exec/cputlb.h'

Move CPU TLB related methods to "exec/cputlb.h".

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Pierrick Bouvier <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-ID: <[email protected]>


  Commit: eb9b25c6565d8c49a0db40f65a8a1f7932e81ff5
      
https://github.com/qemu/qemu/commit/eb9b25c6565d8c49a0db40f65a8a1f7932e81ff5
  Author: Philippe Mathieu-Daudé <[email protected]>
  Date:   2025-03-08 (Sat, 08 Mar 2025)

  Changed paths:
    M include/exec/cputlb.h
    M include/exec/exec-all.h
    M target/alpha/helper.c
    M target/avr/helper.c
    M target/loongarch/tcg/tlb_helper.c
    M target/m68k/helper.c
    M target/mips/tcg/system/tlb_helper.c
    M target/openrisc/mmu.c
    M target/ppc/mmu_helper.c
    M target/riscv/cpu_helper.c
    M target/rx/cpu.c
    M target/s390x/tcg/excp_helper.c
    M target/sh4/helper.c
    M target/tricore/helper.c
    M target/xtensa/helper.c

  Log Message:
  -----------
  exec: Declare tlb_set_page() in 'exec/cputlb.h'

Move CPU TLB related methods to "exec/cputlb.h".

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Pierrick Bouvier <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-ID: <[email protected]>


  Commit: bcde46f57dccb3a5d7d669cabef7da0b506c319b
      
https://github.com/qemu/qemu/commit/bcde46f57dccb3a5d7d669cabef7da0b506c319b
  Author: Philippe Mathieu-Daudé <[email protected]>
  Date:   2025-03-08 (Sat, 08 Mar 2025)

  Changed paths:
    M accel/tcg/cputlb.c
    M include/exec/cpu-all.h

  Log Message:
  -----------
  exec: Declare tlb_hit*() in 'exec/cputlb.h'

Move CPU TLB related methods to "exec/cputlb.h".

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Pierrick Bouvier <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-ID: <[email protected]>


  Commit: 6ff5da16000f908140723e164d33a0b51a6c4162
      
https://github.com/qemu/qemu/commit/6ff5da16000f908140723e164d33a0b51a6c4162
  Author: Philippe Mathieu-Daudé <[email protected]>
  Date:   2025-03-08 (Sat, 08 Mar 2025)

  Changed paths:
    M accel/tcg/tcg-accel-ops.c
    M cpu-target.c
    M hw/intc/armv7m_nvic.c
    M hw/ppc/spapr_nested.c
    M hw/sh4/sh7750.c
    M include/exec/cputlb.h
    M include/exec/exec-all.h
    M system/watchpoint.c
    M target/alpha/sys_helper.c
    M target/arm/helper.c
    M target/arm/tcg/tlb-insns.c
    M target/hppa/mem_helper.c
    M target/i386/helper.c
    M target/i386/machine.c
    M target/i386/tcg/fpu_helper.c
    M target/i386/tcg/misc_helper.c
    M target/i386/tcg/system/misc_helper.c
    M target/i386/tcg/system/svm_helper.c
    M target/loongarch/tcg/csr_helper.c
    M target/microblaze/mmu.c
    M target/mips/system/cp0.c
    M target/mips/tcg/system/cp0_helper.c
    M target/openrisc/sys_helper.c
    M target/ppc/helper_regs.c
    M target/ppc/misc_helper.c
    M target/riscv/csr.c
    M target/riscv/op_helper.c
    M target/riscv/pmp.c
    M target/s390x/gdbstub.c
    M target/s390x/sigp.c
    M target/s390x/tcg/mem_helper.c
    M target/s390x/tcg/misc_helper.c
    M target/sparc/ldst_helper.c
    M target/xtensa/mmu_helper.c

  Log Message:
  -----------
  exec: Declare tlb_flush*() in 'exec/cputlb.h'

Move CPU TLB related methods to "exec/cputlb.h".

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Reviewed-by: Pierrick Bouvier <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>


  Commit: 5516b44bea9ce7fcc5d8eddd061ffc8dacc31b51
      
https://github.com/qemu/qemu/commit/5516b44bea9ce7fcc5d8eddd061ffc8dacc31b51
  Author: Richard Henderson <[email protected]>
  Date:   2025-03-08 (Sat, 08 Mar 2025)

  Changed paths:
    M system/meson.build

  Log Message:
  -----------
  system: Build watchpoint.c once

Now that watchpoint.c uses cputlb.h instead of exec-all.h,
it can be built once.

Tested-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Pierrick Bouvier <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>


  Commit: ab6d72979ace98257141ba36da1c5297b71ddf61
      
https://github.com/qemu/qemu/commit/ab6d72979ace98257141ba36da1c5297b71ddf61
  Author: Richard Henderson <[email protected]>
  Date:   2025-03-08 (Sat, 08 Mar 2025)

  Changed paths:
    M accel/tcg/meson.build

  Log Message:
  -----------
  accel/tcg: Build tcg-accel-ops.c once

Now that tcg-accel-ops.c uses cputlb.h instead of exec-all.h,
it can be built once.

Reviewed-by: Pierrick Bouvier <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>


  Commit: 29172ec53658a035742d2d94fb0d9a3d169e90a1
      
https://github.com/qemu/qemu/commit/29172ec53658a035742d2d94fb0d9a3d169e90a1
  Author: Richard Henderson <[email protected]>
  Date:   2025-03-08 (Sat, 08 Mar 2025)

  Changed paths:
    M accel/tcg/meson.build
    M accel/tcg/tcg-accel-ops-icount.c

  Log Message:
  -----------
  accel/tcg: Build tcg-accel-ops-icount.c once

All that is required is to avoid including exec-all.h.

Reviewed-by: Pierrick Bouvier <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>


  Commit: 3b9aec101b38a824441b65a6f93e3c16e04c0914
      
https://github.com/qemu/qemu/commit/3b9aec101b38a824441b65a6f93e3c16e04c0914
  Author: Richard Henderson <[email protected]>
  Date:   2025-03-08 (Sat, 08 Mar 2025)

  Changed paths:
    M accel/tcg/meson.build
    M accel/tcg/tcg-accel-ops-rr.c

  Log Message:
  -----------
  accel/tcg: Build tcg-accel-ops-rr.c once

All that is required is to use cpu-common.h instead of exec-all.h.

Reviewed-by: Pierrick Bouvier <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>


  Commit: 3fd60df2a6e59133f58074f5d6e0e57f99c769cd
      
https://github.com/qemu/qemu/commit/3fd60df2a6e59133f58074f5d6e0e57f99c769cd
  Author: Richard Henderson <[email protected]>
  Date:   2025-03-08 (Sat, 08 Mar 2025)

  Changed paths:
    M accel/tcg/meson.build
    M accel/tcg/tcg-accel-ops-mttcg.c

  Log Message:
  -----------
  accel/tcg: Build tcg-accel-ops-mttcg.c once

All that is required is to avoid including exec-all.h.

Reviewed-by: Pierrick Bouvier <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>


  Commit: bf4a155b7a847c9290b1b5ab4208ca361f5a469c
      
https://github.com/qemu/qemu/commit/bf4a155b7a847c9290b1b5ab4208ca361f5a469c
  Author: Philippe Mathieu-Daudé <[email protected]>
  Date:   2025-03-08 (Sat, 08 Mar 2025)

  Changed paths:
    M accel/tcg/tb-internal.h
    M include/exec/exec-all.h

  Log Message:
  -----------
  accel/tcg: Restrict GETPC_ADJ to 'tb-internal.h'

GETPC_ADJ is only used within accel/tcg/, no need to
expose it to all the code base.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>


  Commit: b73f58496dc7e14b56521c9eeec7aa1225861fc2
      
https://github.com/qemu/qemu/commit/b73f58496dc7e14b56521c9eeec7aa1225861fc2
  Author: Richard Henderson <[email protected]>
  Date:   2025-03-08 (Sat, 08 Mar 2025)

  Changed paths:
    A include/accel/tcg/getpc.h
    M include/exec/exec-all.h

  Log Message:
  -----------
  accel/tcg: Split out getpc.h

Split out GETPC to a target-independent header.

Signed-off-by: Richard Henderson <[email protected]>
Reviewed-by: Pierrick Bouvier <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>


  Commit: 15606965400b8f3038d6e85cfe5956d5a6ac33a1
      
https://github.com/qemu/qemu/commit/15606965400b8f3038d6e85cfe5956d5a6ac33a1
  Author: Philippe Mathieu-Daudé <[email protected]>
  Date:   2025-03-08 (Sat, 08 Mar 2025)

  Changed paths:
    M host/include/aarch64/host/atomic128-cas.h
    R host/include/generic/host/atomic128-cas.h
    A host/include/generic/host/atomic128-cas.h.inc
    M include/qemu/atomic128.h

  Log Message:
  -----------
  qemu/atomic: Rename atomic128-cas.h headers using .h.inc suffix

Since commit 139c1837db ("meson: rename included C source files
to .c.inc"), QEMU standard procedure for included C files is to
use *.c.inc.

Besides, since commit 6a0057aa22 ("docs/devel: make a statement
about includes") this is documented in the Coding Style:

  If you do use template header files they should be named with
  the ``.c.inc`` or ``.h.inc`` suffix to make it clear they are
  being included for expansion.

Therefore rename 'atomic128-cas.h' as 'atomic128-cas.h.inc'.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-ID: <[email protected]>


  Commit: 883cc6c5789b4210284241e7a2742c67f98e8843
      
https://github.com/qemu/qemu/commit/883cc6c5789b4210284241e7a2742c67f98e8843
  Author: Philippe Mathieu-Daudé <[email protected]>
  Date:   2025-03-08 (Sat, 08 Mar 2025)

  Changed paths:
    R host/include/aarch64/host/atomic128-ldst.h
    A host/include/aarch64/host/atomic128-ldst.h.inc
    R host/include/generic/host/atomic128-ldst.h
    A host/include/generic/host/atomic128-ldst.h.inc
    R host/include/loongarch64/host/atomic128-ldst.h
    A host/include/loongarch64/host/atomic128-ldst.h.inc
    R host/include/x86_64/host/atomic128-ldst.h
    A host/include/x86_64/host/atomic128-ldst.h.inc
    M host/include/x86_64/host/load-extract-al16-al8.h.inc
    M include/qemu/atomic128.h

  Log Message:
  -----------
  qemu/atomic: Rename atomic128-ldst.h headers using .h.inc suffix

Since commit 139c1837db ("meson: rename included C source files
to .c.inc"), QEMU standard procedure for included C files is to
use *.c.inc.

Besides, since commit 6a0057aa22 ("docs/devel: make a statement
about includes") this is documented in the Coding Style:

  If you do use template header files they should be named with
  the ``.c.inc`` or ``.h.inc`` suffix to make it clear they are
  being included for expansion.

Therefore rename 'atomic128-ldst.h' as 'atomic128-ldst.h.inc'.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-ID: <[email protected]>


  Commit: 67ba7439481d61bc8482ff2ea436f74a575e371a
      
https://github.com/qemu/qemu/commit/67ba7439481d61bc8482ff2ea436f74a575e371a
  Author: Philippe Mathieu-Daudé <[email protected]>
  Date:   2025-03-08 (Sat, 08 Mar 2025)

  Changed paths:
    M include/qemu/atomic128.h

  Log Message:
  -----------
  qemu/atomic128: Include missing 'qemu/atomic.h' header

qatomic_cmpxchg__nocheck() is declared in "qemu/atomic.h".
Include it in order to avoid when refactoring unrelated headers:

    In file included from ../../accel/tcg/tcg-runtime-gvec.c:22:
    In file included from include/exec/helper-proto-common.h:10:
    In file included from include/qemu/atomic128.h:61:
    host/include/generic/host/atomic128-cas.h.inc:23:11: error: call to 
undeclared function 'qatomic_cmpxchg__nocheck'; ISO C99 and later do not 
support implicit function declarations [-Wimplicit-function-declaration]
       23 |     r.i = qatomic_cmpxchg__nocheck(ptr_align, c.i, n.i);
          |           ^
    1 error generated.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-ID: <[email protected]>


  Commit: 6e9f90021178cbf08f841206942946c67b515317
      
https://github.com/qemu/qemu/commit/6e9f90021178cbf08f841206942946c67b515317
  Author: Richard Henderson <[email protected]>
  Date:   2025-03-08 (Sat, 08 Mar 2025)

  Changed paths:
    M accel/tcg/meson.build
    M accel/tcg/tcg-runtime.c

  Log Message:
  -----------
  accel/tcg: Build tcg-runtime.c once

Reviewed-by: Pierrick Bouvier <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>


  Commit: 9e2080766f037857fc366012aaefd6fead0a75f9
      
https://github.com/qemu/qemu/commit/9e2080766f037857fc366012aaefd6fead0a75f9
  Author: Richard Henderson <[email protected]>
  Date:   2025-03-08 (Sat, 08 Mar 2025)

  Changed paths:
    M accel/tcg/meson.build
    M accel/tcg/tcg-runtime-gvec.c

  Log Message:
  -----------
  accel/tcg: Build tcg-runtime-gvec.c once

Tested-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Pierrick Bouvier <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>


  Commit: d9a4282c4b690e45d25c2b933f318bb41eeb271d
      
https://github.com/qemu/qemu/commit/d9a4282c4b690e45d25c2b933f318bb41eeb271d
  Author: Stefan Hajnoczi <[email protected]>
  Date:   2025-03-09 (Sun, 09 Mar 2025)

  Changed paths:
    M accel/tcg/cputlb.c
    M accel/tcg/internal-common.h
    M accel/tcg/meson.build
    M accel/tcg/tb-internal.h
    M accel/tcg/tcg-accel-ops-icount.c
    M accel/tcg/tcg-accel-ops-mttcg.c
    M accel/tcg/tcg-accel-ops-rr.c
    M accel/tcg/tcg-accel-ops.c
    M accel/tcg/tcg-runtime-gvec.c
    M accel/tcg/tcg-runtime.c
    M accel/tcg/watchpoint.c
    M cpu-target.c
    M host/include/aarch64/host/atomic128-cas.h
    R host/include/aarch64/host/atomic128-ldst.h
    A host/include/aarch64/host/atomic128-ldst.h.inc
    R host/include/generic/host/atomic128-cas.h
    A host/include/generic/host/atomic128-cas.h.inc
    R host/include/generic/host/atomic128-ldst.h
    A host/include/generic/host/atomic128-ldst.h.inc
    R host/include/loongarch64/host/atomic128-ldst.h
    A host/include/loongarch64/host/atomic128-ldst.h.inc
    R host/include/x86_64/host/atomic128-ldst.h
    A host/include/x86_64/host/atomic128-ldst.h.inc
    M host/include/x86_64/host/load-extract-al16-al8.h.inc
    M hw/intc/armv7m_nvic.c
    M hw/ppc/spapr_nested.c
    M hw/sh4/sh7750.c
    A include/accel/tcg/getpc.h
    M include/exec/cpu-all.h
    M include/exec/cpu-defs.h
    A include/exec/cpu-interrupt.h
    M include/exec/cputlb.h
    M include/exec/exec-all.h
    M include/exec/poison.h
    M include/exec/ram_addr.h
    M include/exec/target_page.h
    M include/qemu/atomic128.h
    M linux-user/main.c
    M page-target.c
    M page-vary-target.c
    M system/meson.build
    M system/physmem.c
    M system/watchpoint.c
    M target/alpha/helper.c
    M target/alpha/sys_helper.c
    M target/arm/helper.c
    M target/arm/tcg/tlb-insns.c
    M target/avr/helper.c
    M target/hppa/mem_helper.c
    M target/i386/helper.c
    M target/i386/machine.c
    M target/i386/tcg/fpu_helper.c
    M target/i386/tcg/misc_helper.c
    M target/i386/tcg/system/excp_helper.c
    M target/i386/tcg/system/misc_helper.c
    M target/i386/tcg/system/svm_helper.c
    M target/loongarch/tcg/csr_helper.c
    M target/loongarch/tcg/tlb_helper.c
    M target/m68k/helper.c
    M target/microblaze/helper.c
    M target/microblaze/mmu.c
    M target/mips/system/cp0.c
    M target/mips/tcg/system/cp0_helper.c
    M target/mips/tcg/system/tlb_helper.c
    M target/openrisc/mmu.c
    M target/openrisc/sys_helper.c
    M target/ppc/helper_regs.c
    M target/ppc/misc_helper.c
    M target/ppc/mmu_helper.c
    M target/riscv/cpu_helper.c
    M target/riscv/csr.c
    M target/riscv/op_helper.c
    M target/riscv/pmp.c
    M target/rx/cpu.c
    M target/s390x/gdbstub.c
    M target/s390x/sigp.c
    M target/s390x/tcg/excp_helper.c
    M target/s390x/tcg/mem_helper.c
    M target/s390x/tcg/misc_helper.c
    M target/sh4/helper.c
    M target/sparc/ldst_helper.c
    M target/sparc/mmu_helper.c
    M target/tricore/helper.c
    M target/xtensa/helper.c
    M target/xtensa/mmu_helper.c

  Log Message:
  -----------
  Merge tag 'pull-tcg-20250308' of https://gitlab.com/rth7680/qemu into staging

include/qemu: Tidy atomic128 headers.
include/exec: Split out cpu-interrupt.h
include/exec: Split many tlb_* declarations to cputlb.h
include/accel/tcg: Split out getpc.h
accel/tcg: system: Compile some files once
linux-user/main: Allow setting tb-size

# -----BEGIN PGP SIGNATURE-----
#
# iQFRBAABCgA7FiEEekgeeIaLTbaoWgXAZN846K9+IV8FAmfMyz8dHHJpY2hhcmQu
# aGVuZGVyc29uQGxpbmFyby5vcmcACgkQZN846K9+IV9D/Af/Vh5PMtYjL+Mw2NQn
# Vmqbv+joiqswAxI8PmZZzEBJ06j4pCLXn+r/2nr+sEwLmrI4BI40Vxx5c5puftoZ
# GDGGclskF/pId5TE96TCEr8AoJgeNSSv4WxbINFTZRsRP4voZFHpU6mTz6B0Nnq5
# GS/k6c7+VcYbHIPD0RcIWwBlQv11uUAcnaygkNSsy+theUseOzTPTN/XGfTprf/6
# 1sxlmtt6QcQ88bBJJbiNwqbjWGxANcSUspRo0sstpVr8ApkXNl7WSkWYRBhBa5oc
# iu0tixdCIoqqcCJy9/YVyIkmmwWeRUkbQqBeKf0o5xPnhmO3kfeezvERSDvDViAH
# K9BVBw==
# =7vra
# -----END PGP SIGNATURE-----
# gpg: Signature made Sun 09 Mar 2025 06:57:03 HKT
# gpg:                using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F
# gpg:                issuer "[email protected]"
# gpg: Good signature from "Richard Henderson <[email protected]>" 
[full]
# Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A  05C0 64DF 38E8 AF7E 215F

* tag 'pull-tcg-20250308' of https://gitlab.com/rth7680/qemu: (23 commits)
  accel/tcg: Build tcg-runtime-gvec.c once
  accel/tcg: Build tcg-runtime.c once
  qemu/atomic128: Include missing 'qemu/atomic.h' header
  qemu/atomic: Rename atomic128-ldst.h headers using .h.inc suffix
  qemu/atomic: Rename atomic128-cas.h headers using .h.inc suffix
  accel/tcg: Split out getpc.h
  accel/tcg: Restrict GETPC_ADJ to 'tb-internal.h'
  accel/tcg: Build tcg-accel-ops-mttcg.c once
  accel/tcg: Build tcg-accel-ops-rr.c once
  accel/tcg: Build tcg-accel-ops-icount.c once
  accel/tcg: Build tcg-accel-ops.c once
  system: Build watchpoint.c once
  exec: Declare tlb_flush*() in 'exec/cputlb.h'
  exec: Declare tlb_hit*() in 'exec/cputlb.h'
  exec: Declare tlb_set_page() in 'exec/cputlb.h'
  exec: Declare tlb_set_page_with_attrs() in 'exec/cputlb.h'
  exec: Declare tlb_set_page_full() in 'exec/cputlb.h'
  exec: Declare tlb_reset_dirty*() in 'exec/cputlb.h'
  accel/tcg: Compile watchpoint.c once
  include/exec: Split out exec/cpu-interrupt.h
  ...

Signed-off-by: Stefan Hajnoczi <[email protected]>


Compare: https://github.com/qemu/qemu/compare/ffbc5e661fc3...d9a4282c4b69

To unsubscribe from these emails, change your notification settings at 
https://github.com/qemu/qemu/settings/notifications

Reply via email to